Skip to content

Commit

Permalink
Merge branch 'master' of github.com:CocoaPods/Specs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfish committed Jan 17, 2013
2 parents e550c42 + 481a392 commit b80e2a1
Show file tree
Hide file tree
Showing 20 changed files with 232 additions and 32 deletions.
12 changes: 12 additions & 0 deletions 500px-iOS-api/1.0.2/500px-iOS-api.podspec
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = "500px-iOS-api"
s.version = "1.0.2"
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" => "ash@ashfurrow.com" }
s.source = { :git => "https://github.com/500px/500px-iOS-api.git", :tag => "1.0.2" }
s.platform = :ios, '5.0'
s.source_files = 'Classes', 'PXAPI/**/*.{h,m}'
s.requires_arc = true
end
14 changes: 14 additions & 0 deletions AFImageDownloader/1.0.0/AFImageDownloader.podspec
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = 'AFImageDownloader'
s.version = '1.0.0'
s.summary = 'Downloads JPEG images asynchronously and decompresses them on a background thread.'
s.author = { 'Ash Furrow' => 'ash@ashfurrow.com' }
s.source = { :git => 'https://github.com/AshFurrow/AFImageDownloader.git', :tag => '1.0.0' }
s.source_files = 'Classes', '*.{h,m}'
s.license = 'MIT'
s.homepage = 'https://github.com/AshFurrow/AFImageDownloader'
s.dependency 'Kiwi', '~> 1.1.1'
s.requires_arc = true
s.platform = :ios, '5.0'
s.license = 'MIT'
end
31 changes: 31 additions & 0 deletions Appacitive-iOS-SDK/1.0.5/Appacitive-iOS-SDK.podspec
@@ -0,0 +1,31 @@
Pod::Spec.new do |s|
s.name = "Appacitive-iOS-SDK"
s.version = "1.0.5"
s.summary = "iOS SDK for the Appacitive platform."
s.homepage = "https://github.com/aliHafizji/Appacitive-iOS-SDK"

s.license = {
:type => 'MIT License',
:text => <<-LICENSE
Copyright (c) 2013 Kauserali Hafizji
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
LICENSE
}

s.author = { "Kauserali" => "ali.hafizji@gmail.com" }

s.source = { :git => "https://github.com/aliHafizji/Appacitive-iOS-SDK.git",:tag => "v1.0.5" }

s.platform = :ios, '5.0'

s.source_files = 'Appacitive-iOS-SDK/**/*.{h,m}'


s.requires_arc = true
s.dependency 'MKNetworkKit', '0.85'
end
15 changes: 15 additions & 0 deletions DTBonjour/1.0.0/DTBonjour.podspec
@@ -0,0 +1,15 @@
Pod::Spec.new do |spec|
spec.name = 'DTBonjour'
spec.version = '1.0.0'
spec.summary = "Client/Server Communication of NSObjects over WiFi."
spec.homepage = "https://github.com/Cocoanetics/DTBonjour"
spec.author = { "Oliver Drobnik" => "oliver@drobnik.com" }
spec.source = { :git => "https://github.com/Cocoanetics/DTBonjour.git", :tag => spec.version.to_s }
spec.source_files = 'Core/Source/*.{h,m}'
spec.license = 'BSD'
spec.ios.deployment_target = '5.0'
spec.osx.deployment_target = '10.7'
spec.ios.frameworks = ["CoreFoundation", "Foundation", "UIKit"]
spec.osx.frameworks = ["CoreFoundation", "Foundation"]
spec.requires_arc = true
end
2 changes: 1 addition & 1 deletion DTCoreText/1.1.0/DTCoreText.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|
spec.name = 'DTCoreText'
spec.version = '1.1.0'
spec.platform = :ios, '5.0'
spec.platform = :ios, '4.3'
spec.license = 'BSD'
spec.source = { :git => 'https://github.com/Cocoanetics/DTCoreText.git', :tag => spec.version.to_s }
spec.source_files = 'Core/Source/*.{h,m,c}'
Expand Down
15 changes: 15 additions & 0 deletions DTDownload/1.0.0/DTDownload.podspec
@@ -0,0 +1,15 @@
Pod::Spec.new do |spec|
spec.name = 'DTDownload'
spec.version = '1.0.0'
spec.summary = "File Downloading, Caching and Queueing."
spec.homepage = "https://github.com/Cocoanetics/DTDownload"
spec.author = { "Oliver Drobnik" => "oliver@drobnik.com" }
spec.source = { :git => "https://github.com/Cocoanetics/DTDownload.git", :tag => spec.version.to_s }
spec.ios.deployment_target = '5.0'
spec.osx.deployment_target = '10.7'
spec.dependency 'DTFoundation/Core'
spec.source_files = 'Core/Source/*.{h,m}'
spec.frameworks = ['CoreData']
spec.license = 'BSD'
spec.requires_arc = true
end
33 changes: 15 additions & 18 deletions DTFoundation/1.0.0/DTFoundation.podspec
Expand Up @@ -6,15 +6,25 @@ Pod::Spec.new do |spec|
spec.author = { "Oliver Drobnik" => "oliver@drobnik.com" }
spec.source = { :git => "https://github.com/Cocoanetics/DTFoundation.git", :tag => spec.version.to_s }
spec.license = 'BSD'

