diff --git a/.gitignore b/.gitignore index 52dc1c55..196a95fa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ .*.sw? .DS_Store .rbenv-version -Gemfile.lock .idea diff --git a/ADClusterMapView/0.0.1/ADClusterMapView.podspec b/ADClusterMapView/0.0.1/ADClusterMapView.podspec new file mode 100644 index 00000000..cd3c0458 --- /dev/null +++ b/ADClusterMapView/0.0.1/ADClusterMapView.podspec @@ -0,0 +1,19 @@ +Pod::Spec.new do |s| + s.name = "ADClusterMapView" + s.version = "0.0.1" + s.summary = "ADClusterMapView is a drop-in subclass of MKMapView that displays and animate clusters of annotations." + s.description = <<-DESC + ADClusterMapView is a drop-in subclass of MKMapView that + displays and animate clusters of annotations. This is very + useful in cases where you have to display many annotations + on the map. Concept and implementation were described on + Applidium's [website][http://applidium.com/en/news/too_many_pins_on_your_map/]. + DESC + s.homepage = "https://github.com/applidium/ADClusterMapView" + s.license = { :type => 'NetBSD', :file => 'LICENSE' } + s.author = { "Applidium" => "https://github.com/applidium/" } + s.source = { :git => "https://github.com/applidium/ADClusterMapView.git", :commit => "d68d69b238929" } + s.platform = :ios + s.source_files = 'ADClusterMapView/**/*.{h,m}' + s.frameworks = 'MapKit', 'CoreLocation' +end diff --git a/ATMHud/0.0.1/ATMHud.podspec b/ATMHud/0.0.1/ATMHud.podspec index 3ed79a7c..f235601f 100644 --- a/ATMHud/0.0.1/ATMHud.podspec +++ b/ATMHud/0.0.1/ATMHud.podspec @@ -1,12 +1,13 @@ Pod::Spec.new do |s| - s.name = 'ATMHud' - s.version = '0.0.1' - s.platform = :ios - s.summary = 'Library for the creation of HUDs in iPhone applications.' - s.homepage = 'https://github.com/atomton/ATMHud' - s.author = { 'Marcel Müller' => 'pool@atomton.net' } - s.source = { :git => 'https://github.com/atomton/ATMHud.git', :commit => 'fc79fed7268362c744de5470169db0a381866ad7' } - s.source_files = 'ATM*.{h,m}' - s.resources = '11-x.png', '19-check.png', 'pop.wav' - s.frameworks = 'QuartzCore', 'AudioToolbox' + s.name = 'ATMHud' + s.version = '0.0.1' + s.platform = :ios + s.summary = 'Library for the creation of HUDs in iPhone applications.' + s.homepage = 'https://github.com/atomton/ATMHud' + s.author = { 'Marcel Müller' => 'pool@atomton.net' } + s.source = { :git => 'https://github.com/atomton/ATMHud.git', :commit => 'fc79fed7268362c744de5470169db0a381866ad7' } + s.source_files = 'ATM*.{h,m}' + s.resources = '11-x.png', '19-check.png', 'pop.wav' + s.frameworks = 'QuartzCore', 'AudioToolbox' + s.license = 'BSD' end diff --git a/AeroGear-OTP/1.0.0.M1.20121124/AeroGear-OTP.podspec b/AeroGear-OTP/1.0.0.M1.20121124/AeroGear-OTP.podspec new file mode 100644 index 00000000..1aa2814d --- /dev/null +++ b/AeroGear-OTP/1.0.0.M1.20121124/AeroGear-OTP.podspec @@ -0,0 +1,31 @@ +# +# JBoss, Home of Professional Open Source +# Copyright ${year}, Red Hat, Inc., and individual contributors +# by the @authors tag. See the copyright.txt in the distribution for a +# full listing of individual contributors. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +Pod::Spec.new do |s| + s.name = "AeroGear-OTP" + s.version = "1.0.0.M1.20121124" + s.summary = "Provides an Objective-C One Time Password API." + s.homepage = "https://github.com/aerogear/aerogear-otp-ios" + s.license = 'Apache License, Version 2.0' + s.author = "Red Hat, Inc." + s.source = { :git => 'https://github.com/aerogear/aerogear-otp-ios.git', :tag => '1.0.0.M1.20121124' } + s.platform = :ios + s.source_files = 'aerogear-otp.ios/Classes/*.{h,m}' + s.public_header_files = 'aerogear-otp.ios/Classes/AeroGearOTP.h', 'aerogear-otp.ios/Classes/AGOtp.h', 'aerogear-otp.ios/Classes/AGTotp.h' + s.requires_arc = true +end diff --git a/AeroGear/1.0.0.M1.20121113/AeroGear.podspec b/AeroGear/1.0.0.M1.20121113/AeroGear.podspec new file mode 100644 index 00000000..525c8dc2 --- /dev/null +++ b/AeroGear/1.0.0.M1.20121113/AeroGear.podspec @@ -0,0 +1,30 @@ +# +# JBoss, Home of Professional Open Source +# Copyright ${year}, Red Hat, Inc., and individual contributors +# by the @authors tag. See the copyright.txt in the distribution for a +# full listing of individual contributors. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +Pod::Spec.new do |s| + s.name = "AeroGear" + s.version = "1.0.0.M1.20121113" + s.summary = "Provides a lightweight set of utilities for communication, security, storage and more." + s.homepage = "https://github.com/aerogear/aerogear-ios" + s.license = 'Apache License, Version 2.0' + s.author = "Red Hat, Inc." + s.source = { :git => 'https://github.com/aerogear/aerogear-ios.git', :tag => '1.0.0.M1.20121113' } + s.platform = :ios + s.source_files = 'AeroGear-iOS/AeroGear-iOS/**/*.{h,m}' + s.public_header_files = 'AeroGear-iOS/AeroGear-iOS/AeroGear.h', 'AeroGear-iOS/AeroGear-iOS/config/AGConfig.h', 'AeroGear-iOS/AeroGear-iOS/pipeline/AGPipe.h', 'AeroGear-iOS/AeroGear-iOS/pipeline/AGPipeline.h', 'AeroGear-iOS/AeroGear-iOS/pipeline/AGPipeConfig.h', 'AeroGear-iOS/AeroGear-iOS/datamanager/AGStore.h', 'AeroGear-iOS/AeroGear-iOS/datamanager/AGDataManager.h', 'AeroGear-iOS/AeroGear-iOS/datamanager/AGStoreConfig.h', 'AeroGear-iOS/AeroGear-iOS/security/AGAuthenticationModule.h', 'AeroGear-iOS/AeroGear-iOS/security/AGAuthenticator.h', 'AeroGear-iOS/AeroGear-iOS/security/AGAuthConfig.h' + s.requires_arc = true + s.dependency 'AFNetworking', '1.0RC1' +end \ No newline at end of file diff --git a/AeroGear/1.0.0.M1.20121115/AeroGear.podspec b/AeroGear/1.0.0.M1.20121115/AeroGear.podspec new file mode 100644 index 00000000..c4e2df4b --- /dev/null +++ b/AeroGear/1.0.0.M1.20121115/AeroGear.podspec @@ -0,0 +1,30 @@ +# +# JBoss, Home of Professional Open Source +# Copyright ${year}, Red Hat, Inc., and individual contributors +# by the @authors tag. See the copyright.txt in the distribution for a +# full listing of individual contributors. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# http://www.apache.org/licenses/LICENSE-2.0 +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +Pod::Spec.new do |s| + s.name = "AeroGear" + s.version = "1.0.0.M1.20121115" + s.summary = "Provides a lightweight set of utilities for communication, security, storage and more." + s.homepage = "https://github.com/aerogear/aerogear-ios" + s.license = 'Apache License, Version 2.0' + s.author = "Red Hat, Inc." + s.source = { :git => 'https://github.com/aerogear/aerogear-ios.git', :tag => '1.0.0.M1.20121115' } + s.platform = :ios + s.source_files = 'AeroGear-iOS/AeroGear-iOS/**/*.{h,m}' + s.public_header_files = 'AeroGear-iOS/AeroGear-iOS/AeroGear.h', 'AeroGear-iOS/AeroGear-iOS/config/AGConfig.h', 'AeroGear-iOS/AeroGear-iOS/pipeline/AGPipe.h', 'AeroGear-iOS/AeroGear-iOS/pipeline/AGPipeline.h', 'AeroGear-iOS/AeroGear-iOS/pipeline/AGPipeConfig.h', 'AeroGear-iOS/AeroGear-iOS/datamanager/AGStore.h', 'AeroGear-iOS/AeroGear-iOS/datamanager/AGDataManager.h', 'AeroGear-iOS/AeroGear-iOS/datamanager/AGStoreConfig.h', 'AeroGear-iOS/AeroGear-iOS/security/AGAuthenticationModule.h', 'AeroGear-iOS/AeroGear-iOS/security/AGAuthenticator.h', 'AeroGear-iOS/AeroGear-iOS/security/AGAuthConfig.h' + s.requires_arc = true + s.dependency 'AFNetworking', '1.0RC1' +end \ No newline at end of file diff --git a/Appirater/0.0.1/Appirater.podspec b/Appirater/0.0.1/Appirater.podspec index 20605cac..1f87f769 100644 --- a/Appirater/0.0.1/Appirater.podspec +++ b/Appirater/0.0.1/Appirater.podspec @@ -8,4 +8,5 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/arashpayan/appirater.git', :commit => '0f3776a47b17bd4f6cbee0ad02c9450869d26c42' } s.source_files = '*.{h,m}' s.frameworks = 'CFNetwork', 'SystemConfiguration' + s.license = { :type => 'MIT', :text => 'Copyright 2012. Arash Payan. This library is distributed under the terms of the MIT/X11.' } end diff --git a/Appirater/0.0.2/Appirater.podspec b/Appirater/0.0.2/Appirater.podspec index 013b507c..00668553 100644 --- a/Appirater/0.0.2/Appirater.podspec +++ b/Appirater/0.0.2/Appirater.podspec @@ -9,4 +9,5 @@ Pod::Spec.new do |s| s.source_files = '*.{h,m}' s.frameworks = 'CFNetwork', 'SystemConfiguration' s.resource = 'Appirater.bundle' + s.license = { :type => 'MIT', :text => 'Copyright 2012. Arash Payan. This library is distributed under the terms of the MIT/X11.' } end diff --git a/BSKeyboardControls/0.0.1/BSKeyboardControls.podspec b/BSKeyboardControls/0.0.1/BSKeyboardControls.podspec index 99232c06..fe9564ac 100644 --- a/BSKeyboardControls/0.0.1/BSKeyboardControls.podspec +++ b/BSKeyboardControls/0.0.1/BSKeyboardControls.podspec @@ -4,8 +4,7 @@ Pod::Spec.new do |s| s.summary = "Put controls above the keyboard on your iPhone or iPad app." s.homepage = "https://github.com/SimonBS/BSKeyboardControls" s.license = "MIT" - s.author = { "Simon Støvring" => "simon@codeinacup.com" } - s.description = "Easily put back, next and done controls above the keyboard on your iPhone or iPad app." + s.author = { "Simon Støvring" => "simonstoevring@gmail.com" } s.source = { :git => "https://github.com/SimonBS/BSKeyboardControls.git", :commit => "baa108195e9cb18a53bede6d33c722470164e872" } s.platform = :ios s.source_files = "BSKeyboardControls/BSKeyboardControls.{h,m}" diff --git a/BSKeyboardControls/1.1/BSKeyboardControls.podspec b/BSKeyboardControls/1.1/BSKeyboardControls.podspec index ac4d523b..8b5dda3b 100644 --- a/BSKeyboardControls/1.1/BSKeyboardControls.podspec +++ b/BSKeyboardControls/1.1/BSKeyboardControls.podspec @@ -1,12 +1,11 @@ Pod::Spec.new do |s| - s.name = "BSKeyboardControls" - s.version = "1.1" - s.summary = "Put controls above the keyboard on your iPhone or iPad app." - s.homepage = "https://github.com/SimonBS/BSKeyboardControls" - s.license = "MIT" - s.author = { "Simon Støvring" => "simon@codeinacup.com" } - s.description = "Easily put back, next and done controls above the keyboard on your iPhone or iPad app." - s.source = { :git => "https://github.com/SimonBS/BSKeyboardControls.git", :tag => "v1.1" } + s.name = 'BSKeyboardControls' + s.version = '1.1' + s.summary = 'Put controls above the keyboard on your iPhone or iPad app.' + s.homepage = 'https://github.com/simonbs/BSKeyboardControls' + s.license = 'MIT' + s.author = { 'Simon Støvring' => 'simonstoevring@gmail.com' } + s.source = { :git => 'https://github.com/simonbs/BSKeyboardControls.git', :tag => 'v1.1' } s.platform = :ios - s.source_files = "BSKeyboardControls/BSKeyboardControls.{h,m}" + s.source_files = 'BSKeyboardControls/BSKeyboardControls.{h,m}' end diff --git a/Base64nl/1.0.2/Base64nl.podspec b/Base64nl/1.0.2/Base64nl.podspec new file mode 100644 index 00000000..586bf6fd --- /dev/null +++ b/Base64nl/1.0.2/Base64nl.podspec @@ -0,0 +1,10 @@ +Pod::Spec.new do |s| + s.name = "Base64nl" + s.version = "1.0.2" + s.summary = "Bae64 is a set of categories that provide methods to encode and decode data as a base-64-encoded string." + s.homepage = "https://github.com/nicklockwood/Base64" + s.license = 'MIT' + s.author = "Nick Lockwood" + s.source = { :git => "https://github.com/nicklockwood/Base64.git", :tag => "1.0.2" } + s.source_files = 'Base64' +end diff --git a/BeeDebugger/0.1/BeeDebugger.podspec b/BeeDebugger/0.1/BeeDebugger.podspec new file mode 100644 index 00000000..b8285567 --- /dev/null +++ b/BeeDebugger/0.1/BeeDebugger.podspec @@ -0,0 +1,23 @@ +# -*- coding: utf-8 -*- +Pod::Spec.new do |s| + s.name = "BeeDebugger" + s.version = "0.1" + s.summary = "A powerful runtime Debugger on iOS platform." + s.description = <<-DESC + BeeDebugger can show your system info and memeory usage when running your app. + Just add [BeeDebugger show]; after [
makeKeyAndVisible]; + DESC + s.homepage = "http://bbs.whatsbug.com" + s.license = 'MIT' + s.author = { "gavinkwoe" => "gavinkwoe@gmail.com" } + + s.platform = :ios + s.source = { :git => "https://github.com/stcui/BeeFramework.git", :tag => "0.1" } + s.source_files = 'BeeDebugger' + s.resource = "BeeDebugger/*.png" + s.frameworks = 'CoreMedia', 'CoreVideo', 'AVFoundation', 'Security', 'SystemConfiguration', 'QuartzCore', 'MobileCoreServices', 'CFNetwork' + s.library = 'z' + s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libz' } + + s.dependency 'BeeFramework' +end diff --git a/BeeFramework/0.1.1/BeeFramework.podspec b/BeeFramework/0.1.1/BeeFramework.podspec new file mode 100644 index 00000000..619a26a1 --- /dev/null +++ b/BeeFramework/0.1.1/BeeFramework.podspec @@ -0,0 +1,28 @@ +Pod::Spec.new do |s| + s.name = "BeeFramework" + s.version = "0.1.1" + s.summary = "Bee Framework is an iOS MVC framework to help you develop your app rapidly." + s.description = <<-DESC + Bee Framework is a MVC Framework to develop iOS application. + It has pretty clear hieracy and signal based mechanism, also with cache and asynchonized networking methods in it. + Add __BEE_DEBUGGER__=1 in build setting of Pods target and add [BeeDebugger show] to AppDelegate to enable Bee Debugger. + DESC + s.homepage = "http://bbs.whatsbug.com/BeeFramework" + s.license = 'MIT' + + + s.author = { "gavinkwoe" => "gavinkwoe@gmail.com"} + s.source = { :git => "https://github.com/stcui/BeeFramework.git", :tag => "0.1.1" } + s.resource = "BeeDebugger/*.png" + s.platform = :ios + + s.source_files = 'BeeDebugger/**/*.{h,m}', 'BeeFramework/{Foundation,MVC}/**/*.{h,m,mm}', 'BeeFramework/Bee.h' + s.frameworks = 'CoreMedia', 'CoreVideo', 'AVFoundation', 'Security', 'SystemConfiguration', 'QuartzCore', 'MobileCoreServices', 'CFNetwork' + s.library = 'z' + s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libz' } + + s.dependency 'JSONKit' + s.dependency 'ASIHTTPRequest' + s.dependency 'Reachability' + s.dependency 'SFHFKeychainUtils' +end diff --git a/BeeFramework/0.1/BeeFramework.podspec b/BeeFramework/0.1/BeeFramework.podspec new file mode 100644 index 00000000..d777d46d --- /dev/null +++ b/BeeFramework/0.1/BeeFramework.podspec @@ -0,0 +1,26 @@ +Pod::Spec.new do |s| + s.name = "BeeFramework" + s.version = "0.1" + s.summary = "Bee Framework is an iOS MVC framework to help you develop your app rapidly." + s.description = <<-DESC + Bee Framework is a MVC Framework to develop iOS application. + It has pretty clear hieracy and signal based mechanism, also with cache and asynchonized networking methods in it. + DESC + s.homepage = "http://bbs.whatsbug.com/BeeFramework" + s.license = 'MIT' + + + s.author = { "gavinkwoe" => "gavinkwoe@gmail.com"} + s.source = { :git => "https://github.com/stcui/BeeFramework.git", :tag => "0.1" } + s.platform = :ios + + s.source_files = 'BeeFramework/{Foundation,MVC}/**/*.{h,m,mm}', 'BeeFramework/Bee.h' + s.frameworks = 'CoreMedia', 'CoreVideo', 'AVFoundation', 'Security', 'SystemConfiguration', 'QuartzCore', 'MobileCoreServices', 'CFNetwork' + s.library = 'z' + s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libz' } + + s.dependency 'JSONKit' + s.dependency 'ASIHTTPRequest' + s.dependency 'Reachability' + s.dependency 'SFHFKeychainUtils' +end diff --git a/BetterBlocks/0.0.1/BetterBlocks.podspec b/BetterBlocks/0.0.1/BetterBlocks.podspec new file mode 100644 index 00000000..cf344b19 --- /dev/null +++ b/BetterBlocks/0.0.1/BetterBlocks.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |s| + s.name = 'BetterBlocks' + s.version = '0.0.1' + s.license = { :type => 'MIT', :file => 'LICENSE.txt' } + s.summary = 'Completion and Error blocks for NSURLConnection.' + s.homepage = 'https://github.com/neilco/BetterBlocks' + s.author = { 'Neil Cowburn' => 'neilco@gmail.com' } + s.source = { :git => 'https://github.com/neilco/BetterBlocks.git', + :tag => '0.0.1' } + s.source_files = 'NSURLConnection+BetterBlocks.{h,m}' + + s.ios.deployment_target = '5.0' + s.osx.deployment_target = '10.7' +end \ No newline at end of file diff --git a/BotKit/0.1/BotKit.podspec b/BotKit/0.1/BotKit.podspec new file mode 100644 index 00000000..b1596230 --- /dev/null +++ b/BotKit/0.1/BotKit.podspec @@ -0,0 +1,24 @@ +Pod::Spec.new do |s| + s.name = "BotKit" + s.version = "0.1" + s.summary = "BotKit is a Cocoa Touch static library for use in iOS projects." + s.homepage = "https://github.com/thoughtbot/BotKit" + + s.license = 'MIT' + s.authors = { "Mark Adams" => "mark@thoughtbot.com", "Gordon Fontenot" => "gordon@thoughtbot.com", "Diana Zmuda" => "diana@apprentice.io" } + s.source = { + :git => "https://github.com/thoughtbot/BotKit.git", + :tag => "0.1" + } + + s.platform = :ios, '5.0' + s.source_files = 'BotKit' + s.requires_arc = true + s.framework = 'CoreData' + + s.prefix_header_contents = <<-EOS +#import + #import +EOS + +end diff --git a/BrynKit/1.0.1/BrynKit.podspec b/BrynKit/1.0.1/BrynKit.podspec new file mode 100644 index 00000000..193d61b7 --- /dev/null +++ b/BrynKit/1.0.1/BrynKit.podspec @@ -0,0 +1,15 @@ +Pod::Spec.new do |s| + s.name = "BrynKit" + s.version = "1.0.1" + s.author = { "bryn austin bellomy" => "bryn.bellomy@gmail.com" } + s.summary = "Macros and helpers for logging, debugging, and metaprogramming." + s.homepage = "http://brynbellomy.github.com/BrynKit" + s.license = 'WTFPL' + + + s.source = { :git => "https://github.com/brynbellomy/BrynKit.git", :tag => "v1.0.1" } + s.source_files = '*.{h,m}' + s.requires_arc = true + s.xcconfig = { 'PUBLIC_HEADERS_FOLDER_PATH' => 'include/$(TARGET_NAME)' } + s.prefix_header_contents = "#import " +end diff --git a/CDEvents/1.2.0/CDEvents.podspec b/CDEvents/1.2.0/CDEvents.podspec new file mode 100644 index 00000000..f33cc4c6 --- /dev/null +++ b/CDEvents/1.2.0/CDEvents.podspec @@ -0,0 +1,13 @@ +Pod::Spec.new do |s| + s.name = "CDEvents" + s.version = "1.2.0" + s.summary = "An Objective-C wrapper for Mac OS X’s FSEvents C API." + s.homepage = "http://rastersize.github.com/CDEvents" + s.license = 'MIT' + s.author = { "Aron Cedercrantz" => "aron@cedercrantz.se" } + s.source = { :git => "https://github.com/rastersize/CDEvents.git", :tag => "1.2.0" } + s.platform = :osx, '10.6' + s.source_files = '*.{h,m}' + s.framework = 'CoreServices' + s.requires_arc = true +end \ No newline at end of file diff --git a/COPeoplePickerViewController/0.0.1/COPeoplePickerViewController.podspec b/COPeoplePickerViewController/0.0.1/COPeoplePickerViewController.podspec new file mode 100644 index 00000000..64aab870 --- /dev/null +++ b/COPeoplePickerViewController/0.0.1/COPeoplePickerViewController.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |s| + s.name = 'COPeoplePickerViewController' + s.version = '0.0.1' + s.platform = :ios + s.license = 'MIT' + s.summary = 'Tokenized People Picker. Re-implementation of the email address picker of iCal (work in progress).' + s.homepage = 'https://github.com/eaigner/COPeoplePickerViewController' + s.author = { 'Erik Aigner' => 'erik@chocomoko.com' } + s.source = { :git => 'https://github.com/eaigner/COPeoplePickerViewController.git', :commit => '088d124f33549e2955a437b8742108388d1592e7' } + + s.source_files = 'COPeoplePickerViewController/COPeoplePickerViewController.*' + s.frameworks = 'AddressBook', 'AddressBookUI', 'QuartzCore' + s.requires_arc = true +end diff --git a/Clutch/0.0.1/Clutch.podspec b/Clutch/0.0.1/Clutch.podspec new file mode 100644 index 00000000..c2bfb774 --- /dev/null +++ b/Clutch/0.0.1/Clutch.podspec @@ -0,0 +1,27 @@ +Pod::Spec.new do |s| + s.name = "Clutch" + s.version = "0.0.1" + s.summary = "This is the iOS client library for Clutch.io." + s.description = <<-DESC + Example + Here's how you might use it for simple A/B testing: + + [ClutchAB testWithName:@"signUpBtnColor" A:^{ + // Display green sign-up button + } B:^{ + // Display blue sign-up button + }]; + Documentation + More documentation can be found at: http://docs.clutch.io/ + DESC + s.homepage = "https://clutch.io/" + + s.license = 'Apache License' + s.author = { "Eric Florenzano" => "floguy@gmail.com" } + s.source = { :git => "https://github.com/clutchio/clutchios.git", :commit => "f2c8745d25104f671d3a1b67e9ef9745ac79dbe7" } + s.platform = :ios + + s.xcconfig = { 'HEADER_SEARCH_PATHS' => "$(PODS_ROOT)/Clutch/" } + s.source_files = 'Clutch' + +end diff --git a/CocoaPods-version.yml b/CocoaPods-version.yml index 1ac38ea6..122f8d1d 100644 --- a/CocoaPods-version.yml +++ b/CocoaPods-version.yml @@ -1,3 +1,3 @@ --- -last: 0.16.0.rc3 +last: 0.16.0 min: 0.6.0 diff --git a/CocoaSoundCloudAPI/1.0.0/CocoaSoundCloudAPI.podspec b/CocoaSoundCloudAPI/1.0.0/CocoaSoundCloudAPI.podspec index ede6ada1..0b488b5f 100644 --- a/CocoaSoundCloudAPI/1.0.0/CocoaSoundCloudAPI.podspec +++ b/CocoaSoundCloudAPI/1.0.0/CocoaSoundCloudAPI.podspec @@ -15,4 +15,5 @@ Pod::Spec.new do |s| s.framework = 'Security' s.dependency 'NXOAuth2Client', '~> 1.0' + s.license = 'Apache License, Version 2.0' end diff --git a/CoconutKit/2.0/CoconutKit.podspec b/CoconutKit/2.0/CoconutKit.podspec new file mode 100644 index 00000000..bc68c077 --- /dev/null +++ b/CoconutKit/2.0/CoconutKit.podspec @@ -0,0 +1,20 @@ +Pod::Spec.new do |s| + s.name = 'CoconutKit' + s.version = '2.0' + s.license = 'MIT' + s.summary = 'CoconutKit is a library of high-quality iOS components.' + s.homepage = 'https://github.com/defagos/CoconutKit' + s.author = { 'Samuel Défago' => 'defagos@gmail.com' } + s.source = { :git => 'https://github.com/defagos/CoconutKit-CocoaPods.git', :tag => '2.0' } + s.platform = :ios, '4.0' + + s.description = 'CoconutKit is a library of high-quality iOS components written at hortis le studio and in my spare time. It includes several tools for dealing with view controllers, multi-threading, view animations, as well as some new controls and various utility classes. These components are meant to make the life of an iOS programmer easier by reducing the boilerplate code written every day, improving code quality and enforcing solid application architecture.' + + s.source_files = 'Sources/**/*.{h,m}', 'PublicHeaders/**/*.h' + s.resources = 'CoconutKit-resources.bundle' + s.public_header_files = 'PublicHeaders/*.h' + s.prefix_header_file = 'CoconutKit-Prefix.pch' + + s.frameworks = 'CoreData', 'MessageUI', 'QuartzCore' + s.requires_arc = false +end diff --git a/ColorPopover/0.0.1/ColorPopover.podspec b/ColorPopover/0.0.1/ColorPopover.podspec new file mode 100644 index 00000000..bc172070 --- /dev/null +++ b/ColorPopover/0.0.1/ColorPopover.podspec @@ -0,0 +1,36 @@ +Pod::Spec.new do |s| + s.name = 'ColorPopover' + s.version = '0.0.1' + s.platform = :ios, '5.0' + s.dependency 'WEPopover', '~> 0.0.1' + s.homepage = 'https://github.com/gazolla/ColorPopover' + s.summary = 'ColorPopover is a simple component for iOS that provides a "Popover" color picker.' + s.author = { 'Sebastiao Gazolla Jr' => 'gz@gazapps.com' } + s.source = { :git => 'https://github.com/gazolla/ColorPopover.git', :commit => '545fe3fe0ee84b11a9c60f6caae97b268156c9bd' } + s.source_files = 'Colors/ColorPopover/*.{h,m}' + s.requires_arc = true + s.license = { + :type => 'MIT', + :text => <<-LICENSE + Copyright (c) 2012 Sebastian Gazolla Jr + + 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 + } +end diff --git a/Cordova/1.0.0/Cordova.podspec b/Cordova/1.0.0/Cordova.podspec index 4a9d0124..6c638080 100644 --- a/Cordova/1.0.0/Cordova.podspec +++ b/Cordova/1.0.0/Cordova.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.license = 'The "New" BSD License *or* the MIT License (2008)' -# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "1.0.0" } +# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "1.0.0" } s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.0.0" } s.source_files = 'PhoneGapLib/Classes/*.{h,m}', 'PhoneGapLib/Classes/JSON/*.{h,m}' s.resources = 'PhoneGapLib/javascripts/core/*.js', 'PhoneGapLib/VERSION' diff --git a/Cordova/1.1.0/Cordova.podspec b/Cordova/1.1.0/Cordova.podspec index 36e4f58c..2c1eae4f 100644 --- a/Cordova/1.1.0/Cordova.podspec +++ b/Cordova/1.1.0/Cordova.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.license = 'The "New" BSD License *or* the MIT License (2008)' -# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "1.1.0" } +# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "1.1.0" } s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.1.0" } s.source_files = 'PhoneGapLib/Classes/*.{h,m}', 'PhoneGapLib/Classes/JSON/*.{h,m}' s.resources = 'PhoneGapLib/javascripts/core/*.js', 'PhoneGapLib/VERSION' diff --git a/Cordova/1.2.0/Cordova.podspec b/Cordova/1.2.0/Cordova.podspec index f8382796..6864607e 100644 --- a/Cordova/1.2.0/Cordova.podspec +++ b/Cordova/1.2.0/Cordova.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.license = 'The "New" BSD License *or* the MIT License (2008)' -# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "1.2.0" } +# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "1.2.0" } s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.2.0" } s.source_files = 'PhoneGapLib/Classes/*.{h,m}' s.resources = 'PhoneGapLib/javascripts/core/*.js', 'PhoneGapLib/VERSION' diff --git a/Cordova/1.3.0/Cordova.podspec b/Cordova/1.3.0/Cordova.podspec index a959a28f..ceaa20eb 100644 --- a/Cordova/1.3.0/Cordova.podspec +++ b/Cordova/1.3.0/Cordova.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.license = 'The "New" BSD License *or* the MIT License (2008)' -# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "1.3.0" } +# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "1.3.0" } s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.3.0" } s.source_files = 'PhoneGapLib/Classes/*.{h,m}' s.resources = 'PhoneGapLib/javascripts/core/*.js', 'PhoneGapLib/VERSION' diff --git a/Cordova/1.4.0/Cordova.podspec b/Cordova/1.4.0/Cordova.podspec index 2fe5a241..f1cca669 100644 --- a/Cordova/1.4.0/Cordova.podspec +++ b/Cordova/1.4.0/Cordova.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.license = 'The "New" BSD License *or* the MIT License (2008)' -# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "1.4.0" } +# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "1.4.0" } s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.4.0" } s.source_files = 'PhoneGapLib/Classes/*.{h,m}' s.resources = 'PhoneGapLib/javascripts/core/*.js', 'PhoneGapLib/VERSION' diff --git a/Cordova/1.4.1/Cordova.podspec b/Cordova/1.4.1/Cordova.podspec index ae8859c2..cac44b18 100644 --- a/Cordova/1.4.1/Cordova.podspec +++ b/Cordova/1.4.1/Cordova.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.license = 'The "New" BSD License *or* the MIT License (2008)' -# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "1.4.1" } +# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "1.4.1" } s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.4.1" } s.source_files = 'PhoneGapLib/Classes/*.{h,m}' s.resources = 'PhoneGapLib/javascripts/core/*.js', 'PhoneGapLib/VERSION' diff --git a/Cordova/1.5.0/Cordova.podspec b/Cordova/1.5.0/Cordova.podspec index b66a1629..699cabf2 100644 --- a/Cordova/1.5.0/Cordova.podspec +++ b/Cordova/1.5.0/Cordova.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.license = 'Apache License, Version 2.0' -# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "1.5.0" } +# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "1.5.0" } s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.5.0" } s.source_files = 'CordovaLib/Classes/*.{h,m}' s.resources = 'CordovaLib/javascripts/core/*.js', 'CordovaLib/VERSION' diff --git a/Cordova/1.6.0/Cordova.podspec b/Cordova/1.6.0/Cordova.podspec index d76ab174..5b5e428f 100644 --- a/Cordova/1.6.0/Cordova.podspec +++ b/Cordova/1.6.0/Cordova.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.license = 'Apache License, Version 2.0' -# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "1.6.0" } +# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "1.6.0" } s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.6.0" } s.source_files = 'CordovaLib/Classes/*.{h,m}' s.resources = 'CordovaLib/javascript/*.js', 'CordovaLib/VERSION' diff --git a/Cordova/1.6.1/Cordova.podspec b/Cordova/1.6.1/Cordova.podspec index c2d36c31..cb884466 100644 --- a/Cordova/1.6.1/Cordova.podspec +++ b/Cordova/1.6.1/Cordova.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.license = 'Apache License, Version 2.0' -# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "1.6.1" } +# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "1.6.1" } s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.6.1" } s.source_files = 'CordovaLib/Classes/*.{h,m}' s.resources = 'CordovaLib/javascript/*.js', 'CordovaLib/VERSION' diff --git a/Cordova/1.7.0/Cordova.podspec b/Cordova/1.7.0/Cordova.podspec index 693f706c..e838a03c 100644 --- a/Cordova/1.7.0/Cordova.podspec +++ b/Cordova/1.7.0/Cordova.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.license = 'Apache License, Version 2.0' -# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "1.7.0" } +# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "1.7.0" } s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.7.0" } s.source_files = 'CordovaLib/Classes/*.{h,m}' s.resources = 'CordovaLib/javascript/*.js', 'CordovaLib/VERSION' diff --git a/Cordova/1.8.0/Cordova.podspec b/Cordova/1.8.0/Cordova.podspec index 9f8808f5..52cf5da6 100644 --- a/Cordova/1.8.0/Cordova.podspec +++ b/Cordova/1.8.0/Cordova.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.license = 'Apache License, Version 2.0' -# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "1.8.0" } +# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "1.8.0" } s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.8.0" } s.source_files = 'CordovaLib/Classes/*.{h,m}' s.resources = 'CordovaLib/javascript/*.js', 'CordovaLib/VERSION' diff --git a/Cordova/1.8.1/Cordova.podspec b/Cordova/1.8.1/Cordova.podspec index 50483c93..13aa6902 100644 --- a/Cordova/1.8.1/Cordova.podspec +++ b/Cordova/1.8.1/Cordova.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.license = 'Apache License, Version 2.0' -# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "1.8.1" } +# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "1.8.1" } s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.8.1" } s.source_files = 'CordovaLib/Classes/*.{h,m}' s.resources = 'CordovaLib/javascript/*.js', 'CordovaLib/VERSION' diff --git a/Cordova/1.9.0/Cordova.podspec b/Cordova/1.9.0/Cordova.podspec index 35fc61cf..0955099e 100644 --- a/Cordova/1.9.0/Cordova.podspec +++ b/Cordova/1.9.0/Cordova.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.license = 'Apache License, Version 2.0' -# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "1.9.0" } +# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "1.9.0" } s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.9.0" } s.source_files = 'CordovaLib/Classes/*.{h,m}' s.resources = 'CordovaLib/javascript/*.js', 'CordovaLib/VERSION' diff --git a/Cordova/2.0.0/Cordova.podspec b/Cordova/2.0.0/Cordova.podspec index b55267e9..95ac2743 100644 --- a/Cordova/2.0.0/Cordova.podspec +++ b/Cordova/2.0.0/Cordova.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.license = 'Apache License, Version 2.0' -# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "2.0.0" } +# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "2.0.0" } s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "2.0.0" } s.source_files = 'CordovaLib/Classes/*.{h,m}' s.resources = 'CordovaLib/javascript/*.js', 'CordovaLib/VERSION' diff --git a/Cordova/2.1.0/Cordova.podspec b/Cordova/2.1.0/Cordova.podspec index 43731171..f5008a20 100644 --- a/Cordova/2.1.0/Cordova.podspec +++ b/Cordova/2.1.0/Cordova.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.license = 'Apache License, Version 2.0' - s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "2.1.0" } + s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "2.1.0" } # s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "2.1.0" } s.source_files = 'CordovaLib/Classes/*.{h,m}' s.resources = 'CordovaLib/javascript/*.js', 'CordovaLib/VERSION' diff --git a/Cordova/2.2.0/Cordova.podspec b/Cordova/2.2.0/Cordova.podspec index ba1c12ca..d6c5fd67 100644 --- a/Cordova/2.2.0/Cordova.podspec +++ b/Cordova/2.2.0/Cordova.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.license = 'Apache License, Version 2.0' - s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "2.2.0" } + s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "2.2.0" } # s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "2.2.0" } s.source_files = 'CordovaLib/Classes/*.{h,m}' s.resources = 'bin/templates/project/www/cordova-2.2.0.js', 'CordovaLib/VERSION' diff --git a/CoreTextLabel/1.0/CoreTextLabel.podspec b/CoreTextLabel/1.0/CoreTextLabel.podspec new file mode 100644 index 00000000..d4e0bfdd --- /dev/null +++ b/CoreTextLabel/1.0/CoreTextLabel.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |s| + s.name = 'CoreTextLabel' + s.version = '1.0' + s.summary = "Simple UILabel replacement to display NSAttributedString by HTML in iOS applications (>= 3.2)." + s.homepage = "https://github.com/dkuhnke/CoreTextLabel" + s.author = { 'Daniel Kuhnke' => 'd.kuhnke@appfarms.com' } + s.source = { :git => 'https://github.com/dkuhnke/CoreTextLabel.git', :tag => '1.0' } + s.platform = :ios + s.requires_arc = true + s.source_files = '*.{h,m}' + s.license = 'MIT' + s.ios.frameworks = 'QuartzCore', 'CoreText' + s.dependency 'RegexKitLite', '4.0' +end \ No newline at end of file diff --git a/CoreTextLabel/1.1/CoreTextLabel.podspec b/CoreTextLabel/1.1/CoreTextLabel.podspec new file mode 100644 index 00000000..90539cc0 --- /dev/null +++ b/CoreTextLabel/1.1/CoreTextLabel.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |s| + s.name = 'CoreTextLabel' + s.version = '1.1' + s.summary = "Simple UILabel replacement to display NSAttributedString by HTML with custom font and color in iOS applications." + s.homepage = "https://github.com/dkuhnke/CoreTextLabel" + s.author = { 'Daniel Kuhnke' => 'd.kuhnke@appfarms.com' } + s.source = { :git => 'https://github.com/dkuhnke/CoreTextLabel.git', :tag => '1.1' } + s.platform = :ios + s.requires_arc = true + s.source_files = '*.{h,m}' + s.license = 'MIT' + s.ios.frameworks = 'QuartzCore', 'CoreText' + s.dependency 'RegexKitLite', '4.0' +end \ No newline at end of file diff --git a/CoreTextLabel/1.2.1/CoreTextLabel.podspec b/CoreTextLabel/1.2.1/CoreTextLabel.podspec new file mode 100644 index 00000000..e2d4272f --- /dev/null +++ b/CoreTextLabel/1.2.1/CoreTextLabel.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |s| + s.name = 'CoreTextLabel' + s.version = '1.2.1' + s.summary = "Label to draw NSAttributedString or HTML with custom font and color. numberOfLines and lineSpacing is supported." + s.homepage = "https://github.com/dkuhnke/CoreTextLabel" + s.author = { 'Daniel Kuhnke' => 'd.kuhnke@appfarms.com' } + s.source = { :git => 'https://github.com/dkuhnke/CoreTextLabel.git', :tag => '1.2.1' } + s.platform = :ios + s.requires_arc = true + s.source_files = '*.{h,m}' + s.license = 'MIT' + s.ios.frameworks = 'QuartzCore', 'CoreText' + s.dependency 'RegexKitLite', '4.0' +end \ No newline at end of file diff --git a/CoreTextLabel/1.2/CoreTextLabel.podspec b/CoreTextLabel/1.2/CoreTextLabel.podspec new file mode 100644 index 00000000..295a38d5 --- /dev/null +++ b/CoreTextLabel/1.2/CoreTextLabel.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |s| + s.name = 'CoreTextLabel' + s.version = '1.2' + s.summary = "Label to draw NSAttributedString or HTML with custom font and color. numberOfLines and truncation is supported." + s.homepage = "https://github.com/dkuhnke/CoreTextLabel" + s.author = { 'Daniel Kuhnke' => 'd.kuhnke@appfarms.com' } + s.source = { :git => 'https://github.com/dkuhnke/CoreTextLabel.git', :tag => '1.2' } + s.platform = :ios + s.requires_arc = true + s.source_files = '*.{h,m}' + s.license = 'MIT' + s.ios.frameworks = 'QuartzCore', 'CoreText' + s.dependency 'RegexKitLite', '4.0' +end \ No newline at end of file diff --git a/CrittercismSDK/3.4.0/CrittercismSDK.podspec b/CrittercismSDK/3.4.0/CrittercismSDK.podspec new file mode 100644 index 00000000..7f51a9e7 --- /dev/null +++ b/CrittercismSDK/3.4.0/CrittercismSDK.podspec @@ -0,0 +1,15 @@ +Pod::Spec.new do |s| + s.name = 'CrittercismSDK' + s.version = '3.4.0' + s.license = { :type => 'Commercial', :text => 'See http://www.crittercism.com/tos-v3.html' } + s.summary = 'Mobile App Performance Monitoring and Crash Reporting.' + s.homepage = 'http://www.crittercism.com' + s.author = { 'Crittercism' => 'support@crittercism.com' } + s.source = { :http => 'https://www.crittercism.com/images/Crittercism_v3_4_0.zip' } + s.description = 'Mobile App Performance Monitoring and Crash Reporting.' + s.platform = :ios + s.source_files = 'CrittercismSDK/*.h' + s.preserve_paths = 'CrittercismSDK/libCrittercism_v3_4_0.a' + s.library = 'Crittercism_v3_4_0' + s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '"$(PODS_ROOT)/CrittercismSDK/CrittercismSDK"' } +end diff --git a/DCKeyValueObjectMapping/1.0.0/DCKeyValueObjectMapping.podspec b/DCKeyValueObjectMapping/1.0.0/DCKeyValueObjectMapping.podspec index 82ad9552..dcc03083 100644 --- a/DCKeyValueObjectMapping/1.0.0/DCKeyValueObjectMapping.podspec +++ b/DCKeyValueObjectMapping/1.0.0/DCKeyValueObjectMapping.podspec @@ -7,6 +7,5 @@ Pod::Spec.new do |s| s.author = { 'Diego Chohfi' => 'dchohfi@gmail.com' } s.source = { :git => 'https://github.com/dchohfi/KeyValueObjectMapping.git', :tag => '1.0.0' } s.source_files = 'KeyValueObjectMapping' - s.compiler_flags = '-Wno-format-security' s.requires_arc = true end diff --git a/DCKeyValueObjectMapping/1.1/DCKeyValueObjectMapping.podspec b/DCKeyValueObjectMapping/1.1/DCKeyValueObjectMapping.podspec index 34296c38..9d73dd74 100644 --- a/DCKeyValueObjectMapping/1.1/DCKeyValueObjectMapping.podspec +++ b/DCKeyValueObjectMapping/1.1/DCKeyValueObjectMapping.podspec @@ -7,6 +7,5 @@ Pod::Spec.new do |s| s.author = { 'Diego Chohfi' => 'dchohfi@gmail.com' } s.source = { :git => 'https://github.com/dchohfi/KeyValueObjectMapping.git', :tag => '1.1' } s.source_files = 'KeyValueObjectMapping' - s.compiler_flags = '-Wno-format-security' s.requires_arc = true end diff --git a/DCKeyValueObjectMapping/1.2/DCKeyValueObjectMapping.podspec b/DCKeyValueObjectMapping/1.2/DCKeyValueObjectMapping.podspec new file mode 100644 index 00000000..44c6d5e6 --- /dev/null +++ b/DCKeyValueObjectMapping/1.2/DCKeyValueObjectMapping.podspec @@ -0,0 +1,12 @@ +Pod::Spec.new do |s| + s.name = 'DCKeyValueObjectMapping' + s.version = '1.2' + s.ios.deployment_target = '5.0' + s.license = 'MIT' + s.summary = 'Automatic KeyValue Object Mapping for Objective-C, parse JSON/Plist/XML automatically, support Core Data, convetion over configuration.' + s.homepage = 'https://github.com/dchohfi/KeyValueObjectMapping' + s.author = { 'Diego Chohfi' => 'dchohfi@gmail.com' } + s.source = { :git => 'https://github.com/dchohfi/KeyValueObjectMapping.git', :tag => '1.2' } + s.source_files = 'KeyValueObjectMapping' + s.requires_arc = true +end diff --git a/DCKeyValueObjectMapping/1.3/DCKeyValueObjectMapping.podspec b/DCKeyValueObjectMapping/1.3/DCKeyValueObjectMapping.podspec new file mode 100644 index 00000000..5bdcbe01 --- /dev/null +++ b/DCKeyValueObjectMapping/1.3/DCKeyValueObjectMapping.podspec @@ -0,0 +1,12 @@ +Pod::Spec.new do |s| + s.name = 'DCKeyValueObjectMapping' + s.version = '1.3' + s.ios.deployment_target = '5.0' + s.license = 'MIT' + s.summary = 'Automatic KeyValue Object Mapping for Objective-C, parse JSON/Plist/XML automatically, support Core Data, convetion over configuration.' + s.homepage = 'https://github.com/dchohfi/KeyValueObjectMapping' + s.author = { 'Diego Chohfi' => 'dchohfi@gmail.com' } + s.source = { :git => 'https://github.com/dchohfi/KeyValueObjectMapping.git', :tag => '1.3' } + s.source_files = 'KeyValueObjectMapping' + s.requires_arc = true +end diff --git a/DoneCancelNumberPadToolbar/0.6.0/DoneCancelNumberPadToolbar.podspec b/DoneCancelNumberPadToolbar/0.6.0/DoneCancelNumberPadToolbar.podspec new file mode 100644 index 00000000..e1eecb78 --- /dev/null +++ b/DoneCancelNumberPadToolbar/0.6.0/DoneCancelNumberPadToolbar.podspec @@ -0,0 +1,17 @@ +Pod::Spec.new do |s| + s.name = "DoneCancelNumberPadToolbar" + s.version = "0.6.0" + s.summary = "Adds Done and Cancel buttons to an iPhone Number Pad." + s.homepage = "https://github.com/broderboy/iphone-DoneCancelNumberPadToolbar" + + s.license = 'cc-wiki' + + s.author = { "broderboy" => "timothy.broder@gmail.com" } + s.source = { :git => "https://github.com/broderboy/iphone-DoneCancelNumberPadToolbar.git", :tag => "0.6.0 " } + + s.platform = :ios, '5.0' + s.source_files = 'DoneCancelNumberPadToolbar*.{h,m}' + + s.requires_arc = true + +end diff --git a/EGOCache/2.0/EGOCache.podspec b/EGOCache/2.0/EGOCache.podspec index a392baa7..be4870c9 100644 --- a/EGOCache/2.0/EGOCache.podspec +++ b/EGOCache/2.0/EGOCache.podspec @@ -9,6 +9,7 @@ Pod::Spec.new do |s| :tag => 'v2.0' } s.source_files = '*.{h,m}' + s.requires_arc = true s.license = { :type => 'MIT', @@ -23,4 +24,4 @@ Pod::Spec.new do |s| LICENSE } -end \ No newline at end of file +end diff --git a/Evernote-SDK-iOS/0.2.2/Evernote-SDK-iOS.podspec b/Evernote-SDK-iOS/0.2.2/Evernote-SDK-iOS.podspec new file mode 100644 index 00000000..8cff18a7 --- /dev/null +++ b/Evernote-SDK-iOS/0.2.2/Evernote-SDK-iOS.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |s| + s.name = 'Evernote-SDK-iOS' + s.version = '0.2.2' + s.platform = :ios + s.license = 'https://github.com/evernote/evernote-sdk-ios/blob/master/LICENSE' + s.summary = 'Evernote SDK for iOS.' + s.homepage = 'https://github.com/evernote/evernote-sdk-ios' + s.author = 'Evernote' + s.source = { :git => 'https://github.com/evernote/evernote-sdk-ios.git', :tag => '0.2.2' } + s.source_files = 'evernote-sdk-ios/*.{h,m}', 'evernote-sdk-ios/EDAM/*.{h,m}', 'evernote-sdk-ios/internal/*.{h,m}', 'evernote-sdk-ios/3rdParty/Thrift/**/*.{h,m}', 'evernote-sdk-ios/3rdParty/NSString+URLEncoding/*.{h,m}' + s.frameworks = 'Foundation', 'Security' + s.dependency 'cocoa-oauth', '~> 0.0.1' + s.dependency 'SSKeychain', '~> 0.1.2' +end \ No newline at end of file diff --git a/FRD3DBarChart/1.0.0/FRD3DBarChart.podspec b/FRD3DBarChart/1.0.0/FRD3DBarChart.podspec index ada4916c..ddee6533 100644 --- a/FRD3DBarChart/1.0.0/FRD3DBarChart.podspec +++ b/FRD3DBarChart/1.0.0/FRD3DBarChart.podspec @@ -8,5 +8,6 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/sebastienwindal/FRD3DBarChart.git", :tag => "1.0.0" } s.platform = :ios s.source_files = 'FRD3DBarChart/FRD3DBarChartViewController*.{h,m}', 'FRD3DBarChart/Shapes.h' + s.frameworks = 'OpenGLES', 'GLKit', 'QuartzCore', 'CoreText' s.requires_arc = true end diff --git a/Flash2Cocos2D/0.5/Flash2Cocos2D.podspec b/Flash2Cocos2D/0.5/Flash2Cocos2D.podspec new file mode 100644 index 00000000..c8d27e2f --- /dev/null +++ b/Flash2Cocos2D/0.5/Flash2Cocos2D.podspec @@ -0,0 +1,15 @@ +Pod::Spec.new do |s| + s.name = "Flash2Cocos2D" + s.version = "0.5" + s.summary = "Library to import animations made in Flash to Cocos2D." + s.description = "A modified grapefrukt-export creates xml descriptions of timeline animations. Flash2Cocos2D imports that xml and recreates what were timeline animations." + s.homepage = "https://github.com/percentjuice/Flash2Cocos2D" + s.license = 'MIT' + s.author = 'cstuempges' + s.source = { :git => "https://github.com/percentjuice/Flash2Cocos2D.git", :tag => "v0.5" } + s.platform = :ios, '5.0' + s.source_files = 'FlashToCocosARC', 'FlashToCocosARC/*.{h,m}' + s.requires_arc = true + s.dependency 'cocos2d', '2.0' + s.dependency 'TBXML', '1.5' +end diff --git a/FontasticIcons/0.1.0/FontasticIcons.podspec b/FontasticIcons/0.1.0/FontasticIcons.podspec new file mode 100644 index 00000000..9ba7bc5c --- /dev/null +++ b/FontasticIcons/0.1.0/FontasticIcons.podspec @@ -0,0 +1,15 @@ +Pod::Spec.new do |s| + s.name = 'FontasticIcons' + s.platform = :ios + s.version = '0.1.0' + s.license = 'MIT' + s.summary = 'Objective-C wrapper for iconic fonts.' + s.homepage = 'https://github.com/AlexDenisov/FontasticIcons' + s.author = { 'Alex Denisov' => '1101.debian@gmail.com' } + s.source = { :git => 'https://github.com/AlexDenisov/FontasticIcons.git', +:tag => '0.1.0' } + s.description = 'Objective-C wrapper for iconic fonts.' + s.source_files = 'FontasticIcons/Sources/Classes/*.{h,m}' + s.resources = 'FontasticIcons/Sources/Resources/Fonts/*' + s.frameworks = 'CoreText' +end diff --git a/FormatterKit/1.1.0/FormatterKit.podspec b/FormatterKit/1.1.0/FormatterKit.podspec new file mode 100644 index 00000000..321ef19d --- /dev/null +++ b/FormatterKit/1.1.0/FormatterKit.podspec @@ -0,0 +1,50 @@ +Pod::Spec.new do |s| + s.name = 'FormatterKit' + s.version = '1.1.0' + s.license = { :type => 'MIT', :file => 'LICENSE' } + s.summary = '`stringWithFormat:` for the sophisticated hacker set.' + s.homepage = 'https://github.com/mattt/FormatterKit' + s.author = { 'Mattt Thompson' => 'm@mattt.me' } + s.source = { :git => 'https://github.com/mattt/FormatterKit.git', :tag => '1.1.0' } + + s.description = "FormatterKit is a collection of well-crafted NSFormatter subclasses for things like units of information, distance, and relative time intervals. Each formatter abstracts away the complex business logic of their respective domain, so that you can focus on the more important aspects of your application." + + s.requires_arc = true + + s.ios.frameworks = 'AddressBook', 'AddressBookUI' + s.prefix_header_contents = <<-EOS +#ifdef __IPHONE_OS_VERSION_MIN_REQUIRED + #import +#endif +EOS + + s.subspec 'AddressFormatter' do |ss| + ss.platform = :ios + ss.source_files = 'TTTAddressFormatter/*.{h,m}' + end + + s.subspec 'ArrayFormatter' do |ss| + ss.source_files = 'TTTArrayFormatter/*.{h,m}' + end + + s.subspec 'LocationFormatter' do |ss| + ss.source_files = 'TTTLocationFormatter/*.{h,m}' + ss.frameworks = 'CoreLocation' + end + + s.subspec 'OrdinalNumberFormatter' do |ss| + ss.source_files = 'TTTOrdinalNumberFormatter/*.{h,m}' + end + + s.subspec 'TimeIntervalFormatter' do |ss| + ss.source_files = 'TTTTimeIntervalFormatter/*.{h,m}' + end + + s.subspec 'UnitOfInformationFormatter' do |ss| + ss.source_files = 'TTTUnitOfInformationFormatter/*.{h,m}' + end + + s.subspec 'URLRequestFormatter' do |ss| + ss.source_files = 'TTTURLRequestFormatter/*.{h,m}' + end +end \ No newline at end of file diff --git a/FoundationExtension/0.5/FoundationExtension.podspec b/FoundationExtension/0.7/FoundationExtension.podspec similarity index 96% rename from FoundationExtension/0.5/FoundationExtension.podspec rename to FoundationExtension/0.7/FoundationExtension.podspec index 5b56a9a9..a0d618d5 100644 --- a/FoundationExtension/0.5/FoundationExtension.podspec +++ b/FoundationExtension/0.7/FoundationExtension.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "FoundationExtension" - s.version = "0.5" + s.version = "0.7" s.summary = "Foundation/UIKit extension kit. It is category based and looks familiar to Foundation/UIKit. It includes many common snippets as shortcut." s.description = <<-DESC This library includes small Foundation/Cocoa/UIKit extensions. This library does not includes high-level data structure, algorithm or frameworks, but collection of code snippets. @@ -14,7 +14,7 @@ Pod::Spec.new do |s| s.homepage = "https://github.com/youknowone/FoundationExtension" s.license = "2-clause BSD" s.author = { "Jeong YunWon" => "jeong@youknowone.org" } - s.source = { :git => "https://github.com/youknowone/FoundationExtension.git", :tag => "pod-0.5" } + s.source = { :git => "https://github.com/youknowone/FoundationExtension.git", :tag => "pod-0.7" } s.dependency "cdebug", "~> 0.1" s.subspec "FoundationExtension" do |ss| diff --git a/GRMustache/6.1.1/GRMustache.podspec b/GRMustache/6.1.1/GRMustache.podspec new file mode 100644 index 00000000..4d0f2ca0 --- /dev/null +++ b/GRMustache/6.1.1/GRMustache.podspec @@ -0,0 +1,13 @@ +Pod::Spec.new do |s| + s.name = 'GRMustache' + s.version = '6.1.1' + s.license = { :type => 'MIT', :file => 'LICENSE' } + s.summary = 'Flexible and production-ready Mustache templates for MacOS Cocoa and iOS.' + s.homepage = 'https://github.com/groue/GRMustache' + s.author = { 'Gwendal Roué' => 'gr@pierlis.com' } + s.source = { :git => 'https://github.com/groue/GRMustache.git', :tag => 'v6.1.1' } + s.source_files = 'src/classes' + s.public_header_files = FileList['src/classes/*.h'].exclude(/_private/) + s.framework = 'Foundation' + s.dependency 'JRSwizzle', '~> 1.0' +end diff --git a/GVMusicPlayerController/0.2.0/GVMusicPlayerController.podspec b/GVMusicPlayerController/0.2.0/GVMusicPlayerController.podspec new file mode 100644 index 00000000..3983b5f2 --- /dev/null +++ b/GVMusicPlayerController/0.2.0/GVMusicPlayerController.podspec @@ -0,0 +1,13 @@ +Pod::Spec.new do |s| + s.name = "GVMusicPlayerController" + s.version = "0.2.0" + s.summary = "The power of AVPlayer with the simplicity of MPMusicPlayerController." + s.homepage = "https://github.com/gangverk/GVMusicPlayerController" + s.license = 'MIT' + s.author = { "Kevin Renskers" => "info@mixedcase.nl" } + s.source = { :git => "https://github.com/gangverk/GVMusicPlayerController.git", :tag => s.version.to_s } + s.platform = :ios, '4.0' + s.source_files = 'GVMusicPlayerController/*.{h,m}' + s.requires_arc = true + s.frameworks = 'CoreMedia', 'AudioToolbox', 'AVFoundation', 'MediaPlayer' +end diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 00000000..bb914fac --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,46 @@ +GEM + remote: http://rubygems.org/ + specs: + activesupport (3.2.9) + i18n (~> 0.6) + multi_json (~> 1.0) + addressable (2.3.2) + cocoapods (0.16.0) + activesupport (~> 3.2.6) + colored (~> 1.2) + escape (~> 0.0.4) + faraday (~> 0.8.1) + json (~> 1.7.3) + octokit (~> 1.7) + open4 (~> 1.3.0) + rake (~> 0.9.4) + xcodeproj (~> 0.4.0) + colored (1.2) + escape (0.0.4) + faraday (0.8.4) + multipart-post (~> 1.1) + faraday_middleware (0.9.0) + faraday (>= 0.7.4, < 0.9) + hashie (1.2.0) + i18n (0.6.1) + json (1.7.5) + multi_json (1.3.7) + multipart-post (1.1.5) + octokit (1.18.0) + addressable (~> 2.2) + faraday (~> 0.8) + faraday_middleware (~> 0.8) + hashie (~> 1.2) + multi_json (~> 1.3) + open4 (1.3.0) + rake (0.9.5) + xcodeproj (0.4.0) + activesupport (~> 3.2.6) + colored (~> 1.2) + +PLATFORMS + ruby + +DEPENDENCIES + cocoapods (>= 0.16.0) + rake diff --git a/HTDelegateProxy/0.0.2/HTDelegateProxy.podspec b/HTDelegateProxy/0.0.2/HTDelegateProxy.podspec index 395690c9..f611e492 100644 --- a/HTDelegateProxy/0.0.2/HTDelegateProxy.podspec +++ b/HTDelegateProxy/0.0.2/HTDelegateProxy.podspec @@ -9,5 +9,6 @@ Pod::Spec.new do |s| s.ios.deployment_target = '4.3' s.osx.deployment_target = '10.5' s.source_files = 'Classes', '*.{h,m}' + s.requires_arc = true end diff --git a/JSNotifier/0.0.1/JSNotifier.podspec b/JSNotifier/0.0.1/JSNotifier.podspec new file mode 100644 index 00000000..61b470ed --- /dev/null +++ b/JSNotifier/0.0.1/JSNotifier.podspec @@ -0,0 +1,37 @@ +Pod::Spec.new do |s| + s.name = "JSNotifier" + s.version = "0.0.1" + s.summary = "A simple class for iOS that provides users with notifications in a simple way." + s.homepage = "https://github.com/jonahsiegle/JSNotifier.git" + + s.license = { + :type => 'Apache License, Version 2.0', + :text => <<-LICENSE + Copyright 2012 Jonah Siegle + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +LICENSE + } + + s.author = 'Jonah Siegle' + + s.source = { :git => "https://github.com/jonahsiegle/JSNotifier.git", :commit => "354f9eadf473468dbf04666130506a52beafb2a3"} + + s.platform = :ios + + s.source_files = 'JSNotifier\ Sample/JSNotifier.h', 'JSNotifier\ Sample/JSNotifier.m' + + s.resources = "*.png" + + s.requires_arc = true +end diff --git a/KGNoise/1.1.0/KGNoise.podspec b/KGNoise/1.1.0/KGNoise.podspec new file mode 100644 index 00000000..22ffa487 --- /dev/null +++ b/KGNoise/1.1.0/KGNoise.podspec @@ -0,0 +1,13 @@ +Pod::Spec.new do |s| + s.name = "KGNoise" + s.version = "1.1.0" + s.summary = "Cocoa noise drawing code + a ready to go noise view." + s.homepage = "https://github.com/kgn/KGNoise" + s.license = { :type => 'MIT', :file => 'license.txt' } + s.author = { "David Keegan" => "git@davidkeegan.com" } + s.source = { :git => "https://github.com/kgn/KGNoise.git", :tag => "1.1.0" } + s.ios.deployment_target = '5.0' + s.osx.deployment_target = '10.7' + s.source_files = 'KGNoise.{h,m}' + s.requires_arc = true +end diff --git a/KSADNTwitterFormatter/0.1.0/KSADNTwitterFormatter.podspec b/KSADNTwitterFormatter/0.1.0/KSADNTwitterFormatter.podspec new file mode 100644 index 00000000..901e2fcb --- /dev/null +++ b/KSADNTwitterFormatter/0.1.0/KSADNTwitterFormatter.podspec @@ -0,0 +1,13 @@ +Pod::Spec.new do |s| + s.name = "KSADNTwitterFormatter" + s.version = "0.1.0" + s.summary = "A simple class for taking ADN posts and reformatting them to fit into Twitter's length restrictions, taking links into account." + s.homepage = "https://github.com/Keithbsmiley/KSADNTwitterFormatter" + s.license = 'MIT' + s.author = { "Keith Smiley" => "keithbsmiley@gmail.com" } + s.source = { :git => "https://github.com/Keithbsmiley/KSADNTwitterFormatter.git", :tag => "0.1.0" } + s.ios.deployment_target = '5.0' + s.osx.deployment_target = '10.7' + s.source_files = '*.{h,m}' + s.requires_arc = true +end diff --git a/KSLabel/0.1.0/KSLabel.podspec b/KSLabel/0.1.0/KSLabel.podspec new file mode 100644 index 00000000..a4b11f89 --- /dev/null +++ b/KSLabel/0.1.0/KSLabel.podspec @@ -0,0 +1,12 @@ +Pod::Spec.new do |s| + s.name = "KSLabel" + s.version = "0.1.0" + s.summary = "A drop in subclass of NSTextField for programmatically created labels." + s.homepage = "https://github.com/Keithbsmiley/KSLabel" + s.license = 'MIT' + s.author = { "Keith Smiley" => "keithbsmiley@gmail.com" } + s.source = { :git => "https://github.com/Keithbsmiley/KSLabel.git", :tag => "0.1.0" } + s.platform = :osx + s.source_files = '*.{h,m}' + s.requires_arc = true +end diff --git a/LastFm/0.10.0/LastFm.podspec b/LastFm/0.10.0/LastFm.podspec new file mode 100644 index 00000000..a7cb718c --- /dev/null +++ b/LastFm/0.10.0/LastFm.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |s| + s.name = "LastFm" + s.version = "0.10.0" + s.summary = "Block based Last.fm SDK for iOS and Mac OS X." + s.homepage = "https://github.com/gangverk/LastFm" + s.license = 'MIT' + s.author = { "Kevin Renskers" => "info@mixedcase.nl" } + s.source = { :git => "https://github.com/gangverk/LastFm.git", :tag => s.version.to_s } + s.ios.deployment_target = '4.0' + s.osx.deployment_target = '10.6' + s.source_files = 'LastFm/*.{h,m}' + s.requires_arc = true + s.dependency 'KissXML', '~> 5.0' +end diff --git a/LastFm/0.10.1/LastFm.podspec b/LastFm/0.10.1/LastFm.podspec new file mode 100644 index 00000000..3c30704b --- /dev/null +++ b/LastFm/0.10.1/LastFm.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |s| + s.name = "LastFm" + s.version = "0.10.1" + s.summary = "Block based Last.fm SDK for iOS and Mac OS X." + s.homepage = "https://github.com/gangverk/LastFm" + s.license = 'MIT' + s.author = { "Kevin Renskers" => "info@mixedcase.nl" } + s.source = { :git => "https://github.com/gangverk/LastFm.git", :tag => s.version.to_s } + s.ios.deployment_target = '4.0' + s.osx.deployment_target = '10.6' + s.source_files = 'LastFm/*.{h,m}' + s.requires_arc = true + s.dependency 'KissXML', '~> 5.0' +end diff --git a/LastFm/0.11.0/LastFm.podspec b/LastFm/0.11.0/LastFm.podspec new file mode 100644 index 00000000..ba03d089 --- /dev/null +++ b/LastFm/0.11.0/LastFm.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |s| + s.name = "LastFm" + s.version = "0.11.0" + s.summary = "Block based Last.fm SDK for iOS and Mac OS X." + s.homepage = "https://github.com/gangverk/LastFm" + s.license = 'MIT' + s.author = { "Kevin Renskers" => "info@mixedcase.nl" } + s.source = { :git => "https://github.com/gangverk/LastFm.git", :tag => s.version.to_s } + s.ios.deployment_target = '4.0' + s.osx.deployment_target = '10.6' + s.source_files = 'LastFm/*.{h,m}' + s.requires_arc = true + s.dependency 'KissXML', '~> 5.0' +end diff --git a/LastFm/0.12.0/LastFm.podspec b/LastFm/0.12.0/LastFm.podspec new file mode 100644 index 00000000..cb6c1540 --- /dev/null +++ b/LastFm/0.12.0/LastFm.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |s| + s.name = "LastFm" + s.version = "0.12.0" + s.summary = "Block based Last.fm SDK for iOS and Mac OS X." + s.homepage = "https://github.com/gangverk/LastFm" + s.license = 'MIT' + s.author = { "Kevin Renskers" => "info@mixedcase.nl" } + s.source = { :git => "https://github.com/gangverk/LastFm.git", :tag => s.version.to_s } + s.ios.deployment_target = '4.0' + s.osx.deployment_target = '10.6' + s.source_files = 'LastFm/*.{h,m}' + s.requires_arc = true + s.dependency 'KissXML', '~> 5.0' +end diff --git a/LastFm/0.9.3/LastFm.podspec b/LastFm/0.9.3/LastFm.podspec new file mode 100644 index 00000000..0b72f8e2 --- /dev/null +++ b/LastFm/0.9.3/LastFm.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |s| + s.name = "LastFm" + s.version = "0.9.3" + s.summary = "Block based Last.fm SDK for iOS and Mac OS X." + s.homepage = "https://github.com/gangverk/LastFm" + s.license = 'MIT' + s.author = { "Kevin Renskers" => "info@mixedcase.nl" } + s.source = { :git => "https://github.com/gangverk/LastFm.git", :tag => s.version.to_s } + s.ios.deployment_target = '4.0' + s.osx.deployment_target = '10.6' + s.source_files = 'LastFm/*.{h,m}' + s.requires_arc = true + s.dependency 'KissXML', '~> 5.0' +end diff --git a/LastFm/1.0.0/LastFm.podspec b/LastFm/1.0.0/LastFm.podspec new file mode 100644 index 00000000..bc467333 --- /dev/null +++ b/LastFm/1.0.0/LastFm.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |s| + s.name = "LastFm" + s.version = "1.0.0" + s.summary = "Block based Last.fm SDK for iOS and Mac OS X." + s.homepage = "https://github.com/gangverk/LastFm" + s.license = 'MIT' + s.author = { "Kevin Renskers" => "info@mixedcase.nl" } + s.source = { :git => "https://github.com/gangverk/LastFm.git", :tag => s.version.to_s } + s.ios.deployment_target = '4.0' + s.osx.deployment_target = '10.6' + s.source_files = 'LastFm/*.{h,m}' + s.requires_arc = true + s.dependency 'KissXML', '~> 5.0' +end diff --git a/LineKit/1.0.0/LineKit.podspec b/LineKit/1.0.0/LineKit.podspec new file mode 100644 index 00000000..e89fe694 --- /dev/null +++ b/LineKit/1.0.0/LineKit.podspec @@ -0,0 +1,13 @@ +Pod::Spec.new do |s| + s.name = "LineKit" + s.version = "1.0.0" + s.summary = "Share to Naver Line from your apps." + s.homepage = "https://github.com/dlackty/LineKit" + s.license = { :type => 'MIT', :file => 'LICENSE' } + + s.author = { "Chih-Wei Lee" => "dlackty@gmail.com" } + s.source = { :git => "https://github.com/dlackty/LineKit.git", :tag => "1.0.0" } + s.platform = :ios, '4.0' + + s.source_files = 'LineKit/*.{h,m}' +end diff --git a/MKStoreKit/0.0.1/MKStoreKit.podspec b/MKStoreKit/0.0.1/MKStoreKit.podspec new file mode 100644 index 00000000..33657d29 --- /dev/null +++ b/MKStoreKit/0.0.1/MKStoreKit.podspec @@ -0,0 +1,19 @@ +Pod::Spec.new do |s| + s.name = 'MKStoreKit' + s.version = '0.0.1' + s.license = 'zLib' + s.summary = 'In-App Purchases StoreKit for iOS devices.' + s.homepage = 'https://github.com/MugunthKumar/MKStoreKit' + s.author = { 'Mugunth' => 'http://mugunthkumar.com/' } + s.source = { :git => 'https://github.com/MugunthKumar/MKStoreKit.git', :commit => '55963bd8ce5d52c2634d95830858d2e58b0608a0' } + s.platform = :ios + s.source_files = '*.{h,m}' + s.requires_arc = true + + + + s.frameworks = 'StoreKit', 'Security' + s.dependency 'JSONKit', '~> 1.4' + s.dependency 'NSData+Base64', '~> 1.0' + s.dependency 'SFHFKeychainUtils', '0.0.1' +end diff --git a/MSNavigationPaneViewController/0.0.1/MSNavigationPaneViewController.podspec b/MSNavigationPaneViewController/0.0.1/MSNavigationPaneViewController.podspec new file mode 100644 index 00000000..fa110017 --- /dev/null +++ b/MSNavigationPaneViewController/0.0.1/MSNavigationPaneViewController.podspec @@ -0,0 +1,16 @@ +Pod::Spec.new do |s| + s.name = 'MSNavigationPaneViewController' + s.version = '0.0.1' + s.license = 'MIT' + s.platform = :ios, '5.0' + + s.summary = 'Draggable navigation pane view controller for iPhone. Similar to the Path/Facebook navigation paradigm.' + s.homepage = 'https://github.com/monospacecollective/MSNavigationPaneViewController' + s.author = { 'Eric Horacek' => 'eric@monospacecollective.com' } + s.source = { :git => 'https://github.com/monospacecollective/MSNavigationPaneViewController.git', :tag => s.version.to_s } + + s.source_files = 'MSNavigationPaneViewController/*.{h,m}' + + s.requires_arc = true + s.frameworks = 'QuartzCore' +end diff --git a/Mixpanel/1.0.0/Mixpanel.podspec b/Mixpanel/1.0.0/Mixpanel.podspec new file mode 100644 index 00000000..26399828 --- /dev/null +++ b/Mixpanel/1.0.0/Mixpanel.podspec @@ -0,0 +1,12 @@ +Pod::Spec.new do |s| + s.name = 'Mixpanel' + s.version = '1.0.0' + s.license = 'Apache License' + s.summary = 'iPhone tracking library for Mixpanel Analytics.' + s.homepage = 'http://mixpanel.com' + s.author = { 'Mixpanel' => 'support@mixpanel.com' } + s.source = { :git => 'https://github.com/mixpanel/mixpanel-iphone.git', :tag => 'v1.0.0' } + s.frameworks = 'CoreTelephony', 'SystemConfiguration' + s.platform = :ios + s.source_files = 'Mixpanel/**/*.{h,m}' +end diff --git a/Mixpanel/1.2.1/Mixpanel.podspec b/Mixpanel/1.2.1/Mixpanel.podspec deleted file mode 100644 index 5d9a45f0..00000000 --- a/Mixpanel/1.2.1/Mixpanel.podspec +++ /dev/null @@ -1,11 +0,0 @@ -Pod::Spec.new do |s| - s.name = 'Mixpanel' - s.version = '1.2.1' - s.license = 'Apache License' - s.summary = 'iPhone tracking library for Mixpanel Analytics.' - s.homepage = 'http://mixpanel.com' - s.author = { 'Mixpanel' => 'support@mixpanel.com' } - s.source = { :git => 'https://github.com/mixpanel/mixpanel-iphone.git', :commit => 'a37da8998' } - s.platform = :ios - s.source_files = 'MPLib/**/*.{h,m}' -end diff --git a/Mixpanel/1.3.1/Mixpanel.podspec b/Mixpanel/1.3.1/Mixpanel.podspec deleted file mode 100644 index 67baad82..00000000 --- a/Mixpanel/1.3.1/Mixpanel.podspec +++ /dev/null @@ -1,11 +0,0 @@ -Pod::Spec.new do |s| - s.name = 'Mixpanel' - s.version = '1.3.1' - s.license = 'Apache License' - s.summary = 'iPhone tracking library for Mixpanel Analytics.' - s.homepage = 'http://mixpanel.com' - s.author = { 'Mixpanel' => 'support@mixpanel.com' } - s.source = { :git => 'https://github.com/mixpanel/mixpanel-iphone.git', :commit => '82b7e614' } - s.platform = :ios - s.source_files = 'MPLib/**/*.{h,m}' -end diff --git a/NGVaryingGridView/0.0.1/NGVaryingGridView.podspec b/NGVaryingGridView/0.0.1/NGVaryingGridView.podspec new file mode 100644 index 00000000..be8493d0 --- /dev/null +++ b/NGVaryingGridView/0.0.1/NGVaryingGridView.podspec @@ -0,0 +1,12 @@ +Pod::Spec.new do |s| + s.name = "NGVaryingGridView" + s.version = "0.0.1" + s.summary = "A GridView which allows to set individual Rects for the Cells." + s.homepage = "https://github.com/NOUSguide/NGVaryingGridView" + s.license = { :type => 'MIT', :file => 'LICENSE' } + s.author = { "NOUSGuide Inc." => "http://www.nousguide.com" } + s.source = { :git => "https://github.com/NOUSguide/NGVaryingGridView.git", :commit => "7b2d2f306a2bcddf1f9e565ecf6ffabb9f82addd" } + s.platform = :ios + s.source_files = 'Classes', 'NGVaryingGridView/NGVaryingGridView/NGVaryingGridView.{h,m}' + s.requires_arc = true +end diff --git a/NSLogger/1.1/NSLogger.podspec b/NSLogger/1.1/NSLogger.podspec index d71b15e4..a3978a3e 100644 --- a/NSLogger/1.1/NSLogger.podspec +++ b/NSLogger/1.1/NSLogger.podspec @@ -13,5 +13,6 @@ Pod::Spec.new do |s| 'filtering, image and binary logging, traces buffering, timing information, etc.' s.source_files = 'Client Logger/iOS/*.{h,m}' - s.frameworks = 'CFNetwork', 'SystemConfiguration' + s.ios.frameworks = 'CFNetwork', 'SystemConfiguration' + s.osx.frameworks = 'CFNetwork', 'SystemConfiguration', 'CoreServices' end diff --git a/NSURLConnectionVCR/0.0.1/NSURLConnectionVCR.podspec b/NSURLConnectionVCR/0.0.1/NSURLConnectionVCR.podspec new file mode 100644 index 00000000..89b78eea --- /dev/null +++ b/NSURLConnectionVCR/0.0.1/NSURLConnectionVCR.podspec @@ -0,0 +1,24 @@ +Pod::Spec.new do |s| + s.name = "NSURLConnectionVCR" + s.version = "0.0.1" + s.summary = "Record and replay NSURLConnection requests/responses in tests." + s.homepage = "https://bitbucket.org/martijnthe/nsurlconnectionvcr" + + s.license = { + :type => 'BSD', + :text => <<-LICENSE + Copyright (c) 2012, Martijn The All rights reserved. + Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + LICENSE + } + + s.authors = { "Martijn Thé" => "post@martijnthe.nl" } + s.source = { :git => "https://bitbucket.org/martijnthe/nsurlconnectionvcr.git", :commit => "ad597f7" } + + s.ios.deployment_target = '5.0' + s.osx.deployment_target = '10.7' + + s.source_files = 'NSURLConnectionVCR' + s.requires_arc = true +end diff --git a/OCHamcrest/1.9/OCHamcrest.podspec b/OCHamcrest/1.9/OCHamcrest.podspec new file mode 100644 index 00000000..b305668b --- /dev/null +++ b/OCHamcrest/1.9/OCHamcrest.podspec @@ -0,0 +1,23 @@ +Pod::Spec.new do |s| + s.name = 'OCHamcrest' + s.version = '1.9' + s.license = 'BSD' + s.summary = 'Hamcrest for Objective-C: Powerful, combinable, extensible matchers for verification' + s.homepage = 'https://github.com/hamcrest/OCHamcrest' + s.author = { 'Jon Reid' => 'jon@qualitycoding.org' } + + s.source = { :git => 'https://github.com/hamcrest/OCHamcrest.git', :tag => 'V1.9' } + + s.description = %{ + OCHamcrest is: + * a library of "matcher" objects that let you declare rules for whether a + given object matches the criteria or not; + * a framework for writing your own matchers. + Matchers are useful for a variety of purposes, such as UI validation. But + they're most commonly used for writing unit tests that are expressive and + flexible. + } + + s.source_files = 'Source/OCHamcrest.h', 'Source/Core/**/*.{h,m}', 'Source/Library/**/*.{h,m}' + +end diff --git a/OHAttributedLabel/3.2.1/OHAttributedLabel.podspec b/OHAttributedLabel/3.2.1/OHAttributedLabel.podspec new file mode 100644 index 00000000..51e78be7 --- /dev/null +++ b/OHAttributedLabel/3.2.1/OHAttributedLabel.podspec @@ -0,0 +1,13 @@ +Pod::Spec.new do |s| + s.name = 'OHAttributedLabel' + s.version = '3.2.1' + s.license = {:type => 'MIT', :file => 'OHAttributedLabel/LICENSE'} + s.summary = 'UILabel that supports NSAttributedString.' + s.homepage = 'https://github.com/AliSoftware/OHAttributedLabel' + s.author = { 'AliSoftware' => 'olivier.halligon+ae@gmail.com' } + s.source = { :git => 'https://github.com/AliSoftware/OHAttributedLabel.git', :tag => '3.2.1' } + s.description = 'This class allows you to use a UILabel with NSAttributedStrings, in order to display styled text with mixed style (mixed fonts, color, size, ...) in a unique label.' + s.platform = :ios + s.source_files = 'OHAttributedLabel/**/*.{h,m}' + s.framework = 'CoreText' +end diff --git a/OLImageView/1.0.0/OLImageView.podspec b/OLImageView/1.0.0/OLImageView.podspec new file mode 100644 index 00000000..9bbc6541 --- /dev/null +++ b/OLImageView/1.0.0/OLImageView.podspec @@ -0,0 +1,21 @@ +Pod::Spec.new do |s| + s.name = "OLImageView" + s.version = "1.0.0" + s.summary = "Animated GIFs implemented the right way." + s.homepage = "https://www.github.com/ondalabs/OLImageView" + s.license = { :type => 'MIT', :file => 'LICENSE' } + s.author = { "Diego Torres" => "contact@dtorres.me" } + s.source = { :git => "https://github.com/ondalabs/OLImageView.git", :tag => "1.0.0" } + s.platform = :ios, '5.0' + s.source_files = 'OLImage.{h,m}', 'OLImageView.{h,m}' + s.framework = 'ImageIO', 'MobileCoreServices', 'QuartzCore' + s.requires_arc = true + + s.subspec 'AFNetworking' do |af| + af.dependency 'AFNetworking' + af.source_files = "Categories/AFImageRequestOperation+OLImage.{h,m}" + end + + s.preferred_dependency = 'AFNetworking' + +end diff --git a/ObjectiveRecord/1.0.2/ObjectiveRecord.podspec b/ObjectiveRecord/1.0.2/ObjectiveRecord.podspec new file mode 100644 index 00000000..1e3744bf --- /dev/null +++ b/ObjectiveRecord/1.0.2/ObjectiveRecord.podspec @@ -0,0 +1,19 @@ +Pod::Spec.new do |s| + s.name = "ObjectiveRecord" + s.version = "1.0.2" + s.summary = "Lightweight and sexy Core Data finders, creators and other methods. Rails syntax." + s.homepage = "https://github.com/mneorr/Objective-Record" + s.license = { :type => 'MIT', :file => 'LICENSE' } + + s.author = { "Marin Usalj" => "mneorr@gmail.com" } + s.source = { :git => "https://github.com/mneorr/Objective-Record.git", :tag => "1.0.2" } + + s.source_files = 'ObjectiveRecord.h', 'src/**/*.{h,m}' + s.framework = 'CoreData' + s.requires_arc = true + + s.ios.deployment_target = '5.0' + s.osx.deployment_target = '10.7' + + s.dependency 'ObjectiveSugar' +end diff --git a/ObjectiveSugar/0.1.1/ObjectiveSugar.podspec b/ObjectiveSugar/0.1.1/ObjectiveSugar.podspec new file mode 100644 index 00000000..7be448c0 --- /dev/null +++ b/ObjectiveSugar/0.1.1/ObjectiveSugar.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |s| + s.name = "ObjectiveSugar" + s.version = "0.1.1" + s.summary = "ObjectiveC additions for humans. Ruby style." + s.homepage = "https://github.com/mneorr/ObjectiveSugar" + s.license = { :type => 'MIT', :file => 'LICENSE' } + s.author = { "Marin Usalj" => "mneorr@gmail.com" } + s.source = { :git => "https://github.com/mneorr/ObjectiveSugar.git", :tag => '0.1.1' } + + s.ios.deployment_target = '5.0' + s.osx.deployment_target = '10.7' + + s.source_files = 'ObjectiveSugar.h', 'src/**/*.{h,m}' +end diff --git a/ObjectiveSugar/0.1/ObjectiveSugar.podspec b/ObjectiveSugar/0.1/ObjectiveSugar.podspec new file mode 100644 index 00000000..e45d17aa --- /dev/null +++ b/ObjectiveSugar/0.1/ObjectiveSugar.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |s| + s.name = "ObjectiveSugar" + s.version = "0.1" + s.summary = "ObjectiveC additions for humans. Ruby style." + s.homepage = "https://github.com/mneorr/ObjectiveSugar" + s.license = { :type => 'MIT', :file => 'LICENSE' } + s.author = { "Marin Usalj" => "mneorr@gmail.com" } + s.source = { :git => "https://github.com/mneorr/ObjectiveSugar.git", :tag => '0.1' } + + s.ios.deployment_target = '5.0' + s.osx.deployment_target = '10.7' + + s.source_files = 'Classes', 'src/**/*.{h,m}' +end diff --git a/ObjectiveSugar/0.2/ObjectiveSugar.podspec b/ObjectiveSugar/0.2/ObjectiveSugar.podspec new file mode 100644 index 00000000..f3b459d0 --- /dev/null +++ b/ObjectiveSugar/0.2/ObjectiveSugar.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |s| + s.name = "ObjectiveSugar" + s.version = "0.2" + s.summary = "ObjectiveC additions for humans. Ruby style." + s.homepage = "https://github.com/mneorr/ObjectiveSugar" + s.license = { :type => 'MIT', :file => 'LICENSE' } + s.author = { "Marin Usalj" => "mneorr@gmail.com" } + s.source = { :git => "https://github.com/mneorr/ObjectiveSugar.git", :tag => '0.2' } + + s.ios.deployment_target = '5.0' + s.osx.deployment_target = '10.7' + + s.source_files = 'src/**/*.{h,m}' +end diff --git a/ObjectiveSugar/0.3/ObjectiveSugar.podspec b/ObjectiveSugar/0.3/ObjectiveSugar.podspec new file mode 100644 index 00000000..5b748f0d --- /dev/null +++ b/ObjectiveSugar/0.3/ObjectiveSugar.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |s| + s.name = "ObjectiveSugar" + s.version = "0.3" + s.summary = "ObjectiveC additions for humans. Ruby style." + s.homepage = "https://github.com/mneorr/ObjectiveSugar" + s.license = { :type => 'MIT', :file => 'LICENSE' } + s.author = { "Marin Usalj" => "mneorr@gmail.com" } + s.source = { :git => "https://github.com/mneorr/ObjectiveSugar.git", :tag => '0.3' } + + s.ios.deployment_target = '5.0' + s.osx.deployment_target = '10.7' + + s.source_files = 'src/**/*.{h,m}' +end diff --git a/PDKeychainBindingsController/0.0.1/PDKeychainBindingsController.podspec b/PDKeychainBindingsController/0.0.1/PDKeychainBindingsController.podspec new file mode 100644 index 00000000..ff5e44dc --- /dev/null +++ b/PDKeychainBindingsController/0.0.1/PDKeychainBindingsController.podspec @@ -0,0 +1,11 @@ +Pod::Spec.new do |s| + s.name = "PDKeychainBindingsController" + s.version = "0.0.1" + s.summary = "PDKeychainBindingsController is intended to make using the Max OSX and iOS Keychains as easy as NSUserDefaults." + s.homepage = "https://github.com/carlbrown/PDKeychainBindingsController" + s.license = 'MIT' + s.author = 'Carl Brown' + s.source = { :git => "https://github.com/carlbrown/PDKeychainBindingsController.git", :commit => "78f6debff6" } + s.source_files = 'PDKeychainBindingsController' + s.requires_arc = true +end diff --git a/PassSlot/0.3/PassSlot.podspec b/PassSlot/0.3/PassSlot.podspec new file mode 100644 index 00000000..0d5e98e1 --- /dev/null +++ b/PassSlot/0.3/PassSlot.podspec @@ -0,0 +1,25 @@ +Pod::Spec.new do |s| + s.name = "PassSlot" + s.version = "0.3" + s.summary = "Objective-C Framework (SDK) for easy Passbook integration." + s.description = <<-DESC + PassSlot is a free service for developers that aims to make Passbook integration easy – Really easy. +It combines a Cloud Service that distributes, manages and signs your passes with a powerful Objective-C framework for iOS that reduces the amount of code you need to write to get Passbook integration done. + DESC + s.homepage = "http://www.passslot.com" + s.license = { + :type => 'Commercial', + :text => <<-LICENSE + Copyright © 2012 PassSlot + + All rights reserved. + LICENSE + } + s.author = { "PassSlot" => "support@passslot.com" } + s.source = { :git => "https://github.com/passslot/passslot-ios-sdk.git", :tag => "v0.3" } + s.platform = :ios, '6.0' + s.source_files = 'sdk/PassSlot.framework/Headers' + s.preserve_paths = "sdk/PassSlot.framework" + s.frameworks = 'PassSlot', 'PassKit', 'CFNetwork', 'Security', 'SystemConfiguration' + s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(PODS_ROOT)/PassSlot/sdk"' } +end diff --git a/PonyDebugger/0.0.1/PonyDebugger.podspec b/PonyDebugger/0.0.1/PonyDebugger.podspec index 9b2e375d..f702a8e8 100644 --- a/PonyDebugger/0.0.1/PonyDebugger.podspec +++ b/PonyDebugger/0.0.1/PonyDebugger.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.homepage = "https://github.com/square/PonyDebugger" s.license = 'Apache Licence, Version 2.0' s.author = 'Square' - s.source = { :git => "https://github.com/square/PonyDebugger.git", :commit => "0bd4bf9fbefa0777358cbb7a015b91ecbee11597" } + s.source = { :git => "https://github.com/square/PonyDebugger.git", :commit => "31d05eb56b2d1b04e815579ba15b0b7c4104596e" } s.platform = :ios, '5.0' s.source_files = 'ObjC/{DerivedSources,PonyDebugger}/**/*.{h,m}' s.requires_arc = true diff --git a/Rakefile b/Rakefile index ae352de8..0ffd8332 100644 --- a/Rakefile +++ b/Rakefile @@ -26,7 +26,7 @@ namespace :travis do end task :setup => [:install_opencflite_debs, :fix_rvm_include_dir] do - sh "CFLAGS='-I#{rvm_ruby_dir}/include' bundle install" + sh "CFLAGS='-I#{rvm_ruby_dir}/include' bundle update" end end diff --git a/SCNetworkReachability/1.0.0/SCNetworkReachability.podspec b/SCNetworkReachability/1.0.0/SCNetworkReachability.podspec new file mode 100644 index 00000000..d056c64f --- /dev/null +++ b/SCNetworkReachability/1.0.0/SCNetworkReachability.podspec @@ -0,0 +1,13 @@ +Pod::Spec.new do |s| + s.name = "SCNetworkReachability" + s.version = "1.0.0" + s.summary = "Wrapper for SCNetworkReachability methods of SystemConfiguration.framework" + s.homepage = "https://github.com/belkevich/reachability-ios" + s.license = { :type => 'MIT', :file => 'LICENSE.txt' } + s.author = { "Alexey Belkevich" => "belkevich.alexey@gmail.com" } + s.source = { :git => "https://github.com/belkevich/reachability-ios.git", + :tag => "1.0.0"} + s.platform = :ios + s.source_files = '*.{h,m}' + s.framework = 'SystemConfiguration' +end diff --git a/SKBounceAnimation/1.0/SKBounceAnimation.podspec b/SKBounceAnimation/1.0/SKBounceAnimation.podspec index ea9a3bc6..01626e65 100644 --- a/SKBounceAnimation/1.0/SKBounceAnimation.podspec +++ b/SKBounceAnimation/1.0/SKBounceAnimation.podspec @@ -12,6 +12,6 @@ Pod::Spec.new do |s| s.platform = :ios s.source_files = 'SKBounceAnimation/SKBounceAnimation.{h,m}' - + s.requires_arc = true s.frameworks = 'CoreGraphics', 'QuartzCore' end diff --git a/SignalR-ObjC/1.0.alpha1/SignalR-ObjC.podspec b/SignalR-ObjC/1.0.alpha1/SignalR-ObjC.podspec new file mode 100644 index 00000000..6b095508 --- /dev/null +++ b/SignalR-ObjC/1.0.alpha1/SignalR-ObjC.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |s| + s.name = "SignalR-ObjC" + s.version = "1.0.alpha1" + s.summary = "Objective-C Client for the SignalR Project works with iOS and Mac." + s.homepage = "https://github.com/DyKnow/SignalR-ObjC" + s.license = 'MIT' + s.author = { "Alex Billingsley" => "abillingsley@dyknow.com" } + s.source = { :git => 'https://github.com/DyKnow/SignalR-ObjC.git', :tag => '1.0.alpha1' } + s.ios.deployment_target = '5.0' + s.osx.deployment_target = '10.7' + s.source_files = 'SignalR.Client/**/*.{h,m}' + s.requires_arc = true + s.dependency 'AFNetworking', '>=1.0.0' +end \ No newline at end of file diff --git a/SignalR-ObjC/1.0.alpha2/SignalR-ObjC.podspec b/SignalR-ObjC/1.0.alpha2/SignalR-ObjC.podspec new file mode 100644 index 00000000..647dcfd6 --- /dev/null +++ b/SignalR-ObjC/1.0.alpha2/SignalR-ObjC.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |s| + s.name = "SignalR-ObjC" + s.version = "1.0.alpha2" + s.summary = "Objective-C Client for the SignalR Project works with iOS and Mac." + s.homepage = "https://github.com/DyKnow/SignalR-ObjC" + s.license = 'MIT' + s.author = { "Alex Billingsley" => "abillingsley@dyknow.com" } + s.source = { :git => 'https://github.com/DyKnow/SignalR-ObjC.git', :tag => '1.0.alpha2' } + s.ios.deployment_target = '5.0' + s.osx.deployment_target = '10.7' + s.source_files = 'SignalR.Client/**/*.{h,m}' + s.requires_arc = true + s.dependency 'AFNetworking', '>=1.0.0' +end \ No newline at end of file diff --git a/StackBluriOS/0.0.1/StackBluriOS.podspec b/StackBluriOS/0.0.1/StackBluriOS.podspec new file mode 100644 index 00000000..30b8f1da --- /dev/null +++ b/StackBluriOS/0.0.1/StackBluriOS.podspec @@ -0,0 +1,13 @@ +Pod::Spec.new do |s| + s.name = 'StackBluriOS' + s.version = '0.0.1' + s.platform = :ios + s.license = 'BSD' + s.summary = 'Stack Blur implementation for iOS.' + s.homepage = 'https://github.com/tomsoft1/StackBluriOS' + s.author = { 'Thomas Landspurg' => 'thomas.landspurg@gmail.com' } + s.source = { :git => 'https://github.com/tomsoft1/StackBluriOS.git', :commit => 'cb6c78776a7548d0ac9a5686116a9e0f2e08587e' } + + s.source_files = 'Classes/UIImage+StackBlur.*' + s.requires_arc = true +end diff --git a/StackMob/1.1.3/StackMob.podspec b/StackMob/1.1.3/StackMob.podspec new file mode 100644 index 00000000..10e7fb1e --- /dev/null +++ b/StackMob/1.1.3/StackMob.podspec @@ -0,0 +1,24 @@ +Pod::Spec.new do |s| + s.name = 'StackMob' + s.version = '1.1.3' + s.license = 'Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' + s.summary = "StackMob's SDK for accessing the StackMob Services on iOS." + s.homepage = 'http://stackmob.com' + s.author = { 'StackMob' => 'info@stackmob.com' } + s.source = { :git => 'https://github.com/stackmob/stackmob-ios-sdk.git', :tag => s.version.to_s } + s.platform = :ios, '5.0' + s.source_files = 'Classes/*.{h,m}', 'Utility/*.{h,m}', 'CoreData/Classes/*.{h,m}', 'Push/*.{h,m}' + s.dependency 'AFNetworking', '1.0' + s.frameworks = 'CoreData', 'Security', 'SystemConfiguration', 'MobileCoreServices' + s.requires_arc = true + s.documentation = { + :appledoc => [ + '--index-desc','OverviewForDocs.md', + '--clean-output', + '--no-keep-undocumented-objects', + '--no-keep-undocumented-members', + '--no-repeat-first-par', + '--no-merge-categories', + '--install-docset' + ]} +end diff --git a/StackMobPush/1.0.2/StackMobPush.podspec b/StackMobPush/1.0.2/StackMobPush.podspec new file mode 100644 index 00000000..adf7f360 --- /dev/null +++ b/StackMobPush/1.0.2/StackMobPush.podspec @@ -0,0 +1,22 @@ +Pod::Spec.new do |s| + s.name = 'StackMobPush' + s.version = '1.0.2' + s.license = 'Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' + s.summary = "StackMob's Push SDK for sending push notifications via the StackMob Services on iOS." + s.homepage = 'http://stackmob.com' + s.author = { 'StackMob' => 'info@stackmob.com' } + s.source = { :git => 'https://github.com/stackmob/stackmob-ios-push-sdk.git', :tag => s.version.to_s } + s.platform = :ios, '5.0' + s.source_files = 'stackmob-ios-push-sdk/*.{h,m}' + s.dependency 'AFNetworking', '1.0RC1' + s.requires_arc = true + s.documentation = { + :appledoc => [ + '--no-keep-undocumented-objects', + '--no-keep-undocumented-members', + '--no-repeat-first-par', + '--no-merge-categories', + '--install-docset' + ]} + +end \ No newline at end of file diff --git a/Stripe/1.0.1/Stripe.podspec b/Stripe/1.0.1/Stripe.podspec new file mode 100644 index 00000000..61033f97 --- /dev/null +++ b/Stripe/1.0.1/Stripe.podspec @@ -0,0 +1,12 @@ +Pod::Spec.new do |s| + s.name = "Stripe" + s.version = "1.0.1" + s.summary = "Stripe is a web-based API for accepting payments online." + s.license = { :type => 'MIT', :file => 'LICENSE' } + s.homepage = "https://stripe.com" + s.author = { "Saikat Chakrabarti" => "saikat@stripe.com" } + s.source = { :git => "https://github.com/stripe/stripe-ios.git", :tag => "v1.0.1"} + s.source_files = 'Stripe/*.{h,m}' + s.public_header_files = 'Stripe/*.h' + s.framework = 'Foundation' +end diff --git a/TMQuiltView/0.0.1/TMQuiltView.podspec b/TMQuiltView/0.0.1/TMQuiltView.podspec new file mode 100644 index 00000000..6e511b66 --- /dev/null +++ b/TMQuiltView/0.0.1/TMQuiltView.podspec @@ -0,0 +1,24 @@ +Pod::Spec.new do |s| + s.name = "TMQuiltView" + s.version = "0.0.1" + s.summary = "Interface similar to the UITableView with UI similar to Pintrest." + s.homepage = "https://github.com/1000Memories/TMQuiltView" + s.license = { + :type => 'MIT', + :text => <<-LICENSE + Copyright (c) 2012 1000memories + + 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 = { "1000Memories" => "developers@1000memories.com" } + s.source = { :git => "https://github.com/1000Memories/TMQuiltView.git", :commit => "99a0f20259b12695c5c233e3921f88061d450b75" } + s.platform = :ios + + s.source_files = 'TMQuiltView/TMQuiltView/*.{h,m}' +end diff --git a/TTTAttributedLabel/1.4.1/TTTAttributedLabel.podspec b/TTTAttributedLabel/1.4.1/TTTAttributedLabel.podspec new file mode 100644 index 00000000..48d9ee4b --- /dev/null +++ b/TTTAttributedLabel/1.4.1/TTTAttributedLabel.podspec @@ -0,0 +1,15 @@ +Pod::Spec.new do |s| + s.name = 'TTTAttributedLabel' + s.version = '1.4.1' + s.authors = {'Mattt Thompson' => 'm@mattt.me'} + s.homepage = 'https://github.com/mattt/TTTAttributedLabel/' + s.summary = 'A drop-in replacement for UILabel that supports attributes, data detectors, links, and more.' + s.source = {:git => 'https://github.com/mattt/TTTAttributedLabel.git', :tag => '1.4.1'} + s.license = 'MIT' + + s.platform = :ios + s.requires_arc = true + s.compiler_flags = '-Wno-arc-bridge-casts-disallowed-in-nonarc' + s.frameworks = 'CoreText' + s.source_files = 'TTTAttributedLabel' +end \ No newline at end of file diff --git a/TestFlightSDK/0.8.3/TestFlightSDK.podspec b/TestFlightSDK/0.8.3/TestFlightSDK.podspec index 5931d22b..e5fc2f7c 100644 --- a/TestFlightSDK/0.8.3/TestFlightSDK.podspec +++ b/TestFlightSDK/0.8.3/TestFlightSDK.podspec @@ -6,7 +6,6 @@ Pod::Spec.new do |s| s.homepage = 'http://www.testflightapp.com' s.author = { 'TestFlight' => 'support@testflightapp.com' } s.source = { :http => 'https://d3fqheiq7nlyrx.cloudfront.net/sdk-downloads/TestFlightSDK0.8.3.zip' } - s.description = 'TestFlightSDK for over-the-air beta testing and crash reporting.' s.platform = :ios s.source_files = 'TestFlight.h' s.preserve_paths = 'libTestFlight.a' diff --git a/TestFlightSDK/1.0/TestFlightSDK.podspec b/TestFlightSDK/1.0/TestFlightSDK.podspec index 4c4e035f..d8b803ae 100644 --- a/TestFlightSDK/1.0/TestFlightSDK.podspec +++ b/TestFlightSDK/1.0/TestFlightSDK.podspec @@ -6,7 +6,6 @@ Pod::Spec.new do |s| s.homepage = 'http://www.testflightapp.com' s.author = { 'TestFlight' => 'support@testflightapp.com' } s.source = { :http => 'https://d3fqheiq7nlyrx.cloudfront.net/sdk-downloads/TestFlightSDK1.0.zip' } - s.description = 'TestFlightSDK for over-the-air beta testing and crash reporting.' s.platform = :ios s.source_files = 'TestFlight.h' s.preserve_paths = 'libTestFlight.a' diff --git a/TestFlightSDK/1.1.beta1/TestFlightSDK.podspec b/TestFlightSDK/1.1.beta1/TestFlightSDK.podspec index b42b60e4..ffe8185c 100644 --- a/TestFlightSDK/1.1.beta1/TestFlightSDK.podspec +++ b/TestFlightSDK/1.1.beta1/TestFlightSDK.podspec @@ -6,7 +6,6 @@ Pod::Spec.new do |s| s.homepage = 'http://www.testflightapp.com' s.author = { 'TestFlight' => 'support@testflightapp.com' } s.source = { :http => 'https://d3fqheiq7nlyrx.cloudfront.net/sdk-downloads/TestFlightSDK1.1beta1.zip' } - s.description = 'TestFlightSDK for over-the-air beta testing and crash reporting.' s.platform = :ios s.source_files = 'TestFlight.h' s.preserve_paths = 'libTestFlight.a' diff --git a/TestFlightSDK/1.1.beta2/TestFlightSDK.podspec b/TestFlightSDK/1.1.beta2/TestFlightSDK.podspec index d614c28b..effdf1ec 100644 --- a/TestFlightSDK/1.1.beta2/TestFlightSDK.podspec +++ b/TestFlightSDK/1.1.beta2/TestFlightSDK.podspec @@ -6,11 +6,10 @@ Pod::Spec.new do |s| s.homepage = 'http://www.testflightapp.com' s.author = { 'TestFlight' => 'support@testflightapp.com' } s.source = { :http => 'https://d3fqheiq7nlyrx.cloudfront.net/sdk-downloads/TestFlightSDK1.1beta2.zip' } - s.description = 'TestFlightSDK for over-the-air beta testing and crash reporting.' s.platform = :ios s.source_files = 'TestFlight.h' s.preserve_paths = 'libTestFlight.a' s.library = 'TestFlight', 'z' s.framework = 'UIKit' s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '"$(PODS_ROOT)/TestFlightSDK"' } -end \ No newline at end of file +end diff --git a/TestFlightSDK/1.1.beta3/TestFlightSDK.podspec b/TestFlightSDK/1.1.beta3/TestFlightSDK.podspec index a1c9bea6..bab3555d 100644 --- a/TestFlightSDK/1.1.beta3/TestFlightSDK.podspec +++ b/TestFlightSDK/1.1.beta3/TestFlightSDK.podspec @@ -15,7 +15,6 @@ Pod::Spec.new do |s| s.homepage = 'http://www.testflightapp.com' s.author = { 'TestFlight' => 'support@testflightapp.com' } s.source = { :http => 'https://d3fqheiq7nlyrx.cloudfront.net/sdk-downloads/TestFlightSDK1.1beta3.zip' } - s.description = 'TestFlightSDK for over-the-air beta testing and crash reporting.' s.platform = :ios s.source_files = 'TestFlight.h' s.preserve_paths = 'libTestFlight.a' diff --git a/TestFlightSDK/1.1/TestFlightSDK.podspec b/TestFlightSDK/1.1/TestFlightSDK.podspec index cdc67ef2..af2fba01 100644 --- a/TestFlightSDK/1.1/TestFlightSDK.podspec +++ b/TestFlightSDK/1.1/TestFlightSDK.podspec @@ -15,7 +15,6 @@ Pod::Spec.new do |s| s.homepage = 'http://www.testflightapp.com' s.author = { 'TestFlight' => 'support@testflightapp.com' } s.source = { :http => 'https://d3fqheiq7nlyrx.cloudfront.net/sdk-downloads/TestFlightSDK1.1.zip' } - s.description = 'TestFlightSDK for over-the-air beta testing and crash reporting.' s.platform = :ios s.source_files = 'TestFlight.h' s.preserve_paths = 'libTestFlight.a' diff --git a/TestFlightSDK/1.2.beta1/TestFlightSDK.podspec b/TestFlightSDK/1.2.beta1/TestFlightSDK.podspec index 0c25bd2e..3c12f933 100644 --- a/TestFlightSDK/1.2.beta1/TestFlightSDK.podspec +++ b/TestFlightSDK/1.2.beta1/TestFlightSDK.podspec @@ -15,7 +15,6 @@ Pod::Spec.new do |s| s.homepage = 'http://www.testflightapp.com' s.author = { 'TestFlight' => 'support@testflightapp.com' } s.source = { :http => 'https://d3fqheiq7nlyrx.cloudfront.net/sdk-downloads/TestFlightSDK1.2beta1.zip' } - s.description = 'TestFlightSDK for over-the-air beta testing and crash reporting.' s.platform = :ios s.source_files = 'TestFlight.h' s.preserve_paths = 'libTestFlight.a' diff --git a/TestFlightSDK/1.2.beta2/TestFlightSDK.podspec b/TestFlightSDK/1.2.beta2/TestFlightSDK.podspec index 162580aa..f7d0e5ca 100644 --- a/TestFlightSDK/1.2.beta2/TestFlightSDK.podspec +++ b/TestFlightSDK/1.2.beta2/TestFlightSDK.podspec @@ -15,7 +15,6 @@ Pod::Spec.new do |s| s.homepage = 'http://www.testflightapp.com' s.author = { 'TestFlight' => 'support@testflightapp.com' } s.source = { :http => 'https://d3fqheiq7nlyrx.cloudfront.net/sdk-downloads/TestFlightSDK1.2beta2.zip' } - s.description = 'TestFlightSDK for over-the-air beta testing and crash reporting.' s.platform = :ios s.source_files = 'TestFlight.h' s.preserve_paths = 'libTestFlight.a' diff --git a/TouchDB/1.0/TouchDB.podspec b/TouchDB/1.0/TouchDB.podspec new file mode 100644 index 00000000..d90c4354 --- /dev/null +++ b/TouchDB/1.0/TouchDB.podspec @@ -0,0 +1,79 @@ +license = < 'Apache', :text => license} + s.summary = 'CouchDB-compatible mobile database; Objective-C version.' + s.homepage = 'https://github.com/couchbaselabs/TouchDB-iOS' + s.author = { 'Jens Alfke' => 'jens@couchbase.com' } + + s.source = { :git => 'https://github.com/couchbaselabs/TouchDB-iOS.git', + :tag => "v#{version}", + :submodules => "true" } + + s.platform = :ios, '5.0' + + + s.source_files = FileList['Source/**/*.{h,m}'].exclude(/GNUstep/).exclude(/_Tests/), + FileList['vendor/oauthconsumer/**/*.{h,m,c}'].exclude(/OAHMAC_SHA1SignatureProvider\.m/), + FileList['vendor/fmdb/src/**/*.{h,m}'] + + s.header_dir = 'TouchDB' + + def s.post_install(target) + src = config.project_pods_root.to_s() + '/TouchDB/Source' + + # Prepend some headers manually. The regular build does this with a prefix header, but + # that pollutes the global namespace. (and conflicts with CouchCocoa) + Dir.glob(src + '/**/*.m').each { |path| + File.open( path, 'r+') { |f| + firstLine = f.readline() + if firstLine =~ /patched/ + next + end + f.rewind + + content = f.readlines() + f.rewind + + f.puts '// patched during Pod install' + f.puts '#import "TDJSON.h"' + f.puts '#import "CollectionUtils.h"' + f.puts '#import "Logging.h"' + f.puts '#import "Test.h"' + + # add the version symbols to an arbitrary .m file + if path =~ /TDServer\.m/ + f.puts "const unsigned char TouchDBVersionString[] __attribute__ ((used)) = \"@(#)PROGRAM:TouchDB PROJECT:TouchDB-#{version}\";" + f.puts "const double TouchDBVersionNumber __attribute__ ((used)) = (double)#{version};" + end + + f.puts + f.puts content + } + } + end + + s.dependency 'CocoaHTTPServer' + s.dependency 'MYUtilities' + s.dependency 'JSONKit' + + s.framework = 'SystemConfiguration' + s.library = 'sqlite3' +end diff --git a/UIColor-CrossFade/0.0.1/UIColor-CrossFade.podspec b/UIColor-CrossFade/0.0.1/UIColor-CrossFade.podspec new file mode 100644 index 00000000..51f69fe1 --- /dev/null +++ b/UIColor-CrossFade/0.0.1/UIColor-CrossFade.podspec @@ -0,0 +1,12 @@ +Pod::Spec.new do |s| + s.name = 'UIColor-CrossFade' + s.version = '0.0.1' + s.platform = :ios + s.license = 'MIT' + s.summary = 'UIColor category to cross fade between two UIColors at a specific ratio.' + s.homepage = 'https://github.com/cbpowell/UIColor-CrossFade' + s.author = { 'Charles Powell' => 'https://github.com/cbpowell' } + s.source = { :git => 'https://github.com/cbpowell/UIColor-CrossFade.git', :commit => '5b72c40925575e8bebf0d6fe1e82dc8dc1b88bf5' } + s.source_files = '*.{h,m}' + s.requires_arc = true +end diff --git a/UrbanAirship-iOS-SDK/1.3.5/UrbanAirship-iOS-SDK.podspec b/UrbanAirship-iOS-SDK/1.3.5/UrbanAirship-iOS-SDK.podspec new file mode 100644 index 00000000..e46915a5 --- /dev/null +++ b/UrbanAirship-iOS-SDK/1.3.5/UrbanAirship-iOS-SDK.podspec @@ -0,0 +1,31 @@ +Pod::Spec.new do |s| + s.name = 'UrbanAirship-iOS-SDK' + s.version = '1.3.5' + s.license = 'BSD' + s.platform = :ios + + s.summary = 'A simple way to integrate Urban Airship services into your iOS applications.' + s.homepage = 'https://github.com/urbanairship/ios-library' + s.author = { 'Urban Airship' => 'support@urbanairship.com' } + s.source = { :git => 'https://github.com/urbanairship/ios-library.git', :tag => 'v1.3.5' } + + # Airship ships both UA-prefixed ASI and SBJson, as well as un-prefixed + # versions that are no longer used in the .xcodeproj. + files = FileList['Airship/**/*.{h,m,c}'] + files.exclude(/\/asi-http-request\//) + files.exclude(/\/json-framework\//) + files.exclude(/\/google-toolbox-for-mac\//) + files.exclude(/\/ZipFile-OC\//) + files.exclude(/\/Reachability.*/) + s.source_files = files + + s.dependency 'ZipArchive', '1.01h' + s.dependency 'Reachability', '3.1.0' + s.dependency 'ASIHTTPRequest', '1.8.1' + s.dependency 'SBJson', '3.1.1' + + s.libraries = 'z', 'sqlite3.0' + s.frameworks = 'CFNetwork', 'CoreGraphics', 'Foundation', 'MobileCoreServices', + 'Security', 'SystemConfiguration', 'UIKit', 'CoreTelephony', + 'StoreKit', 'CoreLocation', 'MapKit' +end \ No newline at end of file diff --git a/WeChatSDK/0.0.1/WeChatSDK.podspec b/WeChatSDK/0.0.1/WeChatSDK.podspec new file mode 100644 index 00000000..fb9c8890 --- /dev/null +++ b/WeChatSDK/0.0.1/WeChatSDK.podspec @@ -0,0 +1,19 @@ +Pod::Spec.new do |s| + s.name = "WeChatSDK" + s.version = "0.0.1" + s.summary = "The Official iOS SDK of WeChat from Tencent." + s.homepage = "http://dev.wechatapp.com/" + s.license = { + :type => 'Copyright', + :text => <<-LICENSE + Copyright (c) 2012 Tencent. All rights reserved. + LICENSE + } + s.author = { "Tencent" => "developer@wechatapp.com" } + s.source = { :http => "http://dev.wechatapp.com/download/sdk/WeChat_SDK_iOS_en.zip" } + s.platform = :ios + s.source_files = 'WeChat_SDK_iOSen/WXApiObject.h', 'WeChat_SDK_iOSen/WXApi.h' + s.preserve_paths = 'WeChat_SDK_iOSen/libWeChatSDK.a' + s.library = 'WeChatSDK' + s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '"$(PODS_ROOT)/WeChatSDK/WeChat_SDK_iOSen"' } +end diff --git a/WorkflowSchema/0.1.0/WorkflowSchema.podspec b/WorkflowSchema/0.1.0/WorkflowSchema.podspec new file mode 100644 index 00000000..68e4c4b8 --- /dev/null +++ b/WorkflowSchema/0.1.0/WorkflowSchema.podspec @@ -0,0 +1,13 @@ +Pod::Spec.new do |s| + s.name = "WorkflowSchema" + s.version = "0.1.0" + s.summary = "An iOS framework which allows you to define app workflows in XML." + s.homepage = "https://github.com/CRedit360/WorkflowSchema" + s.license = 'MIT' + s.author = { "Simon Booth" => "simon.booth@credit360.com" } + s.source = { :git => "https://github.com/CRedit360/WorkflowSchema.git", :tag => "0.1.0" } + s.platform = :ios, '5.0' + s.source_files = 'WorkflowSchema/Code' + s.resources = 'WorkflowSchema/*.lproj/WorkflowSchema.strings' + s.requires_arc = true +end diff --git a/WorkflowSchema/0.2.0/WorkflowSchema.podspec b/WorkflowSchema/0.2.0/WorkflowSchema.podspec new file mode 100644 index 00000000..4c198836 --- /dev/null +++ b/WorkflowSchema/0.2.0/WorkflowSchema.podspec @@ -0,0 +1,13 @@ +Pod::Spec.new do |s| + s.name = "WorkflowSchema" + s.version = "0.2.0" + s.summary = "An iOS framework which allows you to define app workflows in XML." + s.homepage = "https://github.com/CRedit360/WorkflowSchema" + s.license = 'MIT' + s.author = { "Simon Booth" => "simon.booth@credit360.com" } + s.source = { :git => "https://github.com/CRedit360/WorkflowSchema.git", :tag => "0.2.0" } + s.platform = :ios, '5.0' + s.source_files = 'WorkflowSchema/Code' + s.resources = 'WorkflowSchema/*.lproj/WorkflowSchema.strings' + s.requires_arc = true +end diff --git a/WorkflowSchema/0.3.0/WorkflowSchema.podspec b/WorkflowSchema/0.3.0/WorkflowSchema.podspec new file mode 100644 index 00000000..bc11fe6b --- /dev/null +++ b/WorkflowSchema/0.3.0/WorkflowSchema.podspec @@ -0,0 +1,13 @@ +Pod::Spec.new do |s| + s.name = "WorkflowSchema" + s.version = "0.3.0" + s.summary = "An iOS framework which allows you to define app workflows in XML." + s.homepage = "https://github.com/CRedit360/WorkflowSchema" + s.license = 'MIT' + s.author = { "Simon Booth" => "simon.booth@credit360.com" } + s.source = { :git => "https://github.com/CRedit360/WorkflowSchema.git", :tag => "0.3.0" } + s.platform = :ios, '5.0' + s.source_files = 'WorkflowSchema/Code' + s.resources = 'WorkflowSchema/*.lproj/WorkflowSchema.strings' + s.requires_arc = true +end diff --git a/YBStatechart/1.0.1/YBStatechart.podspec b/YBStatechart/1.0.1/YBStatechart.podspec new file mode 100644 index 00000000..7d3909c4 --- /dev/null +++ b/YBStatechart/1.0.1/YBStatechart.podspec @@ -0,0 +1,15 @@ +Pod::Spec.new do |s| + s.name = "YBStatechart" + s.version = "1.0.1" + s.summary = "Framework for statecharts. A statecharts is a formalized type of finite state machine." + s.homepage = "https://github.com/ronaldmannak/YBStatechart" + s.license = 'Apache 2.0' + s.authors = { "Martijn The" => "post@martijnthe.nl", "Ronald Mannak" => "ronaldmannak@me.com" } + + s.platform = :ios, '5.0' + + s.source = { :git => "https://github.com/ronaldmannak/YBStatechart.git", :tag => s.version.to_s } + s.source_files = 'YBStatechart/*.{h,m}' + + s.requires_arc = true +end diff --git a/ZBarSDK/1.3.1/ZBarSDK.podspec b/ZBarSDK/1.3.1/ZBarSDK.podspec new file mode 100644 index 00000000..a9c49f81 --- /dev/null +++ b/ZBarSDK/1.3.1/ZBarSDK.podspec @@ -0,0 +1,34 @@ +Pod::Spec.new do |s| + s.name = 'ZBarSDK' + s.version = '1.3.1' + s.platform = :ios + s.license = 'GNU LGPL 2.1' + s.summary = 'QR and barcode scan library.' + s.homepage = 'http://zbar.sourceforge.net/' + s.author = { 'Jeff Brown' => 'spadix@users.sourceforge.net' } + s.source = { :hg => 'http://zbar.hg.sourceforge.net:8000/hgroot/zbar/zbar', :tag => 'iPhoneSDK-1.3.1' } + + s.description = 'ZBar is an open source software suite for reading bar codes from various sources, such as video streams, ' \ + 'image files and raw intensity sensors. It supports many popular symbologies (types of bar codes) including ' \ + 'EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of 5 and QR Code.' + + s.resources = 'iphone/res/{zbar-*.png,zbar-help.html}' + + s.source_files = 'include/zbar.h', 'zbar/**/*.h', 'iphone/*.h', 'iphone/include/**/*.h', + 'zbar/{config,decoder,error,image,img_scanner,refcnt,scanner,symbol}.c', + 'zbar/decoder/{codabar,code39,code93,code128,databar,ean,i25,qr_finder}.c', + 'zbar/qrcode/*.c', + 'iphone/*.m' + + s.header_mappings_dir = 'zbar' + + s.frameworks = 'AVFoundation', 'CoreGraphics', 'CoreMedia', 'CoreVideo', 'QuartzCore' + + s.library = 'iconv' + + s.xcconfig = { "EXCLUDED_SOURCE_FILE_NAMES[sdk=iphoneos*][arch=*]" => 'ZBarReaderViewImpl_Simulator.m', + "EXCLUDED_SOURCE_FILE_NAMES[sdk=iphonesimulator*][arch=*]" => 'ZBarReaderViewImpl_Capture.m ZBarCaptureReader.m', + "GCC_PREPROCESSOR_DEFINITIONS" => '$(inherited) NDEBUG=1' } + + s.prefix_header_file = 'iphone/include/prefix.pch' +end diff --git a/ZXingObjC/2.0.1/ZXingObjC.podspec b/ZXingObjC/2.0.1/ZXingObjC.podspec index 7009d42b..38d60b3c 100644 --- a/ZXingObjC/2.0.1/ZXingObjC.podspec +++ b/ZXingObjC/2.0.1/ZXingObjC.podspec @@ -9,13 +9,9 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/TheLevelUp/ZXingObjC.git", :tag => "v2.0.1" } -# s.source_files = FileList['ZXingObjC/**/*.{h,cpp,m,mm}'].exclude(/.*ZXCode128Writer.m/) - s.source_files = 'ZXingObjC/**/*.{h,cpp,m,mm}' + s.source_files = 'ZXingObjC/**/*.{h,m}' s.requires_arc = false -# workaround for a missing import in objc/src/ZXing/ZXImage.mm -# s.prefix_header_contents = '#import ' - - s.libraries = 'stdc++', 'iconv' s.frameworks = 'ImageIO', 'CoreGraphics', 'CoreVideo', 'CoreMedia', 'QuartzCore', 'AVFoundation', 'AudioToolbox' + end diff --git a/coby/0.0.1/coby.podspec b/coby/0.0.1/coby.podspec new file mode 100644 index 00000000..4bffdd27 --- /dev/null +++ b/coby/0.0.1/coby.podspec @@ -0,0 +1,22 @@ +Pod::Spec.new do |s| + s.name = 'coby' + s.version = '0.0.1' + s.summary = 'Opinionated categories for Objective C.' + s.homepage = 'https://github.com/pjaspers/coby' + s.author = { 'pjaspers' => 'piet@jaspe.rs' } + s.source = { :git => 'https://github.com/pjaspers/coby.git', :commit => 'b03cd1965c3783085fe31cbd94fde6d90d0254ff' } + s.description = 'Opinionated categories on default objc-classes.' + s.license = { + :type => 'MIT', + :text => <<-LICENSE + Copyright (c) 2012 Piet Jaspers, Jelle Vandebeeck, Tom (@inferis) + + 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.source_files = "*.{h,m}" +end \ No newline at end of file diff --git a/iHasApp/2.0.1/iHasApp.podspec b/iHasApp/2.0.1/iHasApp.podspec new file mode 100644 index 00000000..9df44588 --- /dev/null +++ b/iHasApp/2.0.1/iHasApp.podspec @@ -0,0 +1,16 @@ +Pod::Spec.new do |s| + s.name = "iHasApp" + s.version = "2.0.1" + s.summary = "The iHasApp iOS Framework allows you to detect installed apps on a user's device." + s.description = <<-DESC + The iHasApp iOS Framework allows you to detect installed apps on a user's device. + Detection results can be in the form of an array of detected appIds, or an array of appDictionaries from the iTunes Search API. + DESC + s.homepage = "https://github.com/danielamitay/iHasApp" + s.license = 'MIT' + s.author = { "Daniel Amitay" => "hello@danielamitay.com" } + s.source = { :git => "https://github.com/danielamitay/iHasApp.git", :tag => "2.0.1"} + s.platform = :ios, '5.0' + s.resource = 'iHasApp.framework' + s.requires_arc = true +end diff --git a/iHasApp/2.1.0/iHasApp.podspec b/iHasApp/2.1.0/iHasApp.podspec new file mode 100644 index 00000000..1b4a0703 --- /dev/null +++ b/iHasApp/2.1.0/iHasApp.podspec @@ -0,0 +1,16 @@ +Pod::Spec.new do |s| + s.name = "iHasApp" + s.version = "2.1.0" + s.summary = "The iHasApp iOS Framework allows you to detect installed apps on a user's device." + s.description = <<-DESC + The iHasApp iOS Framework allows you to detect installed apps on a user's device. + Detection results can be in the form of an array of detected appIds, or an array of appDictionaries from the iTunes Search API. + DESC + s.homepage = "https://github.com/danielamitay/iHasApp" + s.license = 'MIT' + s.author = { "Daniel Amitay" => "hello@danielamitay.com" } + s.source = { :git => "https://github.com/danielamitay/iHasApp.git", :tag => "2.1.0"} + s.platform = :ios, '5.0' + s.source_files = 'iHasApp' + s.requires_arc = true +end diff --git a/iOS-MagnifyingGlass/0.0.1/iOS-MagnifyingGlass.podspec b/iOS-MagnifyingGlass/0.0.1/iOS-MagnifyingGlass.podspec new file mode 100644 index 00000000..ecd96165 --- /dev/null +++ b/iOS-MagnifyingGlass/0.0.1/iOS-MagnifyingGlass.podspec @@ -0,0 +1,13 @@ +Pod::Spec.new do |s| + s.name = 'iOS-MagnifyingGlass' + s.version = '0.0.1' + s.platform = :ios + s.license = 'MIT' + s.summary = 'A magnifying glass for iOS.' + s.homepage = 'https://github.com/acoomans/iOS-MagnifyingGlass' + s.author = { 'Arnaud Coomans' => 'arnaud.coomans@gmail.com' } + s.source = { :git => 'https://github.com/acoomans/iOS-MagnifyingGlass.git', :commit => '69f0f8817e996c9037d43dbf1812c890a3388acc' } + s.source_files = 'MagnifyingGlass/*.{h,m}' + s.resources = 'MagnifyingGlass/Resources/*.png' + s.requires_arc = true +end diff --git a/iTunesConnectHelper/1.0/iTunesConnectHelper.podspec b/iTunesConnectHelper/1.0/iTunesConnectHelper.podspec new file mode 100644 index 00000000..bbe08f1e --- /dev/null +++ b/iTunesConnectHelper/1.0/iTunesConnectHelper.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |s| + s.name = 'iTunesConnectHelper' + s.version = '1.0' + s.platform = :ios + s.summary = 'Helper class for making purchases with iTunes Connect.' + s.description = %{iTunesConnectHelper is a drop-in helper class for working with iTunes Connect and iTunes In-App Purchases. It makes the iTunes In-App Purchase process simplified and easy.} + s.homepage = 'https://github.com/ApptitudeNOLA/iTunesConnectHelper' + s.license = 'MIT' + s.author = { 'Chris Boyd' => 'chris@apptitudenola.com' } + s.source = { :git => 'https://github.com/ApptitudeNOLA/iTunesConnectHelper.git', :tag => '1.0' } + s.source_files = 'Classes', '*.{h,m}' + s.framework = 'StoreKit' + s.requires_arc = true +end diff --git a/libintl-alternative/0.1/libintl-alternative.podspec b/libintl-alternative/0.1.1/libintl-alternative.podspec similarity index 87% rename from libintl-alternative/0.1/libintl-alternative.podspec rename to libintl-alternative/0.1.1/libintl-alternative.podspec index 64893ed7..59ef3213 100644 --- a/libintl-alternative/0.1/libintl-alternative.podspec +++ b/libintl-alternative/0.1.1/libintl-alternative.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = "libintl-alternative" - s.version = "0.1" + s.version = "0.1.1" s.summary = "Replace libintl part of gettext runtime with NSBundle localizedString: for OSX/iOS." s.homepage = "https://github.com/youknowone/libintl-alternative" s.license = '2-clause BSD' s.author = { "Jeong YunWon" => "jeong@youknowone.org" } - s.source = { :git => "https://github.com/youknowone/libintl-alternative.git", :tag => "0.1" } + s.source = { :git => "https://github.com/youknowone/libintl-alternative.git", :tag => "0.1.1" } s.source_files = 'libintl.{h,m}' s.preserve_paths = 'bin/po_to_strings.rb' diff --git a/ltools/1.0/ltools.podspec b/ltools/1.0/ltools.podspec new file mode 100644 index 00000000..e77a4364 --- /dev/null +++ b/ltools/1.0/ltools.podspec @@ -0,0 +1,16 @@ +Pod::Spec.new do |s| + s.name = "ltools" + s.version = "1.0" + s.summary = "Tools to help with localising an iOS app." + s.description = "Tools to help with localising an iOS app. Currently this is a header file (L.h) with some convenience macros, and a script (L.sh) to check whether all your keys are included in your strings files. Use of L.sh requires the installation of 'ack'; if you have homebrew installed you can do this with 'brew install ack'." + s.homepage = "https://github.com/percysnoodle/ltools" + + s.license = 'MIT' + s.author = 'Simon Booth' + + s.source = { :git => "https://github.com/percysnoodle/ltools.git", :tag => "1.0" } + s.platform = :ios, '2.0' + + s.source_files = 'src' + s.preserve_paths = 'bin' +end diff --git a/lua/5.2.1/lua.podspec b/lua/5.2.1/lua.podspec new file mode 100644 index 00000000..fe4ba431 --- /dev/null +++ b/lua/5.2.1/lua.podspec @@ -0,0 +1,21 @@ +Pod::Spec.new do |s| + s.name = "lua" + s.version = "5.2.1" + s.summary = "The lua language (for embedding)." + s.homepage = "https://github.com/qmx/lua" + s.license = { :type => "MIT", + :text => <<-LICENSE +Copyright © 1994–2012 Lua.org, PUC-Rio. +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 = { "The Lua team" => "team@lua.org" } + s.source = { :git => "https://github.com/qmx/lua.git", :tag => "5.2.1" } + s.ios.deployment_target = '4.0' + s.osx.deployment_target = '10.6' + s.source_files = 'src/' +end diff --git a/objc-utils/0.2.5/objc-utils.podspec b/objc-utils/0.2.5/objc-utils.podspec new file mode 100644 index 00000000..72b592f3 --- /dev/null +++ b/objc-utils/0.2.5/objc-utils.podspec @@ -0,0 +1,39 @@ +Pod::Spec.new do |s| + s.name = "objc-utils" + s.version = "0.2.5" + s.summary = "Utilities for developing with Objective-C, particularly under iOS." + s.description = <<-DESC + This is a collection of useful classes and extensions for common classes in CoreFoundation and UIKit. + + * Various categories to make the standard CoreFoundation and UIKit classes more useful. + * A few helper classes with the same purpose. + DESC + s.homepage = "https://github.com/mruegenberg/objc-utils" + s.license = { + :type => 'Custom Permissive Free Software Licence', + :text => <<-LICENSE + You can redistribute and use in your commercial or non-commercial projects all of this code. + No guarantee is expressed or implied. + If you redistribute the code, license notices and the name of the original author (if contained in the code) must be preserved. + LICENSE + } + s.author = { "Marcel Ruegenberg" => "github@dustlab.com" } + s.source = { :git => "https://github.com/mruegenberg/objc-utils.git", :tag => "0.2.5" } + + s.platform = :ios, "5.0" + s.requires_arc = true + + s.source_files = 'Util.h', 'Util.m' + + s.subspec 'CoreFoundation' do |sp| + sp.source_files = 'CoreFoundation/**/*.{h,m,c}' + s.library = 'z' + s.framework = 'CoreFoundation' + end + + s.subspec 'UIKit' do |sp| + sp.source_files = 'UIKit/**/*.{h,m,c}' + s.framework = 'UIKit' + s.resources = 'UIKit/ViewUtil/*.png' + end +end diff --git a/objectiveflickr/2.0.2/objectiveflickr.podspec b/objectiveflickr/2.0.2/objectiveflickr.podspec index b75b9860..72a49ddd 100644 --- a/objectiveflickr/2.0.2/objectiveflickr.podspec +++ b/objectiveflickr/2.0.2/objectiveflickr.podspec @@ -26,6 +26,6 @@ Pod::Spec.new do |s| s.platform = :ios s.source_files = 'Source/*.{h,m}' , 'LFWebAPIKit/*.{h,m}' s.resources = 'BridgeSupport' - s.framework = 'SystemConfiguration' + s.frameworks = 'SystemConfiguration', 'CFNetwork' end