diff --git a/CHCSVParser/2.0.4/CHCSVParser.podspec b/CHCSVParser/2.0.4/CHCSVParser.podspec new file mode 100644 index 00000000..2ccde755 --- /dev/null +++ b/CHCSVParser/2.0.4/CHCSVParser.podspec @@ -0,0 +1,10 @@ +Pod::Spec.new do |spec| + spec.name = 'CHCSVParser' + spec.author = 'Dave DeLong' + spec.homepage = 'https://github.com/davedelong/CHCSVParser' + spec.summary = 'A proper CSV parser for Objective-C.' + spec.license = 'MIT (LICENSE)' + spec.version = '2.0.4' + spec.source = { :git => 'https://github.com/davedelong/CHCSVParser.git', :tag => '2.0.4' } + spec.source_files = 'CHCSVParser/CHCSVParser.{h,m}' +end diff --git a/CIOAPIClient/0.8.4/CIOAPIClient.podspec b/CIOAPIClient/0.8.4/CIOAPIClient.podspec new file mode 100644 index 00000000..04810540 --- /dev/null +++ b/CIOAPIClient/0.8.4/CIOAPIClient.podspec @@ -0,0 +1,19 @@ +Pod::Spec.new do |s| + s.name = "CIOAPIClient" + s.version = "0.8.4" + s.summary = "API Client for Context.IO" + s.homepage = "https://github.com/contextio/contextio-ios" + s.license = 'MIT' + s.author = { 'Kevin Lord' => 'kevinlord@otherinbox.com' } + s.source = { :git => "https://github.com/contextio/contextio-ios.git", :tag => '0.8.4' } + s.source_files = 'CIOAPIClient', 'CIOAPIClient/OAuth', 'CIOAPIClient/OAuth/Crypto' + s.requires_arc = true + + s.ios.deployment_target = '5.0' + s.ios.frameworks = 'Security' + + s.osx.deployment_target = '10.7' + + s.dependency 'AFNetworking', '>= 0.9' + s.dependency 'SSKeychain', '>= 0.2.1' +end diff --git a/CocoaHTTPServer/2.3/CocoaHTTPServer.podspec b/CocoaHTTPServer/2.3/CocoaHTTPServer.podspec new file mode 100644 index 00000000..b5b6ef3e --- /dev/null +++ b/CocoaHTTPServer/2.3/CocoaHTTPServer.podspec @@ -0,0 +1,20 @@ +Pod::Spec.new do |s| + s.name = 'CocoaHTTPServer' + s.version = '2.3' + s.license = 'BSD' + s.summary = 'A small, lightweight, embeddable HTTP server for Mac OS X or iOS applications.' + s.homepage = 'https://github.com/robbiehanson/CocoaHTTPServer' + s.authors = { 'Robbie Hanson' => 'cocoahttpserver@googlegroups.com' } + s.source = { :git => 'https://github.com/robbiehanson/CocoaHTTPServer.git', :tag => '2.3' } + s.source_files = '{Core,Extensions}/**/*.{h,m}' + s.requires_arc = true + + s.ios.frameworks = 'CFNetwork', 'Security' + s.osx.frameworks = 'CoreServices', 'Security' + + s.library = 'xml2' + s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' } + + s.dependency "CocoaAsyncSocket", "~> 0.0.1" + s.dependency "CocoaLumberjack" +end \ No newline at end of file diff --git a/DejalActivityView/1.1/DejalActivityView.podspec b/DejalActivityView/1.1/DejalActivityView.podspec new file mode 100644 index 00000000..43074d89 --- /dev/null +++ b/DejalActivityView/1.1/DejalActivityView.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |s| + s.name = 'DejalActivityView' + s.version = '1.1' + s.license = 'BSD 2-clause' + s.summary = 'Spinning activity indicator with horizontal, bezel, or keyboard-covering styles and adjustable text.' + s.description = 'DejalActivityView conveniently displays a horizontal, bezel-style, or keyboard-covering view with a spinning activity indicator and adjustable text.' + s.homepage = 'http://www.dejal.com/developer/#dejalactivityview' + s.author = { 'David Sinclair' => 'dev@dejal.com' } + s.source = { :git => 'https://github.com/Dejal/DejalActivityView.git', :tag => '1.1' } + s.platform = :ios + s.source_files = 'DejalActivityView.{h,m}' + s.framework = 'UIKit' + s.requires_arc = true +end diff --git a/IGWebLogger/0.2.0/IGWebLogger.podspec b/IGWebLogger/0.2.0/IGWebLogger.podspec new file mode 100644 index 00000000..207f4d0b --- /dev/null +++ b/IGWebLogger/0.2.0/IGWebLogger.podspec @@ -0,0 +1,17 @@ +Pod::Spec.new do |s| + s.name = 'IGWebLogger' + s.version = '0.2.0' + s.summary = 'IGWebLogger allows you to view your iOS app logs over web browser in realtime.' + + s.homepage = 'https://github.com/siuying/IGWebLogger' + s.author = { 'Francis Chong' => 'francis@ignition.hk' } + s.license = { :type => 'MIT', :file => 'LICENSE' } + s.source = { :git => 'https://github.com/siuying/IGWebLogger.git', :tag => '0.2.0' } + s.requires_arc = true + s.platform = :ios, '5.0' + s.source_files = 'IGWebLogger/Classes/*.{m,h}' + s.resource = 'IGWebLogger/IGWebLogger.bundle' + + s.dependency "CocoaLumberjack" + s.dependency "CocoaHTTPServer", "~> 2.3" +end \ No newline at end of file diff --git a/NyaruDB/1.2/NyaruDB.podspec b/NyaruDB/1.2/NyaruDB.podspec new file mode 100644 index 00000000..849650ad --- /dev/null +++ b/NyaruDB/1.2/NyaruDB.podspec @@ -0,0 +1,21 @@ +Pod::Spec.new do |s| + s.name = 'NyaruDB' + s.version = '1.2' + s.summary = 'A simple NoSQL database(key-document).' + s.homepage = 'https://github.com/Kelp404/NyaruDB' + s.license = { :type => 'MIT', :file => 'LICENSE' } + s.author = { "Kelp" => "kelp@phate.org" } + s.source = { :git => 'https://github.com/Kelp404/NyaruDB.git', :tag => '1.2' } + + s.source_files = 'NyaruDB/NyaruDB/**/*.{h,m}' + + s.subspec 'arc' do |file| + file.source_files = 'NyaruDB/NyaruDB/*.{h,m}' + file.requires_arc = true + end + + s.subspec 'no-arc' do |json| + json.source_files = 'NyaruDB/NyaruDB/External/JSONKit/*.{h,m}' + json.requires_arc = false + end +end diff --git a/PocketAPI/1.0.2/PocketAPI.podspec b/PocketAPI/1.0.2/PocketAPI.podspec new file mode 100644 index 00000000..f69a75a7 --- /dev/null +++ b/PocketAPI/1.0.2/PocketAPI.podspec @@ -0,0 +1,29 @@ +Pod::Spec.new do |s| + s.name = "PocketAPI" + s.version = "1.0.2" + s.summary = "Objective-C SDK for authenticating and making API calls to the Pocket API." + s.description = <<-DESC + The Pocket SDK is the fastest way to add Pocket integration to any iOS or Mac + application. Adding the Pocket SDK to your app is incredibly easy. With a few + lines of code, your app can quickly add support for saving URLs to users' + Pocket lists. + DESC + s.homepage = "http://getpocket.com/developer/" + + s.license = 'MIT' + + s.authors = { "Steve Streza" => "steve@getpocket.com", "James Yopp" => "james@getpocket.com", "Nate Weiner" => "nate@getpocket.com" } + s.source = { :git => "https://github.com/Pocket/Pocket-ObjC-SDK.git", :tag => "sdk/1.0.2" } + + s.ios.deployment_target = '3.0' + s.osx.deployment_target = '10.6' + + s.source_files = 'SDK/**/*.{h,m}' + + s.public_header_files = 'SDK/**/PocketAPI*.h' + + s.frameworks = 'Foundation', 'Security' + + s.requires_arc = false + +end diff --git a/REMenu/1.2.2/REMenu.podspec b/REMenu/1.2.2/REMenu.podspec new file mode 100644 index 00000000..b5060f61 --- /dev/null +++ b/REMenu/1.2.2/REMenu.podspec @@ -0,0 +1,18 @@ +Pod::Spec.new do |s| + s.name = 'REMenu' + s.version = '1.2.2' + s.authors = { 'Roman Efimov' => 'romefimov@gmail.com' } + s.homepage = 'https://github.com/romaonthego/REMenu' + s.summary = 'Dropdown menu inspired by Vine.' + s.source = { :git => 'https://github.com/romaonthego/REMenu.git', + :tag => '1.2.2' } + s.license = { :type => "MIT", :file => "LICENSE" } + + s.platform = :ios, '5.0' + s.requires_arc = true + s.source_files = 'REMenu' + s.public_header_files = 'REMenu/*.h' + + s.ios.deployment_target = '5.0' + s.ios.frameworks = 'QuartzCore' +end diff --git a/RaptureXML/1.0.1/RaptureXML.podspec b/RaptureXML/1.0.1/RaptureXML.podspec new file mode 100644 index 00000000..c85eb2df --- /dev/null +++ b/RaptureXML/1.0.1/RaptureXML.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |s| + s.name = 'RaptureXML' + s.version = '1.0.1' + s.license = 'MIT' + s.summary = 'A simple, sensible, block-based XML API for iOS and Mac development.' + s.homepage = 'https://github.com/ZaBlanc/RaptureXML' + s.author = { 'John Blanco' => 'zablanc@gmail.com' } + s.source = { :git => 'https://github.com/ZaBlanc/RaptureXML.git', :tag => s.version.to_s } + s.source_files = 'RaptureXML/*' + + s.libraries = 'z', 'xml2' + s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' } + s.requires_arc = true +end \ No newline at end of file diff --git a/google-plus-ios-sdk/1.2.1/google-plus-ios-sdk.podspec b/google-plus-ios-sdk/1.2.1/google-plus-ios-sdk.podspec new file mode 100644 index 00000000..f42cda91 --- /dev/null +++ b/google-plus-ios-sdk/1.2.1/google-plus-ios-sdk.podspec @@ -0,0 +1,21 @@ +Pod::Spec.new do |s| + s.name = "google-plus-ios-sdk" + s.version = "1.2.1" + s.summary = "Google+ Platform for iOS." + s.description = "Create a more engaging experience and connect with more users by integrating social into your app. Extend your app in new and creative ways using these Google+ platform features." + s.homepage = "https://developers.google.com/+/mobile/ios/getting-started" + s.license = { + :type => 'Copyright', + :text => 'Copyright 2013 Google Inc.' + } + s.author = 'Google Inc.' + s.source = { :http => "https://developers.google.com/+/mobile/ios/sdk/google-plus-ios-sdk-1.2.1.zip" } + s.platform = :ios + s.source_files = 'google-plus-ios-sdk-1.2.1/lib/*.{h}', 'google-plus-ios-sdk-1.2.1/OpenSource/**/*.{h,m}' + s.resource = 'google-plus-ios-sdk-1.2.1/Resources/*.png' + s.preserve_paths = 'google-plus-ios-sdk-1.2.1/lib/libGooglePlusUniversal.a' + s.library = 'GooglePlusUniversal' + s.framework = 'Security', 'SystemConfiguration' + s.requires_arc = false + s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '"$(PODS_ROOT)/google-plus-ios-sdk/google-plus-ios-sdk-1.2.1/lib"' } +end