spec.ios.deployment_target = '5.0'
spec.osx.deployment_target = '10.6'
spec.requires_arc = true

spec.subspec 'Core' do |ss|
ss.ios.deployment_target = '4.3'
ss.ios.source_files = 'Core/Source/*.{h,m}', 'Core/Source/iOS/*.{h,m}'
ss.osx.source_files = 'Core/Source/*.{h,m}', 'Core/Source/OSX/*.{h,m}'
ss.osx.deployment_target = '10.6'
ss.source_files = 'Core/Source/*.{h,m}'
end

spec.subspec 'UIKit' do |ss|
ss.platform = :ios, '4.3'
ss.dependency 'DTFoundation/Core'
ss.ios.frameworks = 'QuartzCore'
ss.ios.source_files = 'Core/Source/iOS/*.{h,m}'
end

spec.subspec 'AppKit' do |ss|
ss.platform = :osx, '10.6'
ss.dependency 'DTFoundation/Core'
ss.osx.source_files = 'Core/Source/OSX/*.{h,m}'
end

spec.subspec 'DTHMLParser' do |ss|
Expand All @@ -36,19 +46,6 @@ Pod::Spec.new do |spec|
end
end

spec.subspec 'DTDownload' do |ss|
ss.ios.deployment_target = '5.0'
ss.dependency 'DTFoundation/Core'
ss.source_files = 'Core/Source/DTDownload/*.{h,m}'
ss.frameworks = ['CoreData']
ss.platform = :ios
end

spec.subspec 'DTBonjour' do |ss|
ss.ios.deployment_target = '5.0'
ss.source_files = 'Core/Source/DTBonjour/*.{h,m}'
end

spec.subspec 'DTUTI' do |ss|
ss.ios.deployment_target = '4.3'
ss.ios.frameworks = ['MobileCoreServices']
Expand Down
12 changes: 12 additions & 0 deletions DYRateView/0.0.2/DYRateView.podspec
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = "DYRateView"
s.version = "0.0.2"
s.summary = "A custom iOS rate view control similar to the one used in Apple's App Store app."
s.homepage = "https://github.com/dyang/DYRateView"
s.license = { :type => 'BSD', :file => 'LICENSE' }
s.author = { "Derek Yang" => "http://iappexperience.com" }
s.source = { :git => "https://github.com/dyang/DYRateView.git", :commit => "c2a313906b476a17c312b3ef95a53dc4435e52fa"}
s.platform = :ios
s.source_files = 'DYRateView/DYRateView/DYRateView.{h,m}'
s.resources = "DYRateView/Resources/*.png"
end
6 changes: 3 additions & 3 deletions GoogleAnalytics-iOS-SDK/1.4/GoogleAnalytics-iOS-SDK.podspec
Expand Up @@ -23,11 +23,11 @@ Pod::Spec.new do |s|
s.source = { :http => "http://dl.google.com/gaformobileapps/GoogleAnalyticsiOS_1.4.tar.gz" }
s.platform = :ios

s.source_files = 'Google Analytics SDK/Library/GANTracker.h'
s.preserve_paths = 'Google Analytics SDK/Library/libGoogleAnalytics.a'
s.source_files = 'Library/GANTracker.h'
s.preserve_paths = 'Library/libGoogleAnalytics.a'

s.framework = 'CFNetwork'
s.library = 'GoogleAnalytics', 'sqlite3'

s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '"$(PODS_ROOT)/GoogleAnalytics-iOS-SDK/Google Analytics SDK/Library"' }
s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '"$(PODS_ROOT)/GoogleAnalytics-iOS-SDK/Library"' }
end
6 changes: 3 additions & 3 deletions GoogleAnalytics-iOS-SDK/1.5.1/GoogleAnalytics-iOS-SDK.podspec
Expand Up @@ -23,11 +23,11 @@ Pod::Spec.new do |s|
s.source = { :http => "http://dl.google.com/gaformobileapps/GoogleAnalyticsiOS_1.5.1.tar.gz" }
s.platform = :ios

