Skip to content

Commit

Permalink
Merge pull request #3 from CocoaPods/master
Browse files Browse the repository at this point in the history
Update from CocoaPods:master
  • Loading branch information
hpique committed Nov 18, 2013
2 parents 58596e8 + c2080ae commit 66e7082
Show file tree
Hide file tree
Showing 2,037 changed files with 44,355 additions and 656 deletions.
12 changes: 12 additions & 0 deletions 500px-iOS-api/1.0.4/500px-iOS-api.podspec
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
12 changes: 12 additions & 0 deletions 500px-iOS-api/1.0.5/500px-iOS-api.podspec
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
13 changes: 13 additions & 0 deletions AAActivityAction/1.0.1/AAActivityAction.podspec
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
22 changes: 22 additions & 0 deletions ABTest/0.0.5/ABTest.podspec
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
13 changes: 13 additions & 0 deletions ADURL/0.1.0/ADURL.podspec
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
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
20 changes: 20 additions & 0 deletions AFHARchiver/0.2.0/AFHARchiver.podspec
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
12 changes: 12 additions & 0 deletions AFMacros/1.1/AFMacros.podspec
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
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 AFNetworking-Synchronous/0.1.0/AFNetworking-Synchronous.podspec
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 AFNetworking-Synchronous/0.2.0/AFNetworking-Synchronous.podspec
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
33 changes: 33 additions & 0 deletions AFNetworking/1.3.3/AFNetworking.podspec
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
56 changes: 56 additions & 0 deletions AFNetworking/2.0.0-RC3/AFNetworking.podspec
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
60 changes: 60 additions & 0 deletions AFNetworking/2.0.0/AFNetworking.podspec
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
Loading

0 comments on commit 66e7082

Please sign in to comment.