forked from CocoaPods/Specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from CocoaPods/master
Update from CocoaPods:master
- Loading branch information
Showing
2,037 changed files
with
44,355 additions
and
656 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "500px-iOS-api" | ||
s.version = "1.0.4" | ||
s.summary = "A simple SDK for accessing the 500px API. " | ||
s.homepage = "https://github.com/500px/500px-iOS-api" | ||
s.license = 'MIT' | ||
s.author = { "Ash Furrow" => "[email protected]" } | ||
s.source = { :git => "https://github.com/500px/500px-iOS-api.git", :tag => "1.0.4" } | ||
s.platform = :ios, '5.0' | ||
s.source_files = 'Classes', 'PXAPI/**/*.{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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "500px-iOS-api" | ||
s.version = "1.0.5" | ||
s.summary = "A simple SDK for accessing the 500px API. " | ||
s.homepage = "https://github.com/500px/500px-iOS-api" | ||
s.license = 'MIT' | ||
s.authors = { "Ash Furrow" => "[email protected]", "Paddy O'Brien" => "[email protected]" } | ||
s.source = { :git => "https://github.com/500px/500px-iOS-api.git", :tag => "1.0.5" } | ||
s.platform = :ios, '5.0' | ||
s.source_files = 'Classes', 'PXAPI/**/*.{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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "AAActivityAction" | ||
s.version = "1.0.1" | ||
s.summary = "Reeder like action sheet." | ||
s.homepage = "https://github.com/r-plus/AAActivityAction/" | ||
s.license = 'MIT' | ||
s.author = { "r-plus" => "[email protected]" } | ||
s.source = { :git => "https://github.com/r-plus/AAActivityAction.git", :tag => s.version.to_s } | ||
s.platform = :ios, '5.0' | ||
s.source_files = 'AAActivityAction/*.{h,m}' | ||
s.requires_arc = true | ||
s.framework = 'QuartzCore' | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'ABTest' | ||
s.version = '0.0.5' | ||
s.license = 'MIT' | ||
s.summary = 'A framework to quickly add remotely controlled and monitored A/B Tests to your application' | ||
s.homepage = 'https://github.com/chrismaddern/iOS-Split-A-B-Test-Library' | ||
s.authors = { 'Chris Maddern' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/chrismaddern/iOS-Split-A-B-Test-Library.git', :tag => "0.0.5", :submodules => true } | ||
s.requires_arc = true | ||
|
||
s.dependency 'OpenUDID' | ||
|
||
s.platform = :ios | ||
s.ios.deployment_target = '5.0' | ||
|
||
s.source_files = 'ABTest/**/*.{h,m}' | ||
s.public_header_files = 'ABTest/*.h' | ||
s.resource ="ABTest/ABTestSettings-Default.plist" | ||
|
||
s.compiler_flags = '-ObjC', '-all_load' | ||
|
||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "ADURL" | ||
s.version = "0.1.0" | ||
s.summary = "a URL builder class based on node's url module" | ||
s.homepage = "https://github.com/agilemd/ADURL" | ||
s.license = { :type => 'MIT', :file => 'LICENSE.md' } | ||
s.author = { "jden" => "[email protected]" } | ||
s.source = { | ||
:git => "https://github.com/agilemd/ADURL.git", | ||
:tag => s.version.to_s } | ||
|
||
s.source_files = 'ADURL/**/*.{h,m}' | ||
end |
13 changes: 13 additions & 0 deletions
13
AFDownloadRequestOperation/2.0.0/AFDownloadRequestOperation.podspec
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'AFDownloadRequestOperation' | ||
s.version = '2.0.0' | ||
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', :tag => s.version.to_s } | ||
s.platform = :ios, '6.0' | ||
s.requires_arc = true | ||
s.source_files = '*.{h,m}' | ||
s.license = 'MIT' | ||
s.dependency 'AFNetworking', '~> 2.0.1' | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'AFHARchiver' | ||
s.version = '0.2.0' | ||
s.summary = 'An AFNetworking extension to automatically generate a HTTP Archive file of all of your network requests.' | ||
s.author = { | ||
'Kevin Harwood' => '[email protected]' | ||
} | ||
s.homepage = 'https://github.com/mutualmobile/AFHARchiver/AFHARchiver.podspec' | ||
s.source = { :git => "https://github.com/mutualmobile/AFHARchiver.git", :tag => "0.2.0" } | ||
s.source_files = 'AFHARchiver' | ||
s.license = { | ||
:type => 'MIT', | ||
:file => 'LICENSE' | ||
} | ||
s.requires_arc = true | ||
s.ios.deployment_target = '7.0' | ||
s.osx.deployment_target = '10.9' | ||
s.dependency 'AFNetworking', '~> 2.0.0' | ||
s.dependency 'AFNetworking/NSURLSession', '~> 2.0.0' | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'AFMacros' | ||
s.version = '1.1' | ||
s.summary = "Macros for iOS projects." | ||
s.homepage = "http://www.appfarms.com" | ||
s.author = { 'Daniel Kuhnke' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/appfarms/AFMacros.git', :tag => '1.1' } | ||
s.platform = :ios, '5.0' | ||
s.requires_arc = true | ||
s.source_files = '*.{h,m}' | ||
s.license = 'MIT' | ||
end |
15 changes: 15 additions & 0 deletions
15
AFNetworking-RACExtensions/0.1.2/AFNetworking-RACExtensions.podspec
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "AFNetworking-RACExtensions" | ||
s.version = "0.1.2" | ||
s.summary = "AFNetworking-RACExtensions is a delightful extension to the AFNetworking classes for iOS and Mac OS X." | ||
s.homepage = "https://github.com/CodaFi/AFNetworking-RACExtensions" | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.author = { "Robert Widmann" => "[email protected]" } | ||
s.source = { :git => "https://github.com/CodaFi/AFNetworking-RACExtensions.git", :tag => "0.1.2" } | ||
s.ios.deployment_target = '5.0' | ||
s.osx.deployment_target = '10.7' | ||
s.source_files = 'ReactiveAFNetworking' | ||
s.requires_arc = true | ||
s.dependency 'AFNetworking', '~> 1.0' | ||
s.dependency 'ReactiveCocoa', '2.0' | ||
end |
22 changes: 22 additions & 0 deletions
22
AFNetworking-Synchronous/0.1.0/AFNetworking-Synchronous.podspec
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'AFNetworking-Synchronous' | ||
s.version = '0.1.0' | ||
s.summary = 'Synchronous requests for AFNetworking' | ||
s.description = <<-DESC | ||
A minimal category which extends AFNetworking, specifically | ||
AFHTTPClient, to support synchronous requests. | ||
DESC | ||
s.homepage = 'https://github.com/paulmelnikow/AFNetworking-Synchronous' | ||
s.license = 'MIT' | ||
s.author = { "Paul Melnikow" => "[email protected]" } | ||
s.source = { :git => 'https://github.com/paulmelnikow/AFNetworking-Synchronous.git', | ||
:tag => "v#{s.version}" } | ||
|
||
s.ios.deployment_target = '6.0' | ||
s.osx.deployment_target = '10.7' | ||
s.requires_arc = true | ||
|
||
s.source_files = '*.{h,m}' | ||
|
||
s.dependency 'AFNetworking', '~> 1.3.1' | ||
end |
22 changes: 22 additions & 0 deletions
22
AFNetworking-Synchronous/0.2.0/AFNetworking-Synchronous.podspec
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'AFNetworking-Synchronous' | ||
s.version = '0.2.0' | ||
s.summary = 'Synchronous requests for AFNetworking' | ||
s.description = <<-DESC | ||
A minimal category which extends AFNetworking 1.x, specifically | ||
AFHTTPClient, to support synchronous requests. | ||
DESC | ||
s.homepage = 'https://github.com/paulmelnikow/AFNetworking-Synchronous' | ||
s.license = 'MIT' | ||
s.author = { "Paul Melnikow" => "[email protected]" } | ||
s.source = { :git => 'https://github.com/paulmelnikow/AFNetworking-Synchronous.git', | ||
:tag => "v#{s.version}" } | ||
|
||
s.ios.deployment_target = '6.0' | ||
s.osx.deployment_target = '10.7' | ||
s.requires_arc = true | ||
|
||
s.source_files = '*.{h,m}' | ||
|
||
s.dependency 'AFNetworking', '~> 1.3.3' | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'AFNetworking' | ||
s.version = '1.3.3' | ||
s.license = 'MIT' | ||
s.summary = 'A delightful iOS and OS X networking framework.' | ||
s.homepage = 'https://github.com/AFNetworking/AFNetworking' | ||
s.authors = { 'Mattt Thompson' => '[email protected]', 'Scott Raymond' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/AFNetworking/AFNetworking.git', :tag => '1.3.3' } | ||
s.source_files = 'AFNetworking' | ||
s.requires_arc = true | ||
|
||
s.ios.deployment_target = '5.0' | ||
s.ios.frameworks = 'MobileCoreServices', 'SystemConfiguration', 'Security', 'CoreGraphics' | ||
|
||
s.osx.deployment_target = '10.7' | ||
s.osx.frameworks = 'CoreServices', 'SystemConfiguration', 'Security' | ||
|
||
s.prefix_header_contents = <<-EOS | ||
#import <Availability.h> | ||
#define _AFNETWORKING_PIN_SSL_CERTIFICATES_ | ||
#if __IPHONE_OS_VERSION_MIN_REQUIRED | ||
#import <SystemConfiguration/SystemConfiguration.h> | ||
#import <MobileCoreServices/MobileCoreServices.h> | ||
#import <Security/Security.h> | ||
#else | ||
#import <SystemConfiguration/SystemConfiguration.h> | ||
#import <CoreServices/CoreServices.h> | ||
#import <Security/Security.h> | ||
#endif | ||
EOS | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'AFNetworking' | ||
s.version = '2.0.0-RC3' | ||
s.license = 'MIT' | ||
s.summary = 'A delightful iOS and OS X networking framework.' | ||
s.homepage = 'https://github.com/AFNetworking/AFNetworking' | ||
s.authors = { 'Mattt Thompson' => '[email protected]', 'Scott Raymond' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/AFNetworking/AFNetworking.git', :tag => '2.0.0-RC3', :submodules => true } | ||
s.requires_arc = true | ||
|
||
s.ios.deployment_target = '6.0' | ||
s.osx.deployment_target = '10.8' | ||
|
||
s.default_subspec = 'Core' | ||
|
||
s.subspec 'Core' do |ss| | ||
ss.source_files = 'AFNetworking' | ||
|
||
ss.dependency 'AFNetworking/Serialization' | ||
ss.dependency 'AFNetworking/Reachability' | ||
ss.dependency 'AFNetworking/Security' | ||
|
||
ss.dependency 'AFNetworking/NSURLConnection' | ||
end | ||
|
||
s.subspec 'Serialization' do |ss| | ||
ss.source_files = 'AFNetworking/AFURL{Request,Response}Serialization.{h,m}' | ||
ss.ios.frameworks = 'MobileCoreServices', 'CoreGraphics' | ||
ss.osx.frameworks = 'CoreServices' | ||
end | ||
|
||
s.subspec 'Security' do |ss| | ||
ss.source_files = 'AFNetworking/AFSecurityPolicy.{h,m}' | ||
ss.frameworks = 'Security' | ||
end | ||
|
||
s.subspec 'Reachability' do |ss| | ||
ss.source_files = 'AFNetworking/AFNetworkReachabilityManager.{h,m}' | ||
ss.frameworks = 'SystemConfiguration' | ||
end | ||
|
||
s.subspec 'NSURLConnection' do |ss| | ||
ss.source_files = 'AFNetworking/AFURLConnectionOperation.{h,m}', 'AFNetworking/AFHTTPRequestOperation.{h,m}', 'AFNetworking/AFHTTPRequestOperationManager.{h,m}' | ||
end | ||
|
||
s.subspec 'NSURLSession' do |ss| | ||
ss.ios.deployment_target = '7.0' | ||
ss.osx.deployment_target = '10.9' | ||
|
||
ss.source_files = 'AFNetworking/AFURLSessionManager.{h,m}', 'AFNetworking/AFHTTPSessionManager.{h,m}' | ||
end | ||
|
||
s.subspec 'UIKit+AFNetworking' do |ss| | ||
ss.source_files = 'UIKit+AFNetworking' | ||
end | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'AFNetworking' | ||
s.version = '2.0.0' | ||
s.license = 'MIT' | ||
s.summary = 'A delightful iOS and OS X networking framework.' | ||
s.homepage = 'https://github.com/AFNetworking/AFNetworking' | ||
s.authors = { 'Mattt Thompson' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/AFNetworking/AFNetworking.git', :tag => "2.0.0", :submodules => true } | ||
s.requires_arc = true | ||
|
||
s.ios.deployment_target = '6.0' | ||
s.osx.deployment_target = '10.8' | ||
|
||
s.public_header_files = 'AFNetworking/*.h' | ||
|
||
s.subspec 'Serialization' do |ss| | ||
ss.source_files = 'AFNetworking/AFURL{Request,Response}Serialization.{h,m}' | ||
ss.ios.frameworks = 'MobileCoreServices', 'CoreGraphics' | ||
ss.osx.frameworks = 'CoreServices' | ||
end | ||
|
||
s.subspec 'Security' do |ss| | ||
ss.source_files = 'AFNetworking/AFSecurityPolicy.{h,m}' | ||
ss.frameworks = 'Security' | ||
end | ||
|
||
s.subspec 'Reachability' do |ss| | ||
ss.source_files = 'AFNetworking/AFNetworkReachabilityManager.{h,m}' | ||
ss.frameworks = 'SystemConfiguration' | ||
end | ||
|
||
s.subspec 'NSURLConnection' do |ss| | ||
ss.dependency 'AFNetworking/Serialization' | ||
ss.dependency 'AFNetworking/Reachability' | ||
ss.dependency 'AFNetworking/Security' | ||
|
||
ss.source_files = 'AFNetworking/AFURLConnectionOperation.{h,m}', 'AFNetworking/AFHTTPRequestOperation.{h,m}', 'AFNetworking/AFHTTPRequestOperationManager.{h,m}' | ||
end | ||
|
||
s.subspec 'NSURLSession' do |ss| | ||
ss.ios.deployment_target = '7.0' | ||
ss.osx.deployment_target = '10.9' | ||
|
||
ss.dependency 'AFNetworking/Serialization' | ||
ss.dependency 'AFNetworking/Reachability' | ||
ss.dependency 'AFNetworking/Security' | ||
|
||
ss.source_files = 'AFNetworking/AFURLSessionManager.{h,m}', 'AFNetworking/AFHTTPSessionManager.{h,m}' | ||
end | ||
|
||
s.subspec 'UIKit' do |ss| | ||
ss.ios.deployment_target = '6.0' | ||
|
||
ss.dependency 'AFNetworking/NSURLConnection' | ||
|
||
ss.ios.public_header_files = 'UIKit+AFNetworking/*.h' | ||
ss.ios.source_files = 'UIKit+AFNetworking' | ||
ss.osx.source_files = '' | ||
end | ||
end |
Oops, something went wrong.