This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pod do |spec| | |
spec.name = 'AFDownloadRequestOperation' | |
spec.version = '1.0' | |
spec.homepage = 'https://github.com/steipete/AFDownloadRequestOperation' | |
spec.source = { :git => 'https://github.com/steipete/AFDownloadRequestOperation.git' } | |
spec.source_files = '*.{h,m}' | |
s.requires_arc = true | |
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pod::Spec.new do |s| | |
s.name = 'DAKeyboardControl' | |
s.version = '1.0' | |
s.homepage = 'https://github.com/danielamitay/DAKeyboardControl' | |
s.source = { :git => 'https://github.com/danielamitay/DAKeyboardControl.git', :commit => '6248e9f888' } | |
s.source_files = 'DAKeyboardControl/DAKeyboardControl.{h,m}' | |
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pod::Spec.new do |s| | |
s.name = 'JSONKit' | |
s.version = '1.6' | |
s.summary = 'A Very High Performance Objective-C JSON Library.' | |
s.homepage = 'https://github.com/johnezang/JSONKit' | |
s.author = 'John Engelhart' | |
s.source = { :git => 'https://github.com/creativemess/JSONKit.git' } | |
s.source_files = 'JSONKit.*' | |
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pod::Spec.new do |s| | |
s.name = 'PubNub' | |
s.version = '3.4' | |
s.summary = 'PubNub makes Real-time Real Easy with a Simple Communications API.' | |
s.homepage = 'https://github.com/pubnub/objective-c' | |
s.author = { 'PubNub' => '[email protected]' } | |
s.source = { :git => 'https://github.com/pubnub/objective-c.git', :commit => 'b827fd9cae78e8c42b0c56829e3089dfbf54d998' } | |
s.platform = :ios | |
# s.license = 'TBD' | |
s.source_files = 'iOS/3.4/pubnub/libs/PubNub/Core/*.{h,m}', 'iOS/3.4/pubnub/libs/PubNub/Data/*.{h,m}', 'iOS/3.4/pubnub/libs/PubNub/Data/Buffers/*.{h,m}', 'iOS/3.4/pubnub/libs/PubNub/Data/Channels/*.{h,m}', 'iOS/3.4/pubnub/libs/PubNub/Data/Channels/Presence/*.{h,m}', 'iOS/3.4/pubnub/libs/PubNub/Data/Crypto/*.{h,m}', 'iOS/3.4/pubnub/libs/PubNub/Data/Parsers/*.{h,m}', 'iOS/3.4/pubnub/libs/PubNub/Misc/*.{h,m}', 'iOS/3.4/pubnub/libs/PubNub/Misc/Categories/*.{h,m}', 'iOS/3.4/pubnub/libs/PubNub/Misc/Protocols/*.{h,m}', 'iOS/3.4/pubnub/libs/PubNub/Network/*.{h,m}', 'iOS/3.4/pubnub/libs/PubNub |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pod::Spec.new do |s| | |
s.name = "EDSunriseSet" | |
s.version = "0.0.2" | |
s.summary = "Objective-C class to calculate Sunrise/Sunset/Twilight times." | |
s.description = <<-DESC | |
EDSunriseSet is an Objective-C wrapper for the C languages routines created by Paul Schlyter. | |
Calculation is done entirely by the C-code routines. EDSunrisetSet bridges those calculations to common cocoa classes (NSDate, NSTimeZone... ) | |
- Calculates Sunrise/Sunset times | |
- Calculates Civil/Nautical/Astronomical twilight |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pod::Spec.new do |s| | |
s.name = 'AFDownloadRequestOperation' | |
s.version = '0.0.2' | |
s.summary = "A progressive download operation for AFNetworking." | |
s.homepage = "https://github.com/steipete/AFDownloadRequestOperation" | |
s.author = { 'Peter Steinberger' => '[email protected]' } | |
s.source = { :git => 'https://github.com/steipete/AFDownloadRequestOperation.git' } | |
s.platform = :ios, '5.0' | |
s.requires_arc = true | |
s.source_files = '*.{h,m}' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pod::Spec.new do |s| | |
s.name = 'DAKeyboardControl' | |
s.version = '2.2.0' | |
s.platform = :ios | |
s.license = 'MIT' | |
s.summary = 'Easily add keyboard awareness and scrolling dismissal.' | |
s.homepage = 'https://github.com/danielamitay/DAKeyboardControl' | |
s.author = { 'Daniel Amitay' => '[email protected]' } | |
s.source = { :git => 'https://github.com/danielamitay/DAKeyboardControl.git' } | |
s.description = 'DAKeyboardControl allows you to easily add keyboard awareness and scrolling dismissal (a receding keyboard ala iMessages app) to any UIView subclass with only 1 line of code.' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pod::Spec.new do |s| | |
s.name = 'Reachability' | |
s.version = '3.1.0' | |
s.license = 'BSD' | |
s.homepage = 'https://github.com/tonymillion/Reachability' | |
s.authors = { 'Tony Million' => '[email protected]' } | |
s.summary = 'ARC and GCD Compatible Reachability Class for iOS. Drop in replacement for Apple Reachability.' | |
s.source = { :git => 'https://github.com/tonymillion/Reachability.git' } | |
s.source_files = 'Reachability.{h,m}' | |
s.framework = 'SystemConfiguration' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pod::Spec.new do |s| | |
s.name = 'RestKit' | |
s.version = '0.20.3' | |
s.summary = 'RestKit is a framework for consuming and modeling RESTful web resources on iOS and OS X.' | |
s.homepage = 'http://www.restkit.org' | |
s.author = { 'Blake Watters' => '[email protected]' } | |
s.source = { :git => 'https://github.com/creativemess/RestKit.git', :branch => 'master' } | |
s.license = 'Apache License, Version 2.0' | |
# Platform setup |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pod::Spec.new do |s| | |
s.name = "UI7Kit" | |
s.version = "0.8.8" | |
s.summary = "UI7Kit is a GUI toolkit to implement iOS7 look & feel UIKit under iOS5/iOS6. It is also supported that patching UIKit to UI7Kit in runtime." | |
s.homepage = "https://github.com/youknowone/UI7Kit" | |
s.license = "2-clause BSD" | |
s.author = { "Jeong YunWon" => "[email protected]" } | |
s.source = { :git => "https://github.com/youknowone/UI7Kit.git" } | |
s.platform = :ios, '6.0' |
OlderNewer