s.source_files = 'Google Analytics SDK/Library/GANTracker.h'
s.preserve_paths = 'Google Analytics SDK/Library/libGoogleAnalytics.a'
s.source_files = 'Library/GANTracker.h'
s.preserve_paths = 'Library/libGoogleAnalytics.a'

s.framework = 'CFNetwork'
s.library = 'GoogleAnalytics', 'sqlite3'

s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '"$(PODS_ROOT)/GoogleAnalytics-iOS-SDK/Google Analytics SDK/Library"' }
s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '"$(PODS_ROOT)/GoogleAnalytics-iOS-SDK/Library"' }
end
Expand Up @@ -23,11 +23,11 @@ Pod::Spec.new do |s|
s.source = { :http => "http://dl.google.com/dl/gaformobileapps/googleanalyticsios.zip" }
s.platform = :ios

s.source_files = 'GoogleAnalyticsiOS_2.0beta3/Library/*.h'
s.preserve_paths = 'GoogleAnalyticsiOS_2.0beta3/Library/libGoogleAnalytics.a'
s.source_files = 'Library/*.h'
s.preserve_paths = 'Library/libGoogleAnalytics.a'

s.frameworks = 'CFNetwork', 'CoreData', 'SystemConfiguration'
s.library = 'GoogleAnalytics'

s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '"$(PODS_ROOT)/GoogleAnalytics-iOS-SDK/GoogleAnalyticsiOS_2.0beta3/Library"' }
s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '"$(PODS_ROOT)/GoogleAnalytics-iOS-SDK/Library"' }
end
Expand Up @@ -23,11 +23,11 @@ Pod::Spec.new do |s|
s.source = { :http => "http://dl.google.com/dl/gaformobileapps/GoogleAnalyticsiOS.zip" }
s.platform = :ios

s.source_files = 'GoogleAnalyticsiOS_2.0beta4/Library/*.h'
s.preserve_paths = 'GoogleAnalyticsiOS_2.0beta4/Library/libGoogleAnalytics.a'
s.source_files = 'Library/*.h'
s.preserve_paths = 'Library/libGoogleAnalytics.a'

s.frameworks = 'CFNetwork', 'CoreData', 'SystemConfiguration'
s.library = 'GoogleAnalytics'

s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '"$(PODS_ROOT)/GoogleAnalytics-iOS-SDK/GoogleAnalyticsiOS_2.0beta4/Library"' }
s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '"$(PODS_ROOT)/GoogleAnalytics-iOS-SDK/Library"' }
end
20 changes: 20 additions & 0 deletions KYCircleMenu/1.0.1/KYCircleMenu.podspec
@@ -0,0 +1,20 @@
Pod::Spec.new do |s|
s.name = "KYCircleMenu"
s.version = "1.0.1"
s.summary = "A circle menu with toggling animation."
s.description = <<-DESC
An open source iOS UI control that allows you to build a circular menu by laying out buttons in a circle pattern adjusting from the number of buttons (1~6).
This control is separated from [iPokeMon](https://github.com/Kjuly/iPokeMon) (a PokéMon game on iOS with Location Based Service), you can take a look at the demo video how cool it is!
- [Youtube](http://www.youtube.com/watch?v=otiBQnwdt0U) - 2012-05-09
- [Youku](http://v.youku.com/v_show/id_XNDA1MjExMDg4.html) - 2012-06-03 (Newer)
DESC
s.homepage = "https://github.com/Kjuly/KYCircleMenu"
s.license = 'MIT'
s.author = { "Kaijie Yu" => "dev@kjuly.com" }
s.source = { :git => "https://github.com/Kjuly/KYCircleMenu.git", :tag => "1.0.1" }
s.platform = :ios, '5.0'
s.ios.deployment_target = '5.0'
s.source_files = 'KYCircleMenu/*.{h,m}'
end
2 changes: 1 addition & 1 deletion Kiwi/1.0.0/Kiwi.podspec
Expand Up @@ -4,9 +4,9 @@ Pod::Spec.new do |s|
s.summary = 'A Behavior Driven Development library for iPhone and iPad development.'
s.homepage = 'http://kiwi-lib.info'
s.authors = { 'Allen Ding' => 'allen@allending.com', 'Luke Redpath' => 'luke@lukeredpath.co.uk' }
s.license = { :type => 'MIT', :file => 'License.txt' }
s.source = { :git => 'https://github.com/allending/Kiwi.git', :tag => 'v1.0.0' }
s.source_files = 'Kiwi'
s.framework = 'SenTestingKit'
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(SDKROOT)/Developer/Library/Frameworks" "$(DEVELOPER_LIBRARY_DIR)/Frameworks"' }

end
12 changes: 12 additions & 0 deletions Kiwi/2.0.2/Kiwi.podspec
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = 'Kiwi'
s.version = '2.0.2'
s.summary = 'A Behavior Driven Development library for iOS and OS X.'
s.homepage = 'https://github.com/allending/Kiwi'
s.authors = { 'Allen Ding' => 'alding@gmail.com', 'Luke Redpath' => 'luke@lukeredpath.co.uk' }
s.license = { :type => 'MIT', :file => 'License.txt' }
s.source = { :git => 'https://github.com/allending/Kiwi.git', :tag => '2.0.2' }
s.source_files = 'Classes'
s.framework = 'SenTestingKit'
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(inherited)" "$(SDKROOT)/Developer/Library/Frameworks" "$(DEVELOPER_LIBRARY_DIR)/Frameworks"' }
end
14 changes: 14 additions & 0 deletions NLKit/0.2.4/NLKit.podspec
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "NLKit"
s.version = "0.2.4"
s.summary = "A collection of categories and classes to simplify iOS development."
s.homepage = "https://github.com/jksk/NLKit"
s.license = 'MIT'
s.author = { "Jesper Skrufve" => "jesper@neolo.gy" }
s.source = { :git => "https://github.com/jksk/NLKit.git", :tag => "0.2.4" }
s.platform = :ios, '6.0'
s.source_files = 'NLKit', 'NLKit/**/*.{h,m}'
s.frameworks = 'QuartzCore', 'Security', 'CoreLocation', 'CoreData'
s.library = 'z'
s.requires_arc = true
end
13 changes: 13 additions & 0 deletions ProtobufObjC/0.0.1/ProtobufObjC.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'ProtobufObjC'
s.header_dir = "ProtocolBuffers"
s.version = '0.0.1'
s.license = 'Apache 2.0'
s.summary = 'An implementation of Protocol Buffers in Objective C.'
s.homepage = 'http://code.google.com/p/metasyntactic/wiki/ProtocolBuffers'
s.author = { 'Cyrus' => 'cyrusn@stwing.upenn.edu' }

s.source = { :git => 'https://github.com/booyah/protobuf-objc.git', :commit => '9eb586b2178163c2fdbdfce772a48731e5884905' }
s.source_files = 'src/runtime/Classes/*.{h,m}'
s.xcconfig = { 'WARNING_CFLAGS' => '-Wno-missing-prototypes -Wno-format' }
end
14 changes: 14 additions & 0 deletions SPSuccinct/1.0.0/SPSuccinct.podspec
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = 'SPSuccinct'
s.version = '1.0.0'
s.license = 'MIT'
s.summary = 'Tools to write succinct Objective-C.'
s.homepage = 'http://github.com/nevyn/SPSuccinct'
s.author = { 'Joachim Bengtsson' => 'joachimb@gmail.com' }

s.source = { :git => 'https://github.com/nevyn/SPSuccinct.git', :tag => '1.0.0' }

s.description = 'Macros for "POD" literals, KVO tools, and SPDepends.'

s.source_files = 'SPSuccinct/SP*.{h,m}'
end
14 changes: 14 additions & 0 deletions SPSuccinct/1.0.1/SPSuccinct.podspec
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = 'SPSuccinct'
s.version = '1.0.1'
s.license = 'MIT'
s.summary = 'Tools to write succinct Objective-C.'
s.homepage = 'http://github.com/nevyn/SPSuccinct'
s.author = { 'Joachim Bengtsson' => 'joachimb@gmail.com' }

s.source = { :git => 'https://github.com/nevyn/SPSuccinct.git', :tag => '1.0.1' }

s.description = 'Making ObjC succinct: KVO tools including SPDepends, and macros for "POD" literals.'

s.source_files = 'SPSuccinct/SP*.{h,m}'
end
17 changes: 17 additions & 0 deletions ZFHaversine/0.3/ZFHaversine.podspec
@@ -0,0 +1,17 @@
Pod::Spec.new do |s|
s.name = "ZFHaversine"
s.version = "0.3"
s.summary = "Objective-C implementation of the Haversine formula & Spherical Law of Cosines used to find the distance between two GPS coordinates."
s.homepage = "https://github.com/flightblog/ZFHaversine"

s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Steve Foster" => "foster@flightblog.org" }
s.source = {
:git => "https://github.com/flightblog/ZFHaversine.git",
:tag => "0.3"
}

s.platform = :ios
s.source_files = 'ZFHaversine/*'
s.requires_arc = true
end

0 comments on commit b80e2a1

Please sign in to comment.