├── CocoaPods-version.yml ├── .gitignore ├── .travis.yml ├── IAInfiniteGridView └── .gitignore ├── Gemfile ├── SkyLab ├── 0.0.1 │ └── SkyLab.podspec └── 0.0.2 │ └── SkyLab.podspec ├── AnyJSON └── 0.0.1 │ └── AnyJSON.podspec ├── EDQueue └── 0.2.0 │ └── EDQueue.podspec ├── KISSmetrics └── 1.0.0 │ └── KISSmetrics.podspec ├── LRTableModel └── 1.0 │ └── LRTableModel.podspec ├── FMDB ├── 1.5 │ └── FMDB.podspec └── 1.5.1 │ └── FMDB.podspec ├── DIYConduit ├── 0.2.2 │ └── DIYConduit.podspec └── 0.3.0 │ └── DIYConduit.podspec ├── IMAPClient └── 0.0.2 │ └── IMAPClient.podspec ├── CSV └── 0.0.1 │ └── CSV.podspec ├── JSONKit ├── 1.4 │ └── JSONKit.podspec └── 1.5pre │ └── JSONKit.podspec ├── OCLogTemplate └── 1.0 │ └── OCLogTemplate.podspec ├── SBJson ├── 3.0.4 │ └── SBJson.podspec ├── 3.1 │ └── SBJson.podspec ├── 3.1.1 │ └── SBJson.podspec └── 2.2.3 │ └── SBJson.podspec ├── SOCKit └── 0.0.1 │ └── SOCKit.podspec ├── DIYJazzHands └── 0.1.0 │ └── DIYJazzHands.podspec ├── EGOCache └── 0.1.0 │ └── EGOCache.podspec ├── GVCache └── 1.0.1 │ └── GVCache.podspec ├── InflectorKit └── 0.0.1 │ └── InflectorKit.podspec ├── Sequencer ├── 1.0.0 │ └── Sequencer.podspec └── 1.0.1 │ └── Sequencer.podspec ├── EDStorage ├── 0.1.4 │ └── EDStorage.podspec ├── 0.1.5 │ └── EDStorage.podspec ├── 0.2.0 │ └── EDStorage.podspec ├── 0.2.1 │ └── EDStorage.podspec └── 0.2.2 │ └── EDStorage.podspec ├── GroundControl ├── 0.0.1 │ └── GroundControl.podspec └── 0.0.2 │ └── GroundControl.podspec ├── Objection ├── 0.9 │ └── Objection.podspec ├── 0.8.7 │ └── Objection.podspec ├── 0.10 │ └── Objection.podspec ├── 0.12.1 │ └── Objection.podspec ├── 0.13.0 │ └── Objection.podspec ├── 0.13.2 │ └── Objection.podspec ├── 0.14.0 │ └── Objection.podspec ├── 0.14.1 │ └── Objection.podspec ├── 0.14.2 │ └── Objection.podspec ├── 0.15.0 │ └── Objection.podspec ├── 0.15.1 │ └── Objection.podspec └── 0.15.2 │ └── Objection.podspec ├── Orbiter └── 0.0.1 │ └── Orbiter.podspec ├── Parcoa └── 0.0.1 │ └── Parcoa.podspec ├── Rivet ├── 0.0.1 │ └── Rivet.podspec └── 0.0.2 │ └── Rivet.podspec ├── crackify └── 0.0.1 │ └── crackify.podspec ├── KSCrypto ├── 1.0.2 │ └── KSCrypto.podspec └── 1.1.1 │ └── KSCrypto.podspec ├── MBCommon ├── 1.0 │ └── MBCommon.podspec ├── 1.1 │ └── MBCommon.podspec └── 1.0.1 │ └── MBCommon.podspec ├── MBHMAC └── 0.0.1 │ └── MBHMAC.podspec ├── OHHTTPStubs └── 1.0.1 │ └── OHHTTPStubs.podspec ├── Raven └── 0.1.0 │ └── Raven.podspec ├── SDURLCache └── 1.2 │ └── SDURLCache.podspec ├── Stubbilino └── 0.1.1 │ └── Stubbilino.podspec ├── EXiLE ├── 1.0.0 │ └── EXiLE.podspec └── 1.0.1 │ └── EXiLE.podspec ├── GetGravatar ├── 1.0 │ └── GetGravatar.podspec └── 1.1 │ └── GetGravatar.podspec ├── Godzippa ├── 0.1.0 │ └── Godzippa.podspec ├── 0.1.2 │ └── Godzippa.podspec └── 0.1.1 │ └── Godzippa.podspec ├── IGFuture ├── 0.2.0 │ └── IGFuture.podspec ├── 0.2.1 │ └── IGFuture.podspec └── 0.2.2 │ └── IGFuture.podspec ├── MTDates ├── 0.0.4 │ └── MTDates.podspec ├── 0.1.0 │ └── MTDates.podspec ├── 0.1.1 │ └── MTDates.podspec ├── 0.2.0 │ └── MTDates.podspec ├── 0.3.0 │ └── MTDates.podspec ├── 0.4.0 │ └── MTDates.podspec ├── 0.4.1 │ └── MTDates.podspec ├── 0.5.0 │ └── MTDates.podspec ├── 0.6.0 │ └── MTDates.podspec ├── 0.6.1 │ └── MTDates.podspec ├── 0.6.2 │ └── MTDates.podspec ├── 0.7.0 │ └── MTDates.podspec ├── 0.7.1 │ └── MTDates.podspec ├── 0.7.2 │ └── MTDates.podspec ├── 0.7.3 │ └── MTDates.podspec ├── 0.7.4 │ └── MTDates.podspec ├── 0.7.5 │ └── MTDates.podspec ├── 0.8.0 │ └── MTDates.podspec ├── 0.9.0 │ └── MTDates.podspec ├── 0.9.1 │ └── MTDates.podspec └── 0.9.2 │ └── MTDates.podspec ├── Posit └── 0.0.1 │ └── Posit.podspec ├── ZKTextField └── 0.0.1 │ └── ZKTextField.podspec ├── Base64nl ├── 1.0.2 │ └── Base64nl.podspec └── 1.1 │ └── Base64nl.podspec ├── Handsy ├── 0.0.1 │ └── Handsy.podspec └── 0.1.0 │ └── Handsy.podspec ├── Pensive └── 0.0.1 │ └── Pensive.podspec ├── rump-ios └── 1.0.0 │ └── rump-ios.podspec ├── Base32 └── 1.0.1 │ └── Base32.podspec ├── Base64 ├── 1.0.0 │ └── Base64.podspec └── 1.0.1 │ └── Base64.podspec ├── Bindings ├── 0.0.1 │ └── Bindings.podspec ├── 0.1.0 │ └── Bindings.podspec ├── 0.1.1 │ └── Bindings.podspec └── 0.2.0 │ └── Bindings.podspec ├── Colours ├── 0.0.1 │ ├── 0.0.1 │ └── Colours.podspec ├── 2.0 │ └── Colours.podspec └── 1.0.1 │ └── Colours.podspec ├── CoreParse ├── 1.1 │ └── CoreParse.podspec └── 1.0.0 │ └── CoreParse.podspec ├── Evernote-SDK-Mac └── 1.22 │ └── Evernote-SDK-Mac.podspec ├── MFCache └── 0.0.1 │ └── MFCache.podspec ├── Mixpanel └── 0.0.1 │ └── Mixpanel.podspec ├── RSMenuView └── 0.6 │ └── RSMenuView.podspec ├── SDWebImage └── 2.4 │ └── SDWebImage.podspec ├── TransitionKit ├── 1.0.0 │ └── TransitionKit.podspec └── 1.1.0 │ └── TransitionKit.podspec ├── CTidy ├── 0.3.1 │ └── CTidy.podspec ├── 0.1.0 │ └── CTidy.podspec └── 0.2.0 │ └── CTidy.podspec ├── INKeychainAccess └── 1.0 │ └── INKeychainAccess.podspec ├── LKbadgeView ├── 1.0.0 │ └── LKbadgeView.podspec ├── 0.0.1 │ └── LKbadgeView.podspec └── 1.1.0 │ └── LKbadgeView.podspec ├── LRMocky ├── 0.9.0 │ └── LRMocky.podspec └── 0.9.1 │ └── LRMocky.podspec ├── NSEnumeratorLinq ├── 0.0.1 │ └── NSEnumeratorLinq.podspec └── 0.1.0 │ └── NSEnumeratorLinq.podspec ├── CHCSVParser ├── 2.0.2 │ └── CHCSVParser.podspec └── 2.0.4 │ └── CHCSVParser.podspec ├── CJString └── 1.0 │ └── CJString.podspec ├── GBCli └── 1.0 │ └── GBCli.podspec ├── NyaruDB ├── 1.3.1 │ └── NyaruDB.podspec └── 1.3.3 │ └── NyaruDB.podspec ├── RXCollections └── 1.0 │ └── RXCollections.podspec ├── Syringe └── 0.9 │ └── Syringe.podspec ├── libPusher ├── 1.3 │ └── libPusher.podspec ├── 1.4 │ └── libPusher.podspec ├── 1.1 │ └── libPusher.podspec └── 1.2 │ └── libPusher.podspec ├── Antenna └── 0.0.1 │ └── Antenna.podspec ├── INAppStoreWindow ├── 1.0 │ └── INAppStoreWindow.podspec └── 1.1 │ └── INAppStoreWindow.podspec ├── MFSideMenu ├── 0.4.1 │ └── MFSideMenu.podspec ├── 0.4 │ └── MFSideMenu.podspec ├── 0.5.0 │ └── MFSideMenu.podspec ├── 0.5.1 │ └── MFSideMenu.podspec ├── 0.5.2 │ └── MFSideMenu.podspec ├── 0.4.3 │ └── MFSideMenu.podspec ├── 0.4.4 │ └── MFSideMenu.podspec ├── 0.4.5 │ └── MFSideMenu.podspec ├── 0.4.6 │ └── MFSideMenu.podspec ├── 0.4.7 │ └── MFSideMenu.podspec └── 0.4.8 │ └── MFSideMenu.podspec ├── NSUUID ├── 1.0.0 │ └── NSUUID.podspec └── 1.0.1 │ └── NSUUID.podspec ├── ObjectiveMixin ├── 1.0.0 │ └── ObjectiveMixin.podspec └── 0.0.1 │ └── ObjectiveMixin.podspec ├── RSOAuthEngine └── 1.0.0 │ └── RSOAuthEngine.podspec ├── AlertNinja └── 0.0.1 │ └── AlertNinja.podspec ├── JSGCDDispatcher ├── 0.2 │ └── JSGCDDispatcher.podspec ├── 0.3 │ └── JSGCDDispatcher.podspec ├── 0.4 │ └── JSGCDDispatcher.podspec └── 0.5 │ └── JSGCDDispatcher.podspec ├── JTCategories └── 0.0.1 │ └── JTCategories.podspec ├── MCUIColorUtils └── 1.0.0 │ └── MCUIColorUtils.podspec ├── PhoneNumberFormatter └── 0.1.0 │ └── PhoneNumberFormatter.podspec ├── SMXObject └── 1.1 │ └── SMXObject.podspec ├── YIPopupTextView └── 0.0.1 │ └── YIPopupTextView.podspec ├── AdMobHelper ├── 6.4.0 │ └── AdMobHelper.podspec ├── 6.2.1 │ └── AdMobHelper.podspec └── 6.3.0 │ └── AdMobHelper.podspec ├── CDEvents └── 1.2.0 │ └── CDEvents.podspec ├── Caboodle ├── 0.1.0 │ └── Caboodle.podspec ├── 0.2.0 │ └── Caboodle.podspec └── 0.3.0 │ └── Caboodle.podspec ├── CocoaLumberjack ├── 1.0 │ └── CocoaLumberjack.podspec ├── 1.1 │ └── CocoaLumberjack.podspec └── 1.2 │ └── CocoaLumberjack.podspec ├── JCPriorityQueue └── 0.0.1 │ └── JCPriorityQueue.podspec ├── LineKit └── 1.0.0 │ └── LineKit.podspec ├── Lockbox ├── 1.2.0 │ └── Lockbox.podspec ├── 1.0.2 │ └── Lockbox.podspec ├── 1.1.0 │ └── Lockbox.podspec └── 1.4.2 │ └── Lockbox.podspec ├── NSHash ├── 1.0.0 │ └── NSHash.podspec └── 1.0.1 │ └── NSHash.podspec ├── TKRoundedView ├── 0.2 │ └── TKRoundedView.podspec └── 0.3 │ └── TKRoundedView.podspec ├── TransformerKit ├── 0.0.1 │ └── TransformerKit.podspec ├── 0.0.2 │ └── TransformerKit.podspec ├── 0.1.0 │ └── TransformerKit.podspec ├── 0.2.0 │ └── TransformerKit.podspec ├── 0.2.1 │ └── TransformerKit.podspec └── 0.2.2 │ └── TransformerKit.podspec ├── AGi18n └── 0.0.1 │ └── AGi18n.podspec ├── CupertinoYankee ├── 0.1.0 │ └── CupertinoYankee.podspec └── 0.1.1 │ └── CupertinoYankee.podspec ├── DOSingleton └── 0.0.1 │ └── DOSingleton.podspec ├── JTApplication └── 0.0.1 │ └── JTApplication.podspec ├── MFMathLib └── 1.0.0 │ └── MFMathLib.podspec ├── SEDraggable └── 1.0.0 │ └── SEDraggable.podspec ├── SVHTTPRequest └── 0.2 │ └── SVHTTPRequest.podspec ├── Toast └── 2.0 │ └── Toast.podspec ├── UDTableView └── 1.0.0 │ └── UDTableView.podspec ├── UIViewPlusPosition └── 0.0.1 │ └── UIViewPlusPosition.podspec ├── Braille ├── 0.0.3 │ └── Braille.podspec ├── 0.1.0 │ └── Braille.podspec └── 0.0.2 │ └── Braille.podspec ├── CJRouter └── 1.0 │ └── CJRouter.podspec ├── DDURLParser └── 0.0.1 │ └── DDURLParser.podspec ├── MD5Digest └── 0.1.0 │ └── MD5Digest.podspec ├── NSObject-Tap └── 1.0.0 │ └── NSObject-Tap.podspec ├── SPSuccinct ├── 1.0.0 │ └── SPSuccinct.podspec └── 1.0.1 │ └── SPSuccinct.podspec ├── AFNetworking ├── 0.9.0 │ └── AFNetworking.podspec ├── 0.9.1 │ └── AFNetworking.podspec ├── 0.9.2 │ └── AFNetworking.podspec └── 1.0RC1 │ └── AFNetworking.podspec ├── AGImageChecker └── 0.0.1 │ └── AGImageChecker.podspec ├── MBRequest └── 1.3 │ └── MBRequest.podspec ├── MCDateExtensions └── 1.0.0 │ └── MCDateExtensions.podspec ├── NSArrayAux └── 0.0.1 │ └── NSArrayAux.podspec ├── ObjectiveRecord ├── 0.8 │ └── ObjectiveRecord.podspec └── 0.9 │ └── ObjectiveRecord.podspec ├── TTTLocalizedPluralString ├── 0.0.1 │ └── TTTLocalizedPluralString.podspec ├── 0.0.2 │ └── TTTLocalizedPluralString.podspec ├── 0.0.3 │ └── TTTLocalizedPluralString.podspec └── 0.0.4 │ └── TTTLocalizedPluralString.podspec ├── Typewriter ├── 0.0.1 │ └── Typewriter.podspec ├── 0.0.2 │ └── Typewriter.podspec ├── 0.0.3 │ └── Typewriter.podspec └── 0.1.0 │ └── Typewriter.podspec ├── ZKSforce ├── 26 │ └── ZKSforce.podspec ├── 27 │ └── ZKSforce.podspec └── 25.0.2 │ └── ZKSforce.podspec ├── taskit └── 0.0.1 │ └── taskit.podspec ├── GCCommonCode-iOS └── 0.0.1 │ └── GCCommonCode-iOS.podspec ├── Injective ├── 0.2.0 │ └── Injective.podspec ├── 0.2.1 │ └── Injective.podspec └── 0.2.2 │ └── Injective.podspec ├── KSLabel ├── 0.1.0 │ └── KSLabel.podspec ├── 0.1.1 │ └── KSLabel.podspec └── 0.1.2 │ └── KSLabel.podspec ├── PINView └── 0.1 │ └── PINView.podspec ├── RegexKitLite └── 4.0 │ └── RegexKitLite.podspec ├── SecureUDID └── 1.1 │ └── SecureUDID.podspec ├── TownPlan └── 0.0.1 │ └── TownPlan.podspec ├── UAGithubEngine ├── 2.1 │ └── UAGithubEngine.podspec ├── 2.0.0 │ └── UAGithubEngine.podspec ├── 2.0.1 │ └── UAGithubEngine.podspec ├── 2.2 │ └── UAGithubEngine.podspec └── 2.3 │ └── UAGithubEngine.podspec ├── 500px-iOS-api └── 1.0.2 │ └── 500px-iOS-api.podspec ├── DropBlocks ├── 0.0.2 │ └── DropBlocks.podspec └── 0.0.1 │ └── DropBlocks.podspec ├── IGDigest └── 1.0.0 │ └── IGDigest.podspec ├── JMFrame └── 0.1 │ └── JMFrame.podspec ├── JWSplitView └── 0.1.1 │ └── JWSplitView.podspec ├── MNColorKit ├── 1.0.0 │ └── MNColorKit.podspec └── 1.0.1 │ └── MNColorKit.podspec ├── Overline └── 0.0.1 │ └── Overline.podspec ├── QBPopupMenu └── 1.0 │ └── QBPopupMenu.podspec ├── REKit ├── 1.0.0 │ └── REKit.podspec ├── 1.0.1 │ └── REKit.podspec └── 1.0.2 │ └── REKit.podspec ├── Surikae └── 0.2.1 │ └── Surikae.podspec ├── AwesomeMenu └── 1.0.0 │ └── AwesomeMenu.podspec ├── BMXSwitch └── 1.0 │ └── BMXSwitch.podspec ├── ConciseKit ├── 0.1.0 │ └── ConciseKit.podspec ├── 0.1.1 │ └── ConciseKit.podspec └── 0.1.2 │ └── ConciseKit.podspec ├── DRKonamiCode └── 1.0.0 │ └── DRKonamiCode.podspec ├── DTWebArchive └── 0.0.1 │ └── DTWebArchive.podspec ├── EventEmitter ├── 0.1.0 │ └── EventEmitter.podspec └── 0.1.1 │ └── EventEmitter.podspec ├── GZIP └── 1.0 │ └── GZIP.podspec ├── MGBenchmark ├── 0.1.0 │ └── MGBenchmark.podspec ├── 0.1.1 │ └── MGBenchmark.podspec └── 0.2.0 │ └── MGBenchmark.podspec ├── MTGeometry ├── 0.0.1 │ └── MTGeometry.podspec ├── 0.0.2 │ └── MTGeometry.podspec └── 0.0.3 │ └── MTGeometry.podspec ├── NSRemoteLog └── 0.0.1 │ └── NSRemoteLog.podspec ├── Novocaine └── 0.0.1 │ └── Novocaine.podspec ├── PMPKVObservation └── 0.1 │ └── PMPKVObservation.podspec ├── PSStackedView └── 0.1 │ └── PSStackedView.podspec ├── VPPMap └── 0.2.0 │ └── VPPMap.podspec ├── VPPReachability └── 0.1.0 │ └── VPPReachability.podspec ├── XcodeEditor └── 1.3 │ └── XcodeEditor.podspec ├── objc-geohash └── 0.0.1 │ └── objc-geohash.podspec ├── ABMultiton ├── 1.0.0 │ └── ABMultiton.podspec └── 1.0.1 │ └── ABMultiton.podspec ├── AKSemanticView └── 0.0.1 │ └── AKSemanticView.podspec ├── CJImageMerge └── 1.0 │ └── CJImageMerge.podspec ├── CSLinearLayoutView └── 1.0 │ └── CSLinearLayoutView.podspec ├── DLStarRating └── 1.1 │ └── DLStarRating.podspec ├── DPToastView ├── 0.1 │ └── DPToastView.podspec ├── 0.2 │ └── DPToastView.podspec └── 0.2b │ └── DPToastView.podspec ├── FPPopover ├── 1.4 │ └── FPPopover.podspec └── 1.4.1 │ └── FPPopover.podspec ├── KeepLayout ├── 0.3.0 │ └── KeepLayout.podspec └── 0.3.1 │ └── KeepLayout.podspec ├── MCDebuggingTools └── 0.5.0 │ └── MCDebuggingTools.podspec ├── MulticastDelegate └── 0.0.1 │ └── MulticastDelegate.podspec ├── NSData+MD5Digest └── 1.0.0 │ └── NSData+MD5Digest.podspec ├── RSActionSheet └── 1.0.0 │ └── RSActionSheet.podspec ├── TLSignals └── 0.1 │ └── TLSignals.podspec ├── UIBezierPath-Symbol └── 1.0.0 │ └── UIBezierPath-Symbol.podspec ├── CocoaSecurity └── 1.2 │ └── CocoaSecurity.podspec ├── FCYAsserts ├── 1.0.0 │ └── FCYAsserts.podspec └── 1.0.1 │ └── FCYAsserts.podspec ├── LRImageManager └── 0.1 │ └── LRImageManager.podspec ├── MIHGradientView └── 1.0.0 │ └── MIHGradientView.podspec ├── MTPocket └── 0.4.0 │ └── MTPocket.podspec ├── PSAlertView └── 1.1 │ └── PSAlertView.podspec ├── PunchScrollView ├── 1.0.1 │ └── PunchScrollView.podspec └── 1.0.2 │ └── PunchScrollView.podspec ├── Routable ├── 0.0.1 │ └── Routable.podspec └── 0.0.2 │ └── Routable.podspec ├── StackBluriOS └── 0.0.1 │ └── StackBluriOS.podspec ├── TouchJSON └── 1.0 │ └── TouchJSON.podspec ├── YIInnerShadowView └── 1.0.0 │ └── YIInnerShadowView.podspec ├── A2StoryboardSegueContext └── 1.0 │ └── A2StoryboardSegueContext.podspec ├── ACEToolKit └── 0.0.2 │ └── ACEToolKit.podspec ├── AFOAuth2Client └── 0.0.1 │ └── AFOAuth2Client.podspec ├── CZGSpinLayer └── 0.2.0 │ └── CZGSpinLayer.podspec ├── CollapseClick ├── 0.0.1 │ └── CollapseClick.podspec └── 1.0.1 │ └── CollapseClick.podspec └── EDColor ├── 0.0.3 └── EDColor.podspec ├── 0.0.4 └── EDColor.podspec └── 0.1.0 └── EDColor.podspec /CocoaPods-version.yml: -------------------------------------------------------------------------------- 1 | --- 2 | last: 0.19.1 3 | min: 0.18.1 4 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .*.sw? 2 | .DS_Store 3 | .rbenv-version 4 | .idea 5 | -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- 1 | language: objective-c 2 | env: 3 | - RVM_RUBY_VERSION=system 4 | before_install: source ~/.rvm/scripts/rvm && rvm use $RVM_RUBY_VERSION 5 | install: bundle install 6 | script: bundle exec rake 7 | -------------------------------------------------------------------------------- /IAInfiniteGridView/.gitignore: -------------------------------------------------------------------------------- 1 | # Xcode 2 | build/* 3 | *.pbxuser 4 | !default.pbxuser 5 | *.mode1v3 6 | !default.mode1v3 7 | *.mode2v3 8 | !default.mode2v3 9 | *.perspectivev3 10 | !default.perspectivev3 11 | *.xcworkspace 12 | !default.xcworkspace 13 | xcuserdata 14 | profile 15 | *.moved-aside 16 | 17 | *.DS_Store 18 | -------------------------------------------------------------------------------- /Gemfile: -------------------------------------------------------------------------------- 1 | source "http://rubygems.org" 2 | 3 | # For now use 0.17 master 4 | # gem 'cocoapods', ">= #{YAML.load_file(File.dirname(__FILE__) + "/CocoaPods-version.yml")['last']}" 5 | gem "cocoapods-core", :git => "git://github.com/CocoaPods/Core.git" 6 | gem "cocoapods", :git => "git://github.com/CocoaPods/CocoaPods.git" 7 | 8 | gem 'rake' 9 | -------------------------------------------------------------------------------- /SkyLab/0.0.1/SkyLab.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'SkyLab' 3 | s.version = '0.0.1' 4 | s.license = 'MIT' 5 | s.summary = 'Multivariate & A/B Testing for iOS and Mac.' 6 | s.homepage = 'https://github.com/mattt/SkyLab' 7 | s.authors = { 'Mattt Thompson' => 'm@mattt.me' } 8 | s.source = { :git => 'https://github.com/mattt/SkyLab.git', :tag => '0.0.1' } 9 | s.source_files = 'SkyLab/*.{h,m}' 10 | end 11 | -------------------------------------------------------------------------------- /SkyLab/0.0.2/SkyLab.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'SkyLab' 3 | s.version = '0.0.2' 4 | s.license = 'MIT' 5 | s.summary = 'Multivariate & A/B Testing for iOS and Mac.' 6 | s.homepage = 'https://github.com/mattt/SkyLab' 7 | s.authors = { 'Mattt Thompson' => 'm@mattt.me' } 8 | s.source = { :git => 'https://github.com/mattt/SkyLab.git', :tag => '0.0.2' } 9 | s.source_files = 'SkyLab/*.{h,m}' 10 | end 11 | -------------------------------------------------------------------------------- /AnyJSON/0.0.1/AnyJSON.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'AnyJSON' 3 | s.version = '0.0.1' 4 | s.license = 'MIT' 5 | s.summary = 'Encode / Decode JSON by any means possible.' 6 | s.homepage = 'https://github.com/mattt/AnyJSON' 7 | s.authors = { 'Mattt Thompson' => 'm@mattt.me' } 8 | s.source = { :git => 'https://github.com/mattt/AnyJSON.git', :tag => '0.0.1' } 9 | s.source_files = 'AnyJSON.{h,m}' 10 | end 11 | -------------------------------------------------------------------------------- /EDQueue/0.2.0/EDQueue.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'EDQueue' 3 | s.version = '0.2.0' 4 | s.license = 'Apache 2.0' 5 | s.summary = 'A threaded job queue for iOS.' 6 | s.homepage = 'https://github.com/thisandagain/queue' 7 | s.authors = {'Andrew Sliwinski' => 'andrew@diy.org'} 8 | s.source = { :git => 'https://github.com/thisandagain/queue.git', :tag => 'v0.2.0' } 9 | s.platform = :ios 10 | s.source_files = 'EDQueue' 11 | end -------------------------------------------------------------------------------- /KISSmetrics/1.0.0/KISSmetrics.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'KISSmetrics' 3 | s.version = '1.0.0' 4 | s.license = 'MIT' 5 | s.summary = 'Library for KISSmetrics.' 6 | s.homepage = 'http://www.kissmetrics.com' 7 | s.author = { 'kissmetrics' => 'support@kissmetrics.com' } 8 | s.source = { :git => 'https://github.com/enriquez/KISSmetrics-iOS-Mac-OS-X-Library.git', :tag => '1.0.0' } 9 | s.source_files = '*.{h,m}' 10 | end 11 | -------------------------------------------------------------------------------- /LRTableModel/1.0/LRTableModel.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'LRTableModel' 3 | s.version = '1.0' 4 | s.license = 'MIT' 5 | s.summary = 'A JTable-inspired alternative way of modelling your table view data.' 6 | s.homepage = 'https://github.com/lukeredpath/LRTableModel' 7 | s.author = 'Luke Redpath' 8 | s.source = { :git => 'https://github.com/lukeredpath/LRTableModel.git', :tag => 'v1.0' } 9 | s.source_files = 'Classes' 10 | 11 | end 12 | -------------------------------------------------------------------------------- /FMDB/1.5/FMDB.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'FMDB' 3 | s.version = '1.5' 4 | s.summary = 'A Cocoa / Objective-C wrapper around SQLite.' 5 | s.homepage = 'https://github.com/ccgus/fmdb' 6 | s.license = 'MIT' 7 | s.author = { 'August Mueller' => 'gus@flyingmeat.com' } 8 | s.source = { :git => 'https://github.com/ccgus/fmdb.git', 9 | :tag => 'v1.5' } 10 | 11 | s.source_files = 'src/FM*.*' 12 | s.library = 'sqlite3' 13 | end 14 | -------------------------------------------------------------------------------- /DIYConduit/0.2.2/DIYConduit.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'DIYConduit' 3 | s.version = '0.2.2' 4 | s.license = 'Apache 2.0' 5 | s.summary = 'JS to Objective-C... and back again.' 6 | s.homepage = 'https://github.com/thisandagain/conduit' 7 | s.authors = {'Andrew Sliwinski' => 'andrew@diy.org'} 8 | s.source = { :git => 'https://github.com/thisandagain/conduit.git', :tag => 'v0.2.2' } 9 | s.platform = :ios 10 | s.source_files = 'DIYConduit' 11 | end -------------------------------------------------------------------------------- /FMDB/1.5.1/FMDB.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'FMDB' 3 | s.version = '1.5.1' 4 | s.summary = 'A Cocoa / Objective-C wrapper around SQLite.' 5 | s.homepage = 'https://github.com/ccgus/fmdb' 6 | s.license = 'MIT' 7 | s.author = { 'August Mueller' => 'gus@flyingmeat.com' } 8 | s.source = { :git => 'https://github.com/ccgus/fmdb.git', 9 | :tag => 'v1.5.1' } 10 | 11 | s.source_files = 'src/FM*.*' 12 | s.library = 'sqlite3' 13 | end 14 | -------------------------------------------------------------------------------- /IMAPClient/0.0.2/IMAPClient.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'IMAPClient' 3 | s.version = '0.0.2' 4 | s.license = 'MIT' 5 | s.summary = 'An asynchrounous IMAP client for iOS.' 6 | s.homepage = 'https://github.com/bcoe/IMAPClient' 7 | s.author = { 'bcoe' => 'bencoe@gmail.com' } 8 | s.source = { :git => 'https://github.com/bcoe/IMAPClient.git', :tag => '0.0.2' } 9 | s.platform = :ios 10 | s.source_files = 'Classes', 'Classes/**/*.{h,m}' 11 | end 12 | -------------------------------------------------------------------------------- /CSV/0.0.1/CSV.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'CSV' 3 | s.version = '0.0.1' 4 | s.license = 'MIT' 5 | s.platform = :ios, '5.0' 6 | s.summary = "Format data to the comma-separated values format." 7 | s.homepage = 'https://github.com/rdavies/CSV' 8 | s.author = { 'Ryan Davies' => 'ryan@ryandavies.net' } 9 | s.source = { :git => 'https://github.com/rdavies/CSV.git', :tag => s.version.to_s } 10 | s.source_files = 'CSV/*.{h,m}' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /JSONKit/1.4/JSONKit.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'JSONKit' 3 | s.version = '1.4' 4 | s.license = 'BSD / Apache License, Version 2.0' 5 | s.summary = 'A Very High Performance Objective-C JSON Library.' 6 | s.homepage = 'https://github.com/johnezang/JSONKit' 7 | s.author = 'John Engelhart' 8 | s.source = { :git => 'https://github.com/johnezang/JSONKit.git', :tag => 'v1.4' } 9 | 10 | s.source_files = 'JSONKit.*' 11 | s.requires_arc = false 12 | end 13 | -------------------------------------------------------------------------------- /OCLogTemplate/1.0/OCLogTemplate.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'OCLogTemplate' 3 | s.version = '1.0' 4 | s.license = 'Apache2' 5 | s.summary = 'A logging framework for Objective-C projects.' 6 | s.homepage = 'https://github.com/jasperblues/OCLogTemplate' 7 | s.author = { 'Jasper Blues' => 'jasper.blues@me.com' } 8 | s.source = { :git => 'https://github.com/jasperblues/OCLogTemplate.git', :tag => 'v1.0'} 9 | s.source_files = 'OCLogTemplate.h' 10 | end 11 | -------------------------------------------------------------------------------- /SBJson/3.0.4/SBJson.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'SBJson' 3 | s.version = '3.0.4' 4 | s.license = 'BSD' 5 | s.summary = 'This library implements strict JSON parsing and generation in Objective-C.' 6 | s.homepage = 'http://stig.github.com/json-framework/' 7 | s.author = { 'Stig Brautaset' => 'stig@brautaset.org' } 8 | s.source = { :git => 'https://github.com/stig/json-framework.git', :tag => 'v3.0.4' } 9 | 10 | s.source_files = 'Classes' 11 | end 12 | -------------------------------------------------------------------------------- /SOCKit/0.0.1/SOCKit.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'SOCKit' 3 | s.version = '0.0.1' 4 | s.license = 'Apache 2.0' 5 | s.summary = 'String <-> Object Coding for Objective-C.' 6 | s.homepage = 'https://github.com/jverkoey/sockit/' 7 | s.author = { 'Jeff Verkoeyen' => 'jverkoey@gmail.com' } 8 | s.source = { :git => 'https://github.com/jverkoey/sockit.git', :commit=>"9b8bdb107dfd3ae9e3c749da0a62e6de9765ac9f"} 9 | s.source_files = '*.{h,m}' 10 | 11 | end 12 | -------------------------------------------------------------------------------- /DIYJazzHands/0.1.0/DIYJazzHands.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'DIYJazzHands' 3 | s.version = '0.1.0' 4 | s.license = 'Apache 2.0' 5 | s.summary = 'Scratch-off images like woah.' 6 | s.homepage = 'https://github.com/diy/jazzhands' 7 | s.authors = {'Jon Beilin' => 'jon@diy.org'} 8 | s.source = { :git => 'https://github.com/diy/jazzhands.git', :tag => 'v0.1.0' } 9 | s.platform = :ios 10 | s.source_files = 'DIYJazzHands' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /EGOCache/0.1.0/EGOCache.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'EGOCache' 3 | s.version = '0.1.0' 4 | s.license = 'MIT' 5 | s.summary = 'Fast Caching for Objective-C (iPhone & Mac Compatible).' 6 | s.homepage = 'https://github.com/enormego/EGOCache' 7 | s.author = 'enormego' 8 | s.source = { :git => 'https://github.com/enormego/EGOCache.git', 9 | :commit => '8b7c7ecfc8fad396b6547ad3fef085713644f794' } 10 | 11 | s.source_files = '*.{h,m}' 12 | end -------------------------------------------------------------------------------- /GVCache/1.0.1/GVCache.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'GVCache' 3 | s.version = '1.0.1' 4 | s.license = 'MIT' 5 | s.summary = 'Fast Caching for Objective-C (iPhone & Mac Compatible).' 6 | s.homepage = 'https://github.com/gangverk/GVCache' 7 | s.author = { "Kevin Renskers" => "info@mixedcase.nl" } 8 | s.source = { :git => "https://github.com/gangverk/GVCache.git", :tag => s.version.to_s } 9 | 10 | s.source_files = '*.{h,m}' 11 | s.requires_arc = true 12 | end -------------------------------------------------------------------------------- /InflectorKit/0.0.1/InflectorKit.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'InflectorKit' 3 | s.version = '0.0.1' 4 | s.license = 'MIT' 5 | s.summary = 'Efficiently Singularize and Pluralize Strings.' 6 | s.homepage = 'https://github.com/mattt/InflectorKit' 7 | s.authors = { 'Mattt Thompson' => 'm@mattt.me' } 8 | s.source = { :git => 'https://github.com/mattt/InflectorKit.git', :tag => '0.0.1' } 9 | s.source_files = 'InflectorKit' 10 | s.requires_arc = true 11 | end 12 | -------------------------------------------------------------------------------- /Sequencer/1.0.0/Sequencer.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "Sequencer" 3 | s.version = "1.0.0" 4 | s.summary = "Sequencer is an iOS library for asynchronous flow control." 5 | s.homepage = "https://github.com/berzniz/Sequencer" 6 | s.author = 'berzniz' 7 | s.source = { :git => 'https://github.com/berzniz/Sequencer.git', :tag => '1.0.0' } 8 | s.platform = :ios 9 | s.source_files = 'Sequencer/*' 10 | s.license = 'MIT' 11 | end 12 | -------------------------------------------------------------------------------- /Sequencer/1.0.1/Sequencer.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "Sequencer" 3 | s.version = "1.0.1" 4 | s.summary = "Sequencer is an iOS library for asynchronous flow control." 5 | s.homepage = "https://github.com/berzniz/Sequencer" 6 | s.author = 'berzniz' 7 | s.source = { :git => 'https://github.com/berzniz/Sequencer.git', :tag => '1.0.1' } 8 | s.platform = :ios 9 | s.source_files = 'Sequencer/*' 10 | s.license = 'MIT' 11 | end 12 | -------------------------------------------------------------------------------- /EDStorage/0.1.4/EDStorage.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'EDStorage' 3 | s.version = '0.1.4' 4 | s.license = 'Apache 2.0' 5 | s.summary = 'An iOS library for fast, easy, and safe threaded disk I/O.' 6 | s.homepage = 'https://github.com/thisandagain/storage' 7 | s.authors = {'Andrew Sliwinski' => 'andrew@diy.org'} 8 | s.source = { :git => 'https://github.com/thisandagain/storage.git', :tag => 'v0.1.4' } 9 | s.platform = :ios 10 | s.source_files = 'EDStorage' 11 | end -------------------------------------------------------------------------------- /EDStorage/0.1.5/EDStorage.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'EDStorage' 3 | s.version = '0.1.5' 4 | s.license = 'Apache 2.0' 5 | s.summary = 'An iOS library for fast, easy, and safe threaded disk I/O.' 6 | s.homepage = 'https://github.com/thisandagain/storage' 7 | s.authors = {'Andrew Sliwinski' => 'andrew@diy.org'} 8 | s.source = { :git => 'https://github.com/thisandagain/storage.git', :tag => 'v0.1.5' } 9 | s.platform = :ios 10 | s.source_files = 'EDStorage' 11 | end -------------------------------------------------------------------------------- /GroundControl/0.0.1/GroundControl.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'GroundControl' 3 | s.version = '0.0.1' 4 | s.license = 'MIT' 5 | s.summary = 'Remote configuration for iOS.' 6 | s.homepage = 'https://github.com/mattt/GroundControl' 7 | s.authors = { 'Mattt Thompson' => 'm@mattt.me' } 8 | s.source = { :git => 'https://github.com/mattt/GroundControl.git', :tag => '0.0.1' } 9 | s.source_files = 'GroundControl' 10 | s.dependency 'AFNetworking', '>= 0.9' 11 | end 12 | -------------------------------------------------------------------------------- /Objection/0.9/Objection.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Objection' 3 | s.version = '0.9' 4 | s.summary = 'A lightweight dependency injection framework for Objective-C.' 5 | s.license = 'MIT' 6 | s.author = { 'Justin DeWind' => 'dewind@atomicobject.com' } 7 | s.source = { :git => 'https://github.com/atomicobject/objection.git', :tag => '0.9' } 8 | s.homepage = 'http://www.objection-framework.org' 9 | s.source_files = 'Source' 10 | end 11 | -------------------------------------------------------------------------------- /JSONKit/1.5pre/JSONKit.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'JSONKit' 3 | s.version = '1.5pre' 4 | s.license = 'BSD / Apache License, Version 2.0' 5 | s.summary = 'A Very High Performance Objective-C JSON Library.' 6 | s.homepage = 'https://github.com/johnezang/JSONKit' 7 | s.author = 'John Engelhart' 8 | s.source = { :git => 'https://github.com/johnezang/JSONKit.git', :commit => '0aff3deb5e1bb2bbc88a83fd71c8ad5550185cce' } 9 | 10 | s.source_files = 'JSONKit.*' 11 | end 12 | -------------------------------------------------------------------------------- /Objection/0.8.7/Objection.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Objection' 3 | s.version = '0.8.7' 4 | s.summary = 'A lightweight dependency injection framework for Objective-C.' 5 | s.license = 'MIT' 6 | s.author = { 'Justin DeWind' => 'dewind@atomicobject.com' } 7 | s.source = { :git => 'https://github.com/atomicobject/objection.git', :tag => '0.8.7' } 8 | s.homepage = 'http://www.objection-framework.org' 9 | s.source_files = 'Source' 10 | end 11 | -------------------------------------------------------------------------------- /Orbiter/0.0.1/Orbiter.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Orbiter' 3 | s.version = '0.0.1' 4 | s.license = 'MIT' 5 | s.summary = 'Push Notification Registration for iOS.' 6 | s.homepage = 'https://github.com/mattt/Orbiter' 7 | s.authors = { 'Mattt Thompson' => 'm@mattt.me' } 8 | s.source = { :git => 'https://github.com/mattt/Orbiter.git', :tag => '0.0.1' } 9 | s.source_files = 'Orbiter' 10 | s.requires_arc = true 11 | s.dependency 'AFNetworking', '>= 0.9' 12 | end 13 | -------------------------------------------------------------------------------- /Parcoa/0.0.1/Parcoa.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "Parcoa" 3 | s.version = "0.0.1" 4 | s.summary = "Objective-C Parser Combinators." 5 | s.homepage = "https://github.com/brotchie/Parcoa" 6 | s.license = 'MIT' 7 | s.author = { "James Brotchie" => "brotchie@gmail.com" } 8 | s.source = { :git => "https://github.com/brotchie/Parcoa.git", :tag => "v#{s.version}"} 9 | s.source_files = 'Parcoa/**/*.{h,m}' 10 | s.requires_arc = true 11 | end 12 | -------------------------------------------------------------------------------- /Rivet/0.0.1/Rivet.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Rivet' 3 | s.version = '0.0.1' 4 | s.license = 'MIT' 5 | s.platform = :ios, '5.0' 6 | s.summary = "Bolt your apps together with dependency injection." 7 | s.homepage = 'https://github.com/rdavies/Rivet' 8 | s.author = { 'Ryan Davies' => 'ryan@ryandavies.net' } 9 | s.source = { :git => 'https://github.com/rdavies/Rivet.git', :tag => s.version.to_s } 10 | s.source_files = 'Rivet/**/*.{h,m}' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /Rivet/0.0.2/Rivet.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Rivet' 3 | s.version = '0.0.2' 4 | s.license = 'MIT' 5 | s.platform = :ios, '5.0' 6 | s.summary = "Bolt your apps together with dependency injection." 7 | s.homepage = 'https://github.com/rdavies/Rivet' 8 | s.author = { 'Ryan Davies' => 'ryan@ryandavies.net' } 9 | s.source = { :git => 'https://github.com/rdavies/Rivet.git', :tag => s.version.to_s } 10 | s.source_files = 'Rivet/**/*.{h,m}' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /crackify/0.0.1/crackify.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "crackify" 3 | s.version = "0.0.1" 4 | s.summary = "Easy protection for iOS apps from cracking." 5 | s.homepage = "https://github.com/itruf/crackify" 6 | s.license = 'MIT' 7 | s.author = { "Ivan Trufanov" => "ivan.trufanov@me.com" } 8 | s.source = { :git => "https://github.com/itruf/crackify.git", :tag => "0.0.1" } 9 | s.platform = :ios 10 | s.source_files = 'Crackify.{h,m}' 11 | end -------------------------------------------------------------------------------- /DIYConduit/0.3.0/DIYConduit.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'DIYConduit' 3 | s.version = '0.3.0' 4 | s.license = 'Apache 2.0' 5 | s.summary = 'JS to Objective-C... and back again.' 6 | s.homepage = 'https://github.com/thisandagain/conduit' 7 | s.authors = {'Andrew Sliwinski' => 'andrew@diy.org'} 8 | s.source = { :git => 'https://github.com/thisandagain/conduit.git', :tag => 'v0.3.0' } 9 | s.platform = :ios 10 | s.source_files = 'DIYConduit' 11 | s.requires_arc = true 12 | end -------------------------------------------------------------------------------- /KSCrypto/1.0.2/KSCrypto.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "KSCrypto" 3 | s.version = "1.0.2" 4 | s.summary = "Simple wrapper for sha1 hashing files/data." 5 | s.homepage = "https://github.com/karelia/KSCrypto" 6 | s.author = { "Mike Abdullah" => "me@mikeabdullah.net" } 7 | s.source = { :git => "https://github.com/karelia/KSCrypto.git", :tag => "v1.0.2" } 8 | s.license = "BSD" 9 | 10 | s.source_files = 'KSSHA1Stream.{h,m}' 11 | s.framework = 'Security' 12 | end 13 | -------------------------------------------------------------------------------- /MBCommon/1.0/MBCommon.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'MBCommon' 3 | s.version = '1.0' 4 | s.license = 'BSD' 5 | s.summary = 'MBCommon is a lightweight, generic Cocoa library for iOS and OS X.' 6 | s.homepage = 'https://github.com/mobiata/MBCommon' 7 | s.author = { 'Sebastian Celis' => 'sebastian@sebastiancelis.com' } 8 | s.source = { :git => 'https://github.com/mobiata/MBCommon.git', :tag => 'v1.0' } 9 | s.source_files = 'Classes' 10 | s.requires_arc = false 11 | end 12 | -------------------------------------------------------------------------------- /MBCommon/1.1/MBCommon.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'MBCommon' 3 | s.version = '1.1' 4 | s.license = 'BSD' 5 | s.summary = 'MBCommon is a lightweight, generic Cocoa library for iOS and OS X.' 6 | s.homepage = 'https://github.com/mobiata/MBCommon' 7 | s.author = { 'Sebastian Celis' => 'sebastian@sebastiancelis.com' } 8 | s.source = { :git => 'https://github.com/mobiata/MBCommon.git', :tag => 'v1.1' } 9 | s.source_files = 'Classes' 10 | s.requires_arc = false 11 | end 12 | -------------------------------------------------------------------------------- /MBHMAC/0.0.1/MBHMAC.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "MBHMAC" 3 | s.version = "0.0.1" 4 | s.summary = "HMAC additions for Objective-C NSString class." 5 | s.homepage = "https://github.com/mborsten/MBHMAC" 6 | s.license = 'MIT' 7 | s.author = { "Marcel Borsten" => "mborsten@gmail.com" } 8 | s.source = { :git => "https://github.com/mborsten/MBHMAC.git", :tag => "v0.0.1" } 9 | s.source_files = 'MBHMAC/*.{h,m}' 10 | s.requires_arc = true 11 | end 12 | -------------------------------------------------------------------------------- /OHHTTPStubs/1.0.1/OHHTTPStubs.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'OHHTTPStubs' 3 | s.version = '1.0.1' 4 | s.license = 'MIT' 5 | s.summary = 'Stubbing framwork for NSURLConnection.' 6 | s.homepage = 'https://github.com/AliSoftware/OHHTTPStubs' 7 | s.authors = {'Olivier Halligon' => 'olivier.halligon+ae@gmail.com'} 8 | s.source = { :git => 'https://github.com/AliSoftware/OHHTTPStubs.git', :tag => '1.0.1' } 9 | s.source_files = 'OHHTTPStubs' 10 | s.requires_arc = true 11 | end 12 | -------------------------------------------------------------------------------- /Raven/0.1.0/Raven.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "Raven" 3 | s.version = "0.1.0" 4 | s.summary = "A client for Sentry (getsentry.com)." 5 | s.homepage = "https://getsentry.com/" 6 | s.license = { :type => 'MIT', :file => 'LICENSE' } 7 | s.author = { "David Cramer" => "dcramer@gmail.com" } 8 | s.source = { :git => "https://github.com/getsentry/raven-objc.git", :tag => "0.1.0" } 9 | s.platform = :ios 10 | s.source_files = ['Raven'] 11 | end 12 | -------------------------------------------------------------------------------- /SBJson/3.1/SBJson.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'SBJson' 3 | s.version = '3.1' 4 | s.license = 'BSD' 5 | s.summary = 'This library implements strict JSON parsing and generation in Objective-C.' 6 | s.homepage = 'http://stig.github.com/json-framework/' 7 | s.author = { 'Stig Brautaset' => 'stig@brautaset.org' } 8 | s.source = { :git => 'https://github.com/stig/json-framework.git', :tag => 'v3.1' } 9 | 10 | s.requires_arc = true 11 | s.source_files = 'Classes' 12 | end 13 | -------------------------------------------------------------------------------- /SDURLCache/1.2/SDURLCache.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'SDURLCache' 3 | s.version = '1.2' 4 | s.platform = :ios 5 | s.summary = 'URLCache subclass with on-disk cache support on iPhone/iPad.' 6 | s.homepage = 'https://github.com/rs/SDURLCache' 7 | s.license = 'MIT' 8 | s.author = { 'Olivier Poitrey' => 'rs@dailymotion.com' } 9 | s.source = { :git => 'https://github.com/rs/SDURLCache.git', :tag => '1.2' } 10 | s.source_files = 'SDURLCache.h', 'SDURLCache.m' 11 | end 12 | -------------------------------------------------------------------------------- /Stubbilino/0.1.1/Stubbilino.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "Stubbilino" 3 | s.version = "0.1.1" 4 | s.summary = "Easy stubbing in Objective-C." 5 | s.homepage = "https://github.com/robb/Stubbilino" 6 | s.license = 'MIT' 7 | s.author = { "Robert Böhnke" => "robb@robb.is" } 8 | s.source = { :git => "https://github.com/robb/Stubbilino.git", :tag => '0.1.1' } 9 | s.source_files = 'Stubbilino/**/*.{h,m}' 10 | 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /EXiLE/1.0.0/EXiLE.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "EXiLE" 3 | s.version = "1.0.0" 4 | s.summary = "Easy Xib Localization Entity." 5 | s.homepage = "https://github.com/barrettj/EXiLE" 6 | s.license = 'MIT' 7 | s.authors = { "Barrett Jacobsen" => "admin@barrettj.com" } 8 | s.source = { :git => "https://github.com/barrettj/EXiLE.git", :tag => "1.0.0"} 9 | s.platform = :ios, '5.0' 10 | s.source_files = 'EXiLE' 11 | s.requires_arc = false 12 | end 13 | -------------------------------------------------------------------------------- /EXiLE/1.0.1/EXiLE.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "EXiLE" 3 | s.version = "1.0.1" 4 | s.summary = "Easy Xib Localization Entity." 5 | s.homepage = "https://github.com/barrettj/EXiLE" 6 | s.license = 'MIT' 7 | s.authors = { "Barrett Jacobsen" => "admin@barrettj.com" } 8 | s.source = { :git => "https://github.com/barrettj/EXiLE.git", :tag => "1.0.1"} 9 | s.platform = :ios, '5.0' 10 | s.source_files = 'EXiLE' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /GetGravatar/1.0/GetGravatar.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'GetGravatar' 3 | s.version = '1.0' 4 | s.platform = :ios 5 | s.summary = 'Simple class for generating a gravatar from an email address.' 6 | s.homepage = 'https://github.com/iprayforwaves/GetGravatar' 7 | s.license = 'GPL' 8 | s.author = { 'Raquel Galan' => 'iprayforwaves@gmail.com' } 9 | s.source = { :git => 'https://github.com/iprayforwaves/GetGravatar.git', :tag => '1.0' } 10 | s.source_files = '*.{h,m}' 11 | end 12 | -------------------------------------------------------------------------------- /GetGravatar/1.1/GetGravatar.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'GetGravatar' 3 | s.version = '1.1' 4 | s.platform = :ios 5 | s.summary = 'Simple class for generating a gravatar from an email address.' 6 | s.homepage = 'https://github.com/iprayforwaves/GetGravatar' 7 | s.license = 'GPL' 8 | s.author = { 'Raquel Galan' => 'iprayforwaves@gmail.com' } 9 | s.source = { :git => 'https://github.com/iprayforwaves/GetGravatar.git', :tag => '1.1' } 10 | s.source_files = '*.{h,m}' 11 | end 12 | -------------------------------------------------------------------------------- /Godzippa/0.1.0/Godzippa.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Godzippa' 3 | s.version = '0.1.0' 4 | s.license = 'MIT' 5 | s.summary = 'GZip Compression / Decompression Category for NSData.' 6 | s.homepage = 'https://github.com/mattt/Godzippa' 7 | s.author = { 'Mattt Thompson' => 'm@mattt.me' } 8 | s.source = { :git => 'https://github.com/mattt/Godzippa.git', 9 | :tag => '0.1.0' } 10 | s.source_files = 'NSData+Godzippa.{h,m}' 11 | 12 | s.library = 'z' 13 | end 14 | -------------------------------------------------------------------------------- /IGFuture/0.2.0/IGFuture.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'IGFuture' 3 | s.version = '0.2.0' 4 | s.summary = 'Simple futures pattern in Objective-C.' 5 | 6 | s.homepage = 'https://github.com/siuying/IGFuture' 7 | s.author = { 'Francis Chong' => 'francis@ignition.hk' } 8 | s.license = 'MIT' 9 | s.source = { :git => 'https://github.com/siuying/IGFuture.git', :tag => '0.2.0' } 10 | 11 | s.requires_arc = true 12 | s.platform = :ios, '5.0' 13 | s.source_files = 'IGFuture/Future/*.{m,h}' 14 | end -------------------------------------------------------------------------------- /IGFuture/0.2.1/IGFuture.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'IGFuture' 3 | s.version = '0.2.1' 4 | s.summary = 'Simple futures pattern in Objective-C.' 5 | 6 | s.homepage = 'https://github.com/siuying/IGFuture' 7 | s.author = { 'Francis Chong' => 'francis@ignition.hk' } 8 | s.license = 'MIT' 9 | s.source = { :git => 'https://github.com/siuying/IGFuture.git', :tag => '0.2.1' } 10 | 11 | s.requires_arc = true 12 | s.platform = :ios, '5.0' 13 | s.source_files = 'IGFuture/Future/*.{m,h}' 14 | end -------------------------------------------------------------------------------- /IGFuture/0.2.2/IGFuture.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'IGFuture' 3 | s.version = '0.2.2' 4 | s.summary = 'Simple futures pattern in Objective-C.' 5 | 6 | s.homepage = 'https://github.com/siuying/IGFuture' 7 | s.author = { 'Francis Chong' => 'francis@ignition.hk' } 8 | s.license = 'MIT' 9 | s.source = { :git => 'https://github.com/siuying/IGFuture.git', :tag => '0.2.2' } 10 | 11 | s.requires_arc = true 12 | s.platform = :ios, '5.0' 13 | s.source_files = 'IGFuture/Future/*.{m,h}' 14 | end -------------------------------------------------------------------------------- /MBCommon/1.0.1/MBCommon.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'MBCommon' 3 | s.version = '1.0.1' 4 | s.license = 'BSD' 5 | s.summary = 'MBCommon is a lightweight, generic Cocoa library for iOS and OS X.' 6 | s.homepage = 'https://github.com/mobiata/MBCommon' 7 | s.author = { 'Sebastian Celis' => 'sebastian@sebastiancelis.com' } 8 | s.source = { :git => 'https://github.com/mobiata/MBCommon.git', :tag => 'v1.0.1' } 9 | s.source_files = 'Classes' 10 | s.requires_arc = false 11 | end 12 | -------------------------------------------------------------------------------- /MTDates/0.0.4/MTDates.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "MTDates" 3 | s.version = "0.0.4" 4 | s.summary = "A category on NSDate. 100+ date calculation methods." 5 | s.homepage = "https://github.com/mysterioustrousers/MTDates" 6 | s.license = 'BSD ' 7 | s.author = { "Adam Kirk" => "atomkirk@gmail.com" } 8 | s.source = { :git => "https://github.com/mysterioustrousers/MTDates.git", :tag => "0.0.4" } 9 | s.source_files = 'MTDates/*.{h,m}' 10 | end 11 | -------------------------------------------------------------------------------- /MTDates/0.1.0/MTDates.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "MTDates" 3 | s.version = "0.1.0" 4 | s.summary = "A category on NSDate. 100+ date calculation methods." 5 | s.homepage = "https://github.com/mysterioustrousers/MTDates" 6 | s.license = 'BSD ' 7 | s.author = { "Adam Kirk" => "atomkirk@gmail.com" } 8 | s.source = { :git => "https://github.com/mysterioustrousers/MTDates.git", :tag => "0.1.0" } 9 | s.source_files = 'MTDates/*.{h,m}' 10 | end 11 | -------------------------------------------------------------------------------- /MTDates/0.1.1/MTDates.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "MTDates" 3 | s.version = "0.1.1" 4 | s.summary = "A category on NSDate. 100+ date calculation methods." 5 | s.homepage = "https://github.com/mysterioustrousers/MTDates" 6 | s.license = 'BSD ' 7 | s.author = { "Adam Kirk" => "atomkirk@gmail.com" } 8 | s.source = { :git => "https://github.com/mysterioustrousers/MTDates.git", :tag => "0.1.1" } 9 | s.source_files = 'MTDates/*.{h,m}' 10 | end 11 | -------------------------------------------------------------------------------- /MTDates/0.2.0/MTDates.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "MTDates" 3 | s.version = "0.2.0" 4 | s.summary = "A category on NSDate. 100+ date calculation methods." 5 | s.homepage = "https://github.com/mysterioustrousers/MTDates" 6 | s.license = 'BSD ' 7 | s.author = { "Adam Kirk" => "atomkirk@gmail.com" } 8 | s.source = { :git => "https://github.com/mysterioustrousers/MTDates.git", :tag => "0.2.0" } 9 | s.source_files = 'MTDates/*.{h,m}' 10 | end 11 | -------------------------------------------------------------------------------- /MTDates/0.3.0/MTDates.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "MTDates" 3 | s.version = "0.3.0" 4 | s.summary = "A category on NSDate. 100+ date calculation methods." 5 | s.homepage = "https://github.com/mysterioustrousers/MTDates" 6 | s.license = 'BSD ' 7 | s.author = { "Adam Kirk" => "atomkirk@gmail.com" } 8 | s.source = { :git => "https://github.com/mysterioustrousers/MTDates.git", :tag => "0.3.0" } 9 | s.source_files = 'MTDates/*.{h,m}' 10 | end 11 | -------------------------------------------------------------------------------- /MTDates/0.4.0/MTDates.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "MTDates" 3 | s.version = "0.4.0" 4 | s.summary = "A category on NSDate. 100+ date calculation methods." 5 | s.homepage = "https://github.com/mysterioustrousers/MTDates" 6 | s.license = 'BSD ' 7 | s.author = { "Adam Kirk" => "atomkirk@gmail.com" } 8 | s.source = { :git => "https://github.com/mysterioustrousers/MTDates.git", :tag => "0.4.0" } 9 | s.source_files = 'MTDates/*.{h,m}' 10 | end 11 | -------------------------------------------------------------------------------- /MTDates/0.4.1/MTDates.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "MTDates" 3 | s.version = "0.4.1" 4 | s.summary = "A category on NSDate. 100+ date calculation methods." 5 | s.homepage = "https://github.com/mysterioustrousers/MTDates" 6 | s.license = 'BSD ' 7 | s.author = { "Adam Kirk" => "atomkirk@gmail.com" } 8 | s.source = { :git => "https://github.com/mysterioustrousers/MTDates.git", :tag => "0.4.1" } 9 | s.source_files = 'MTDates/*.{h,m}' 10 | end 11 | -------------------------------------------------------------------------------- /MTDates/0.5.0/MTDates.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "MTDates" 3 | s.version = "0.5.0" 4 | s.summary = "A category on NSDate. 100+ date calculation methods." 5 | s.homepage = "https://github.com/mysterioustrousers/MTDates" 6 | s.license = 'BSD ' 7 | s.author = { "Adam Kirk" => "atomkirk@gmail.com" } 8 | s.source = { :git => "https://github.com/mysterioustrousers/MTDates.git", :tag => "0.5.0" } 9 | s.source_files = 'MTDates/*.{h,m}' 10 | end 11 | -------------------------------------------------------------------------------- /Posit/0.0.1/Posit.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Posit' 3 | s.version = '0.0.1' 4 | s.license = 'MIT' 5 | s.platform = :ios, '5.0' 6 | s.summary = "An Objective-C expectation framework based on the 'should' terminology." 7 | s.homepage = 'https://github.com/rdavies/Posit' 8 | s.author = { 'Ryan Davies' => 'ryan@ryandavies.net' } 9 | s.source = { :git => 'https://github.com/rdavies/Posit.git', :tag => '0.0.1' } 10 | s.source_files = 'Posit/*.{h,m}' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /SBJson/3.1.1/SBJson.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'SBJson' 3 | s.version = '3.1.1' 4 | s.license = 'BSD' 5 | s.summary = 'This library implements strict JSON parsing and generation in Objective-C.' 6 | s.homepage = 'http://stig.github.com/json-framework/' 7 | s.author = { 'Stig Brautaset' => 'stig@brautaset.org' } 8 | s.source = { :git => 'https://github.com/stig/json-framework.git', :tag => 'v3.1.1' } 9 | 10 | s.requires_arc = true 11 | s.source_files = 'Classes' 12 | end 13 | -------------------------------------------------------------------------------- /ZKTextField/0.0.1/ZKTextField.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'ZKTextField' 3 | s.version = '0.0.1' 4 | s.license = 'MIT' 5 | s.summary = 'NSTextField replacement.' 6 | s.homepage = 'https://github.com/alexzielenski/zktextfield' 7 | s.author = { 'Alex Zielenski' => 'support@alexzielenski.com' } 8 | s.source = { :git => 'https://github.com/alexzielenski/ZKTextField.git', :tag => '0.0.1' } 9 | s.source_files = 'src' 10 | 11 | s.platform = :osx 12 | end 13 | -------------------------------------------------------------------------------- /Base64nl/1.0.2/Base64nl.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "Base64nl" 3 | s.version = "1.0.2" 4 | s.summary = "Bae64 is a set of categories that provide methods to encode and decode data as a base-64-encoded string." 5 | s.homepage = "https://github.com/nicklockwood/Base64" 6 | s.license = 'MIT' 7 | s.author = "Nick Lockwood" 8 | s.source = { :git => "https://github.com/nicklockwood/Base64.git", :tag => "1.0.2" } 9 | s.source_files = 'Base64' 10 | end 11 | -------------------------------------------------------------------------------- /Handsy/0.0.1/Handsy.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Handsy' 3 | s.version = '0.0.1' 4 | s.license = 'MIT' 5 | s.platform = :ios, '6.0' 6 | s.summary = 'A bunch of iOS classes and extensions used for simulating gestures.' 7 | s.homepage = 'https://github.com/rdavies/Handsy' 8 | s.author = { 'Ryan Davies' => 'ryan@ryandavies.net' } 9 | s.source = { :git => 'https://github.com/rdavies/Handsy.git', :tag => '0.0.1' } 10 | s.source_files = 'Handsy/*.{h,m}' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /Handsy/0.1.0/Handsy.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Handsy' 3 | s.version = '0.1.0' 4 | s.license = 'MIT' 5 | s.platform = :ios, '5.0' 6 | s.summary = 'A bunch of iOS classes and extensions used for simulating gestures.' 7 | s.homepage = 'https://github.com/rdavies/Handsy' 8 | s.author = { 'Ryan Davies' => 'ryan@ryandavies.net' } 9 | s.source = { :git => 'https://github.com/rdavies/Handsy.git', :tag => '0.1.0' } 10 | s.source_files = 'Handsy/*.{h,m}' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /Pensive/0.0.1/Pensive.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Pensive' 3 | s.version = '0.0.1' 4 | s.license = 'MIT' 5 | s.platform = :ios, '5.0' 6 | s.summary = "Modern wrapper for the Objective-C runtime API." 7 | s.homepage = 'https://github.com/rdavies/Pensive' 8 | s.author = { 'Ryan Davies' => 'ryan@ryandavies.net' } 9 | s.source = { :git => 'https://github.com/rdavies/Pensive.git', :tag => s.version.to_s } 10 | s.source_files = 'Pensive/*.{h,m}' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /rump-ios/1.0.0/rump-ios.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'rump-ios' 3 | s.version = '1.0.0' 4 | s.license = 'Apache 2.0' 5 | s.summary = 'Rump-iOS is Rump client for iOS devices..' 6 | s.homepage = 'https://github.com/tpuronen/rump-ios' 7 | s.author = { 'Timo Puronen' => 'timo.puronen@reaktor.fi' } 8 | s.source = { :git => 'https://github.com/tpuronen/rump-ios.git', :tag => '1.0.0' } 9 | s.platform = :ios 10 | s.source_files = 'Rump/Rump.*' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /Base32/1.0.1/Base32.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Base32' 3 | s.version = '1.0.1' 4 | s.license = 'Public Domain' 5 | s.summary = 'RFC 4648 Base32 implementation in Objective-C ARC.' 6 | s.homepage = 'http://github.com/ekscrypto/Base32' 7 | s.author = { 'Dave Poirier' => 'ekscrypto@gmail.com' } 8 | s.source = { :git => 'https://github.com/ekscrypto/Base32.git', :tag => '1.0.1' } 9 | s.source_files = 'Classes', 'Base32/MF_Base32Additions.{h,m}' 10 | s.requires_arc = true 11 | end 12 | -------------------------------------------------------------------------------- /Base64/1.0.0/Base64.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Base64' 3 | s.version = '1.0.0' 4 | s.license = 'Public Domain' 5 | s.summary = 'RFC 4648 Base64 implementation in Objective-C ARC.' 6 | s.homepage = 'https://github.com/ekscrypto/Base64' 7 | s.author = { 'Dave Poirier' => 'ekscrypto@gmail.com' } 8 | s.source = { :git => 'https://github.com/ekscrypto/Base64.git', :tag => '1.0.0' } 9 | s.source_files = 'Classes', 'Base64/MF_Base64Additions.{h,m}' 10 | s.requires_arc = true 11 | end 12 | -------------------------------------------------------------------------------- /Bindings/0.0.1/Bindings.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Bindings' 3 | s.version = '0.0.1' 4 | s.license = 'MIT' 5 | s.platform = :ios, '5.0' 6 | s.summary = "A lightweight iOS library inspired by Cocoa Bindings." 7 | s.homepage = 'https://github.com/rdavies/Bindings' 8 | s.author = { 'Ryan Davies' => 'ryan@ryandavies.net' } 9 | s.source = { :git => 'https://github.com/rdavies/Bindings.git', :tag => '0.0.1' } 10 | s.source_files = 'Bindings/*.{h,m}' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /Bindings/0.1.0/Bindings.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Bindings' 3 | s.version = '0.1.0' 4 | s.license = 'MIT' 5 | s.platform = :ios, '5.0' 6 | s.summary = "A lightweight iOS library inspired by Cocoa Bindings." 7 | s.homepage = 'https://github.com/rdavies/Bindings' 8 | s.author = { 'Ryan Davies' => 'ryan@ryandavies.net' } 9 | s.source = { :git => 'https://github.com/rdavies/Bindings.git', :tag => '0.1.0' } 10 | s.source_files = 'Bindings/*.{h,m}' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /Bindings/0.1.1/Bindings.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Bindings' 3 | s.version = '0.1.1' 4 | s.license = 'MIT' 5 | s.platform = :ios, '5.0' 6 | s.summary = "A lightweight iOS library inspired by Cocoa Bindings." 7 | s.homepage = 'https://github.com/rdavies/Bindings' 8 | s.author = { 'Ryan Davies' => 'ryan@ryandavies.net' } 9 | s.source = { :git => 'https://github.com/rdavies/Bindings.git', :tag => '0.1.1' } 10 | s.source_files = 'Bindings/*.{h,m}' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /Bindings/0.2.0/Bindings.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Bindings' 3 | s.version = '0.2.0' 4 | s.license = 'MIT' 5 | s.platform = :ios, '5.0' 6 | s.summary = "A lightweight iOS library inspired by Cocoa Bindings." 7 | s.homepage = 'https://github.com/rdavies/Bindings' 8 | s.author = { 'Ryan Davies' => 'ryan@ryandavies.net' } 9 | s.source = { :git => 'https://github.com/rdavies/Bindings.git', :tag => '0.2.0' } 10 | s.source_files = 'Bindings/*.{h,m}' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /Colours/0.0.1/0.0.1: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Colours' 3 | s.version = '0.0.1' 4 | s.summary = '100s of beautiful, predefined UIColors and UIColor methods.' 5 | s.author = { 6 | 'Ben Gordon' => 'brgordon@ua.edu' 7 | } 8 | s.source = { 9 | :git => 'https://github.com/bennyguitar/Colours-for-iOS.git', 10 | :commit => '916c095' 11 | } 12 | s.homepage = 'http://subvertapps.com' 13 | s.license = 'LICENSE' 14 | s.source_files = '*.{h,m}' 15 | s.platform = :ios 16 | end -------------------------------------------------------------------------------- /Colours/2.0/Colours.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Colours' 3 | s.version = '2.0' 4 | s.summary = '100s of beautiful, predefined UIColors and UIColor methods.' 5 | s.author = { 6 | 'Ben Gordon' => 'brgordon@ua.edu' 7 | } 8 | s.source = { 9 | :git => 'https://github.com/bennyguitar/Colours-for-iOS.git', 10 | :tag => 'v2.0' 11 | } 12 | s.homepage = 'http://subvertapps.com' 13 | s.license = 'LICENSE' 14 | s.source_files = '*.{h,m}' 15 | s.platform = :ios 16 | end -------------------------------------------------------------------------------- /CoreParse/1.1/CoreParse.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'CoreParse' 3 | s.version = '1.1' 4 | s.summary = 'A shift/reduce parsing framework for Mac OS X and iOS.' 5 | s.author = { 'Beelsebob' => '' } 6 | s.license = 'BSD/MIT-like' 7 | s.homepage = 'https://github.com/beelsebob/CoreParse' 8 | s.source = { :git => 'https://github.com/beelsebob/CoreParse.git', :tag => '1.1' } 9 | s.source_files = 'CoreParse/**/*.{h,m}' 10 | 11 | s.requires_arc = false 12 | s.frameworks = 'Foundation' 13 | end 14 | -------------------------------------------------------------------------------- /Evernote-SDK-Mac/1.22/Evernote-SDK-Mac.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Evernote-SDK-Mac' 3 | s.version = '1.22' 4 | s.platform = :osx 5 | s.license = 'APACHE-LICENSE-2.0.txt' 6 | s.summary = 'Evernote SDK for osx.' 7 | s.homepage = 'https://github.com/evernote/evernote-sdk-mac' 8 | s.author = 'Evernote' 9 | s.source = { :git => 'https://github.com/evernote/evernote-sdk-mac.git', :commit => "2dc7d3dae864c93952ebc008f987fb219e27883f" } 10 | s.source_files = 'src/**/*.{h,m}' 11 | end 12 | -------------------------------------------------------------------------------- /MFCache/0.0.1/MFCache.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'MFCache' 3 | s.version = '0.0.1' 4 | s.license = 'MIT' 5 | s.summary = 'A lightweight iOS cache class.' 6 | s.homepage = 'https://github.com/mkftr/MFCache' 7 | s.authors = { 'Ken Matsui' => 'ken@mkftr.com' } 8 | s.source = { :git => 'https://github.com/mkftr/MFCache.git', :tag => '0.0.1' } 9 | s.source_files = 'MFCache' 10 | s.requires_arc = true 11 | 12 | s.platform = :ios 13 | s.ios.deployment_target = '5.0' 14 | 15 | end -------------------------------------------------------------------------------- /Mixpanel/0.0.1/Mixpanel.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Mixpanel' 3 | s.version = '0.0.1' 4 | s.license = 'Apache License' 5 | s.summary = 'iPhone tracking library for Mixpanel Analytics.' 6 | s.homepage = 'http://mixpanel.com' 7 | s.author = { 'Mixpanel' => 'support@mixpanel.com' } 8 | s.source = { :git => 'https://github.com/mixpanel/mixpanel-iphone.git', :commit => '8656f676959a85c484c4be899075b00eaff083d8' } 9 | s.platform = :ios 10 | s.source_files = 'MPLib/**/*.{h,m}' 11 | end 12 | -------------------------------------------------------------------------------- /RSMenuView/0.6/RSMenuView.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'RSMenuView' 3 | s.version = '0.6' 4 | s.license = 'MIT' 5 | s.summary = 'An event driven tableview. supports UIAppearance and more.' 6 | s.homepage = 'https://github.com/b051/RSMenuView' 7 | s.author = { 'Rex Sheng' => 'rex@lognllc.com' } 8 | s.source = { :git => 'https://github.com/b051/RSMenuView.git', :tag => s.version.to_s } 9 | s.source_files = 'RS*.{h,m}' 10 | s.requires_arc = true 11 | s.ios.deployment_target = '5.0' 12 | end -------------------------------------------------------------------------------- /SBJson/2.2.3/SBJson.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'SBJson' 3 | s.version = '2.2.3' 4 | s.license = 'BSD' 5 | s.summary = 'This library implements strict JSON parsing and generation in Objective-C.' 6 | s.homepage = 'http://stig.github.com/json-framework/' 7 | s.author = { 'Stig Brautaset' => 'stig@brautaset.org' } 8 | s.source = { :git => 'https://github.com/stig/json-framework.git', :commit => '8348517b0670abc52636f3a1c9778d338ccad989' } 9 | 10 | s.source_files = 'Source' 11 | end 12 | -------------------------------------------------------------------------------- /SDWebImage/2.4/SDWebImage.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'SDWebImage' 3 | s.version = '2.4' 4 | s.platform = :ios 5 | s.license = 'MIT' 6 | s.summary = 'UIImageView category adding suppport for remote images coming from the web asynchronously with caching.' 7 | s.homepage = 'https://github.com/rs/SDWebImage' 8 | s.author = { 'Olivier Poitrey' => 'rs@dailymotion.com' } 9 | 10 | s.source = { :git => 'https://github.com/rs/SDWebImage.git', :tag => '2.4' } 11 | s.source_files = '*.[mh]' 12 | end 13 | -------------------------------------------------------------------------------- /TransitionKit/1.0.0/TransitionKit.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'TransitionKit' 3 | s.version = '1.0.0' 4 | s.license = 'Apache2' 5 | s.summary = 'A block-based State Machine API for Objective-C.' 6 | s.homepage = 'https://github.com/blakewatters/TransitionKit' 7 | s.authors = { 'Blake Watters' => 'blakewatters@gmail.com' } 8 | s.source = { :git => 'https://github.com/blakewatters/TransitionKit.git', :tag => '1.0.0' } 9 | s.source_files = 'Code' 10 | s.requires_arc = true 11 | end 12 | -------------------------------------------------------------------------------- /TransitionKit/1.1.0/TransitionKit.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'TransitionKit' 3 | s.version = '1.1.0' 4 | s.license = 'Apache2' 5 | s.summary = 'A block-based State Machine API for Objective-C.' 6 | s.homepage = 'https://github.com/blakewatters/TransitionKit' 7 | s.authors = { 'Blake Watters' => 'blakewatters@gmail.com' } 8 | s.source = { :git => 'https://github.com/blakewatters/TransitionKit.git', :tag => '1.1.0' } 9 | s.source_files = 'Code' 10 | s.requires_arc = true 11 | end 12 | -------------------------------------------------------------------------------- /Base64/1.0.1/Base64.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Base64' 3 | s.version = '1.0.1' 4 | s.license = 'Public Domain' 5 | s.summary = 'RFC 4648 Base64 implementation in Objective-C ARC.' 6 | s.homepage = 'https://github.com/ekscrypto/Base64' 7 | s.author = { 'Dave Poirier' => 'ekscrypto@gmail.com' } 8 | s.source = { :git => 'https://github.com/ekscrypto/Base64.git', :tag => s.version.to_s } 9 | s.source_files = 'Classes', 'Base64/MF_Base64Additions.{h,m}' 10 | s.requires_arc = true 11 | end 12 | -------------------------------------------------------------------------------- /CTidy/0.3.1/CTidy.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'CTidy' 3 | s.version = '0.3.1' 4 | s.license = 'Simplified BSD License' 5 | s.summary = "libtidy Objective-C wrapper." 6 | s.homepage = 'https://github.com/siuying/CTidy' 7 | s.author = { 'Francis Chong' => 'francis@ignition.hk' } 8 | s.source = { :git => 'https://github.com/siuying/CTidy.git', :tag => '0.3.1' } 9 | s.source_files = 'CTidy/CTidy.{h,m}', 'libtidy/**/*.{c,h}' 10 | s.public_header_files = 'CTidy/CTidy.h', 'libtidy/**/*.h' 11 | end -------------------------------------------------------------------------------- /CoreParse/1.0.0/CoreParse.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'CoreParse' 3 | s.version = '1.0.0' 4 | s.summary = 'A shift/reduce parsing framework for Mac OS X and iOS.' 5 | s.author = { 'Beelsebob' => '' } 6 | s.license = 'BSD/MIT-like' 7 | s.homepage = 'https://github.com/beelsebob/CoreParse' 8 | s.source = { :git => 'https://github.com/beelsebob/CoreParse.git', :tag => '1.0.0' } 9 | s.source_files = 'CoreParse/**/*.{h,m}' 10 | 11 | s.requires_arc = false 12 | s.frameworks = 'Foundation' 13 | end 14 | -------------------------------------------------------------------------------- /EDStorage/0.2.0/EDStorage.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'EDStorage' 3 | s.version = '0.2.0' 4 | s.license = 'Apache 2.0' 5 | s.summary = 'An iOS library for fast, easy, and safe threaded disk I/O.' 6 | s.homepage = 'https://github.com/thisandagain/storage' 7 | s.authors = {'Andrew Sliwinski' => 'andrew@diy.org'} 8 | s.source = { :git => 'https://github.com/thisandagain/storage.git', :tag => 'v0.2.0' } 9 | s.platform = :ios 10 | s.source_files = 'EDStorage' 11 | s.requires_arc = true 12 | end -------------------------------------------------------------------------------- /GroundControl/0.0.2/GroundControl.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'GroundControl' 3 | s.version = '0.0.2' 4 | s.license = 'MIT' 5 | s.summary = 'Remote configuration for iOS.' 6 | s.homepage = 'https://github.com/mattt/GroundControl' 7 | s.authors = { 'Mattt Thompson' => 'm@mattt.me' } 8 | s.source = { :git => 'https://github.com/mattt/GroundControl.git', :tag => '0.0.2' } 9 | s.source_files = 'GroundControl' 10 | s.requires_arc = true 11 | s.dependency 'AFNetworking', '>= 0.9' 12 | end 13 | -------------------------------------------------------------------------------- /INKeychainAccess/1.0/INKeychainAccess.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'INKeychainAccess' 3 | s.version = '1.0' 4 | s.summary = '[Deprecated] Keychain services wrapper for OS X and iOS.' 5 | s.homepage = 'https://github.com/indragiek/INKeychainAccess' 6 | s.author = { 'Indragie Karunaratne' => 'indragiek@gmail.com' } 7 | s.source_files = '*.{h,m}' 8 | s.source = { :git => 'https://github.com/indragiek/INKeychainAccess.git', :tag => 'v1.0' } 9 | s.license = 'BSD' 10 | s.framework = 'Security' 11 | end -------------------------------------------------------------------------------- /LKbadgeView/1.0.0/LKbadgeView.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'LKbadgeView' 3 | s.version = '1.0.0' 4 | s.license = 'MIT' 5 | s.platform = :ios 6 | s.summary = 'Custom badge view.' 7 | s.homepage = 'https://github.com/lakesoft/LKbadgeView' 8 | s.author = { 'lakesoft' => 'lakesoft' } 9 | s.source = { :git => 'https://github.com/lakesoft/LKbadgeView.git', 10 | :tag => '1.0.0' } 11 | s.source_files = 'LKBadgeView.{h,m}' 12 | s.frameworks = 'UIKit' 13 | 14 | end 15 | -------------------------------------------------------------------------------- /LRMocky/0.9.0/LRMocky.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'LRMocky' 3 | s.version = '0.9.0' 4 | s.summary = 'A mock object library for Objective C, inspired by JMock 2.0.' 5 | s.license = 'MIT' 6 | s.homepage = 'http://github.com/lukeredpath/LRMocky' 7 | s.authors = { 'Luke Redpath' => 'luke@lukeredpath.co.uk' } 8 | s.source = { :git => 'https://github.com/lukeredpath/LRMocky.git', :tag => 'v0.9.0' } 9 | s.source_files = 'Classes', 'Classes/LRMocky', 'Vendor' 10 | end 11 | -------------------------------------------------------------------------------- /LRMocky/0.9.1/LRMocky.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'LRMocky' 3 | s.version = '0.9.1' 4 | s.summary = 'A mock object library for Objective C, inspired by JMock 2.0.' 5 | s.license = 'MIT' 6 | s.homepage = 'http://github.com/lukeredpath/LRMocky' 7 | s.authors = { 'Luke Redpath' => 'luke@lukeredpath.co.uk' } 8 | s.source = { :git => 'https://github.com/lukeredpath/LRMocky.git', :tag => 'v0.9.1' } 9 | s.source_files = 'Classes', 'Classes/LRMocky', 'Vendor' 10 | end 11 | -------------------------------------------------------------------------------- /NSEnumeratorLinq/0.0.1/NSEnumeratorLinq.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "NSEnumeratorLinq" 3 | s.version = "0.0.1" 4 | s.license = 'MIT' 5 | s.summary = "An NSEnumerator LINQ category." 6 | s.homepage = "https://github.com/k06a/NSEnumeratorLinq" 7 | s.author = { "Anton Bukov" => "k06aaa@gmail.com" } 8 | s.source = { :git => "https://github.com/k06a/NSEnumeratorLinq.git", :tag => "0.0.1" } 9 | s.source_files = 'NSEnumeratorLinq' 10 | s.requires_arc = true 11 | end 12 | -------------------------------------------------------------------------------- /NSEnumeratorLinq/0.1.0/NSEnumeratorLinq.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "NSEnumeratorLinq" 3 | s.version = "0.1.0" 4 | s.license = 'MIT' 5 | s.summary = "An NSEnumerator LINQ category." 6 | s.homepage = "https://github.com/k06a/NSEnumeratorLinq" 7 | s.author = { "Anton Bukov" => "k06aaa@gmail.com" } 8 | s.source = { :git => "https://github.com/k06a/NSEnumeratorLinq.git", :tag => "0.1.0" } 9 | s.source_files = 'NSEnumeratorLinq' 10 | s.requires_arc = true 11 | end 12 | -------------------------------------------------------------------------------- /CHCSVParser/2.0.2/CHCSVParser.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |spec| 2 | spec.name = 'CHCSVParser' 3 | spec.author = 'Dave DeLong' 4 | spec.homepage = 'https://github.com/davedelong/CHCSVParser' 5 | spec.summary = 'A proper CSV parser for Objective-C.' 6 | spec.license = 'MIT (LICENSE)' 7 | spec.version = '2.0.2' 8 | spec.source = { :git => 'https://github.com/davedelong/CHCSVParser.git', :tag => '2.0.2' } 9 | spec.source_files = 'CHCSVParser/CHCSVParser.{h,m}' 10 | end 11 | -------------------------------------------------------------------------------- /CHCSVParser/2.0.4/CHCSVParser.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |spec| 2 | spec.name = 'CHCSVParser' 3 | spec.author = 'Dave DeLong' 4 | spec.homepage = 'https://github.com/davedelong/CHCSVParser' 5 | spec.summary = 'A proper CSV parser for Objective-C.' 6 | spec.license = 'MIT (LICENSE)' 7 | spec.version = '2.0.4' 8 | spec.source = { :git => 'https://github.com/davedelong/CHCSVParser.git', :tag => '2.0.4' } 9 | spec.source_files = 'CHCSVParser/CHCSVParser.{h,m}' 10 | end 11 | -------------------------------------------------------------------------------- /CJString/1.0/CJString.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "CJString" 3 | s.version = "1.0" 4 | s.summary = "NSString category divers helpers." 5 | s.homepage = "https://github.com/batosai/CJString" 6 | s.license = 'MIT' 7 | s.author = { "Jeremy Chaufourier" => "jeremy@opsone.net" } 8 | s.source = { :git => "https://github.com/batosai/CJString.git", :tag => "1.0" } 9 | s.platform = :ios, '2.0' 10 | s.source_files = 'CJString' 11 | s.frameworks = 'Foundation' 12 | end -------------------------------------------------------------------------------- /Colours/0.0.1/Colours.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Colours' 3 | s.version = '0.0.1' 4 | s.summary = '100s of beautiful, predefined UIColors and UIColor methods.' 5 | s.author = { 6 | 'Ben Gordon' => 'brgordon@ua.edu' 7 | } 8 | s.source = { 9 | :git => 'https://github.com/bennyguitar/Colours-for-iOS.git', 10 | :commit => '916c095' 11 | } 12 | s.homepage = 'http://subvertapps.com' 13 | s.license = 'LICENSE' 14 | s.source_files = '*.{h,m}' 15 | s.platform = :ios 16 | end -------------------------------------------------------------------------------- /Colours/1.0.1/Colours.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Colours' 3 | s.version = '1.0.1' 4 | s.summary = '100s of beautiful, predefined UIColors and UIColor methods.' 5 | s.author = { 6 | 'Ben Gordon' => 'brgordon@ua.edu' 7 | } 8 | s.source = { 9 | :git => 'https://github.com/bennyguitar/Colours-for-iOS.git', 10 | :tag => 'v1.0.1' 11 | } 12 | s.homepage = 'http://subvertapps.com' 13 | s.license = 'LICENSE' 14 | s.source_files = '*.{h,m}' 15 | s.platform = :ios 16 | end -------------------------------------------------------------------------------- /EDStorage/0.2.1/EDStorage.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'EDStorage' 3 | s.version = '0.2.1' 4 | s.license = 'Apache 2.0' 5 | s.summary = 'An iOS library for fast, easy, and safe threaded disk I/O.' 6 | s.homepage = 'https://github.com/thisandagain/storage' 7 | s.authors = {'Andrew Sliwinski' => 'andrew@diy.org'} 8 | s.source = { :git => 'https://github.com/thisandagain/storage.git', :tag => 'v0.2.1' } 9 | s.platform = :ios 10 | s.source_files = 'EDStorage' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /EDStorage/0.2.2/EDStorage.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'EDStorage' 3 | s.version = '0.2.2' 4 | s.license = 'Apache 2.0' 5 | s.summary = 'An iOS library for fast, easy, and safe threaded disk I/O.' 6 | s.homepage = 'https://github.com/thisandagain/storage' 7 | s.authors = {'Andrew Sliwinski' => 'andrew@diy.org'} 8 | s.source = { :git => 'https://github.com/thisandagain/storage.git', :tag => 'v0.2.2' } 9 | s.platform = :ios 10 | s.source_files = 'EDStorage' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /GBCli/1.0/GBCli.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'GBCli' 3 | s.version = '1.0' 4 | s.summary = 'Objective C foundation tool command line interface library.' 5 | s.homepage = 'http://github.com/tomaz/GBCli' 6 | s.license = 'MIT' 7 | s.author = { 'Tomaz Kragelj' => 'tkragelj@gmail.com' } 8 | s.source = { :git => 'https://github.com/tomaz/GBCli.git', :tag => '1.0' } 9 | s.platform = :osx, '10.7' 10 | s.source_files = 'GBCli/src' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /NyaruDB/1.3.1/NyaruDB.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'NyaruDB' 3 | s.version = '1.3.1' 4 | s.summary = 'A simple NoSQL database(key-document).' 5 | s.homepage = 'https://github.com/kelp404/NyaruDB' 6 | s.license = { :type => 'MIT', :file => 'LICENSE' } 7 | s.author = { "Kelp" => "kelp@phate.org" } 8 | s.source = { :git => 'https://github.com/kelp404/NyaruDB.git', :tag => '1.3.1' } 9 | 10 | s.source_files = 'NyaruDB/NyaruDB/**/*.{m,h}' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /NyaruDB/1.3.3/NyaruDB.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'NyaruDB' 3 | s.version = '1.3.3' 4 | s.summary = 'A simple NoSQL database(key-document).' 5 | s.homepage = 'https://github.com/kelp404/NyaruDB' 6 | s.license = { :type => 'MIT', :file => 'LICENSE' } 7 | s.author = { "Kelp" => "kelp@phate.org" } 8 | s.source = { :git => 'https://github.com/kelp404/NyaruDB.git', :tag => '1.3.3' } 9 | 10 | s.source_files = 'NyaruDB/NyaruDB/**/*.{m,h}' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /RXCollections/1.0/RXCollections.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "RXCollections" 3 | s.version = "1.0" 4 | s.summary = "map, filter, fold, and detect for Cocoa collections." 5 | s.homepage = "https://github.com/robrix/RXCollections" 6 | s.license = 'BSD' 7 | s.author = { "Rob Rix" => "rob.rix@me.com" } 8 | s.source = { :git => "https://github.com/robrix/RXCollections.git", :tag => "1.0" } 9 | s.source_files = 'RXCollections/*.{h,m}' 10 | s.requires_arc = false 11 | end 12 | -------------------------------------------------------------------------------- /Syringe/0.9/Syringe.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "Syringe" 3 | s.version = "0.9" 4 | s.summary = "Lightweight and magic dependency injection framework. Uses ObjC runtime to do the magic." 5 | s.homepage = "https://github.com/tomekc/Syringe" 6 | s.license = { :type => 'Apache' } 7 | s.author = { "Tomek Cejner" => "tomek.cejner@gmail.com" } 8 | s.source = { :git => "https://github.com/tomekc/Syringe.git", :tag => "0.9" } 9 | s.source_files = 'SyringeCore/*.{h,m}' 10 | end 11 | -------------------------------------------------------------------------------- /libPusher/1.3/libPusher.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'libPusher' 3 | s.version = '1.3' 4 | s.license = 'MIT' 5 | s.summary = 'An Objective-C client for the Pusher.com service.' 6 | s.homepage = 'https://github.com/lukeredpath/libPusher' 7 | s.author = 'Luke Redpath' 8 | s.source = { :git => 'https://github.com/lukeredpath/libPusher.git', :tag => 'v1.3' } 9 | s.source_files = 'Library/*' 10 | 11 | s.requires_arc = true 12 | s.dependency 'SocketRocket' 13 | end 14 | -------------------------------------------------------------------------------- /libPusher/1.4/libPusher.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'libPusher' 3 | s.version = '1.4' 4 | s.license = 'MIT' 5 | s.summary = 'An Objective-C client for the Pusher.com service.' 6 | s.homepage = 'https://github.com/lukeredpath/libPusher' 7 | s.author = 'Luke Redpath' 8 | s.source = { :git => 'https://github.com/lukeredpath/libPusher.git', :tag => 'v1.4' } 9 | s.source_files = 'Library/*' 10 | 11 | s.requires_arc = true 12 | s.dependency 'SocketRocket' 13 | end 14 | -------------------------------------------------------------------------------- /Antenna/0.0.1/Antenna.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Antenna' 3 | s.version = '0.0.1' 4 | s.license = 'MIT' 5 | s.summary = 'Extensible Remote Logging for iOS.' 6 | s.homepage = 'https://github.com/mattt/Antenna' 7 | s.authors = { 'Mattt Thompson' => 'm@mattt.me' } 8 | s.source = { :git => 'https://github.com/mattt/Antenna.git', :tag => '0.0.1' } 9 | s.source_files = 'Antenna' 10 | s.requires_arc = true 11 | 12 | s.platform = :ios, '5.0' 13 | 14 | s.dependency 'AFNetworking', '>= 1.0' 15 | end 16 | -------------------------------------------------------------------------------- /Base64nl/1.1/Base64nl.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "Base64nl" 3 | s.version = "1.1" 4 | s.summary = "Base64 is a set of categories that provide methods to encode and decode data as a base-64-encoded string." 5 | s.homepage = "https://github.com/nicklockwood/Base64" 6 | s.license = 'MIT' 7 | s.author = "Nick Lockwood" 8 | s.source = { :git => "https://github.com/nicklockwood/Base64.git", :tag => "1.1" } 9 | s.source_files = 'Base64' 10 | s.requires_arc = true 11 | end 12 | -------------------------------------------------------------------------------- /INAppStoreWindow/1.0/INAppStoreWindow.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'INAppStoreWindow' 3 | s.version = '1.0' 4 | s.summary = 'Mac App Store style NSWindow subclass.' 5 | s.homepage = 'https://github.com/indragiek/INAppStoreWindow' 6 | s.author = { 'Indragie Karunaratne' => 'indragiek@gmail.com' } 7 | s.source_files = '*.{h,m}' 8 | s.source = { :git => 'https://github.com/indragiek/INAppStoreWindow.git', :tag => 'v1.0' } 9 | 10 | s.platform = :osx 11 | s.requires_arc = true 12 | s.license = 'BSD' 13 | end -------------------------------------------------------------------------------- /KSCrypto/1.1.1/KSCrypto.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "KSCrypto" 3 | s.version = "1.1.1" 4 | s.summary = "Simple wrapper for sha1 hashing files/data." 5 | s.homepage = "https://github.com/karelia/KSCrypto" 6 | s.author = { "Mike Abdullah" => "me@mikeabdullah.net" } 7 | s.source = { :git => "https://github.com/karelia/KSCrypto.git", :tag => "v1.1.1" } 8 | s.license = { :type => 'BSD', :file => 'README.md' } 9 | s.source_files = 'KSSHA1Stream.{h,m}' 10 | s.framework = 'Security' 11 | end 12 | -------------------------------------------------------------------------------- /MFSideMenu/0.4.1/MFSideMenu.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'MFSideMenu' 3 | s.version = '0.4.1' 4 | s.license = 'BSD' 5 | s.summary = 'Facebook-like side menu for iOS.' 6 | s.homepage = 'https://github.com/mikefrederick/MFSideMenu' 7 | s.author = { 'Michael Frederick' => 'mike@viamike.com' } 8 | s.source = { :git => 'https://github.com/mikefrederick/MFSideMenu.git', :tag => s.version.to_s } 9 | s.platform = :ios 10 | s.source_files = 'MFSideMenu/*.{h,m}' 11 | s.frameworks = 'QuartzCore' 12 | end 13 | -------------------------------------------------------------------------------- /MFSideMenu/0.4/MFSideMenu.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'MFSideMenu' 3 | s.version = '0.4' 4 | s.license = 'BSD' 5 | s.summary = 'Facebook-like side menu for iOS.' 6 | s.homepage = 'https://github.com/mikefrederick/MFSideMenu' 7 | s.author = { 'Michael Frederick' => 'mike@viamike.com' } 8 | s.source = { :git => 'https://github.com/mikefrederick/MFSideMenu.git', :tag => s.version.to_s } 9 | s.platform = :ios 10 | s.source_files = 'MFSideMenu/*.{h,m}' 11 | s.frameworks = 'QuartzCore' 12 | end 13 | -------------------------------------------------------------------------------- /NSUUID/1.0.0/NSUUID.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "NSUUID" 3 | s.version = "1.0.0" 4 | s.summary = "NSUUID implementation for iOS < 6.0 and OS X < 10.8." 5 | s.homepage = "https://github.com/0xced/NSUUID" 6 | s.license = { :type => 'MIT', :file => 'README.md' } 7 | s.author = { "Cédric Luthi" => "cedric.luthi@gmail.com" } 8 | s.source = { :git => "https://github.com/0xced/NSUUID.git", :tag => "1.0.0" } 9 | s.source_files = 'NSUUID.m' 10 | s.requires_arc = false 11 | end 12 | -------------------------------------------------------------------------------- /NSUUID/1.0.1/NSUUID.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "NSUUID" 3 | s.version = "1.0.1" 4 | s.summary = "NSUUID implementation for iOS < 6.0 and OS X < 10.8." 5 | s.homepage = "https://github.com/0xced/NSUUID" 6 | s.license = { :type => 'MIT', :file => 'README.md' } 7 | s.author = { "Cédric Luthi" => "cedric.luthi@gmail.com" } 8 | s.source = { :git => "https://github.com/0xced/NSUUID.git", :tag => "1.0.1" } 9 | s.source_files = 'NSUUID.m' 10 | s.requires_arc = false 11 | end 12 | -------------------------------------------------------------------------------- /ObjectiveMixin/1.0.0/ObjectiveMixin.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'ObjectiveMixin' 3 | s.version = '1.0.0' 4 | s.license = 'Simplified BSD' 5 | s.summary = 'Ruby-like mixin functionality for Objective-C programs.' 6 | s.homepage = 'https://github.com/vl4dimir/ObjectiveMixin' 7 | s.author = { 'Vladimir Mitrovic' => 'https://github.com/vl4dimir' } 8 | s.source = { :git => 'https://github.com/vl4dimir/ObjectiveMixin.git', :tag => '1.0.0' } 9 | s.source_files = 'ObjectiveMixin/*.{h,m}' 10 | 11 | end 12 | -------------------------------------------------------------------------------- /RSOAuthEngine/1.0.0/RSOAuthEngine.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'RSOAuthEngine' 3 | s.version = '1.0.0' 4 | s.license = 'MIT' 5 | s.summary = 'ARC based OAuth engine for MKNetworkKit.' 6 | s.homepage = 'https://github.com/rsieiro/RSOAuthEngine' 7 | s.authors = { 'Rodrigo Sieiro' => 'rsieiro@sharpcube.com' } 8 | s.source = {:git => 'https://github.com/rsieiro/RSOAuthEngine.git', :tag => '1.0.0'} 9 | s.source_files = 'RSOAuthEngine/*.{h,m}' 10 | 11 | s.requires_arc = true 12 | s.dependency 'MKNetworkKit' 13 | end -------------------------------------------------------------------------------- /AlertNinja/0.0.1/AlertNinja.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "AlertNinja" 3 | s.version = "0.0.1" 4 | s.summary = "Invisible UIAlertView and spying." 5 | s.homepage = "https://github.com/yaakaito/AlertNinja" 6 | s.license = 'MIT' 7 | s.author = { "KAZUMA Ukyo" => "yaakaito@gmail.com" } 8 | s.source = { :git => "https://github.com/yaakaito/AlertNinja.git", :tag => "0.0.1" } 9 | s.platform = :ios 10 | s.source_files = 'AlertNinja/*.{h,m}' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /INAppStoreWindow/1.1/INAppStoreWindow.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'INAppStoreWindow' 3 | s.version = '1.1' 4 | s.summary = 'Mac App Store style NSWindow subclass.' 5 | s.homepage = 'https://github.com/indragiek/INAppStoreWindow' 6 | s.author = { 'Indragie Karunaratne' => 'indragiek@gmail.com' } 7 | s.source_files = '*.{h,m}' 8 | s.source = { :git => 'https://github.com/indragiek/INAppStoreWindow.git', :tag => 'v1.1' } 9 | 10 | s.platform = :osx 11 | s.requires_arc = true 12 | s.license = 'BSD' 13 | end 14 | -------------------------------------------------------------------------------- /JSGCDDispatcher/0.2/JSGCDDispatcher.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'JSGCDDispatcher' 3 | s.version = '0.2' 4 | s.summary = 'A small Objective-C wrapper around GCD.' 5 | s.author = { 'Justin DeWind' => 'dewind@atomicobject.com' } 6 | s.source = { :git => 'https://github.com/dewind/JSGCDDispatcher.git', :tag => '0.2' } 7 | s.homepage = 'https://github.com/dewind/JSGCDDispatcher' 8 | s.source_files = 'JSGCDDispatcher' 9 | s.license = { :type => 'MIT', :file => 'LICENSE' } 10 | end 11 | -------------------------------------------------------------------------------- /JSGCDDispatcher/0.3/JSGCDDispatcher.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'JSGCDDispatcher' 3 | s.version = '0.3' 4 | s.summary = 'A small Objective-C wrapper around GCD.' 5 | s.author = { 'Justin DeWind' => 'dewind@atomicobject.com' } 6 | s.source = { :git => 'https://github.com/dewind/JSGCDDispatcher.git', :tag => '0.3' } 7 | s.homepage = 'https://github.com/dewind/JSGCDDispatcher' 8 | s.source_files = 'JSGCDDispatcher' 9 | s.license = { :type => 'MIT', :file => 'LICENSE' } 10 | end 11 | -------------------------------------------------------------------------------- /JSGCDDispatcher/0.4/JSGCDDispatcher.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'JSGCDDispatcher' 3 | s.version = '0.4' 4 | s.summary = 'A small Objective-C wrapper around GCD.' 5 | s.author = { 'Justin DeWind' => 'dewind@atomicobject.com' } 6 | s.source = { :git => 'https://github.com/dewind/JSGCDDispatcher.git', :tag => '0.4' } 7 | s.homepage = 'https://github.com/dewind/JSGCDDispatcher' 8 | s.source_files = 'JSGCDDispatcher' 9 | s.license = { :type => 'MIT', :file => 'LICENSE' } 10 | end 11 | -------------------------------------------------------------------------------- /JSGCDDispatcher/0.5/JSGCDDispatcher.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'JSGCDDispatcher' 3 | s.version = '0.5' 4 | s.summary = 'A small Objective-C wrapper around GCD.' 5 | s.author = { 'Justin DeWind' => 'dewind@atomicobject.com' } 6 | s.source = { :git => 'https://github.com/dewind/JSGCDDispatcher.git', :tag => '0.5' } 7 | s.homepage = 'https://github.com/dewind/JSGCDDispatcher' 8 | s.source_files = 'JSGCDDispatcher' 9 | s.license = { :type => 'MIT', :file => 'LICENSE' } 10 | end 11 | -------------------------------------------------------------------------------- /JTCategories/0.0.1/JTCategories.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "JTCategories" 3 | s.version = "0.0.1" 4 | s.summary = "A selection of useful Objective-C categories." 5 | s.homepage = "https://github.com/jtribe/JTCategories" 6 | s.license = 'MIT' 7 | s.author = { "Armin" => "armin@jtribe.com.au" } 8 | s.source = { :git => "https://github.com/jtribe/JTCategories.git", :tag => "0.0.1" } 9 | s.source_files = '*.*' 10 | s.exclude_files = '*.md' 11 | s.platform = :ios, '5.0' 12 | end -------------------------------------------------------------------------------- /MCUIColorUtils/1.0.0/MCUIColorUtils.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'MCUIColorUtils' 3 | s.version = '1.0.0' 4 | s.license = 'BSD 3-Clause' 5 | s.summary = 'UIColor utilities.' 6 | s.homepage = 'https://github.com/mirego/MCUIColorUtils.git' 7 | s.authors = { 'Mirego' => 'info@mirego.com' } 8 | s.source = { :git => 'https://github.com/mirego/MCUIColorUtils.git', :tag => s.version.to_s } 9 | s.source_files = 'MCUIColorUtils/*.{h,m}' 10 | s.requires_arc = true 11 | 12 | s.platform = :ios, '5.0' 13 | end 14 | -------------------------------------------------------------------------------- /MTDates/0.6.0/MTDates.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "MTDates" 3 | s.version = "0.6.0" 4 | s.summary = "A category on NSDate. 100+ date calculation methods." 5 | s.homepage = "https://github.com/mysterioustrousers/MTDates" 6 | s.license = 'BSD ' 7 | s.author = { "Adam Kirk" => "atomkirk@gmail.com" } 8 | s.source = { :git => "https://github.com/mysterioustrousers/MTDates.git", :tag => "0.6.0" } 9 | s.source_files = 'MTDates/*.{h,m}' 10 | s.requires_arc = true 11 | end 12 | -------------------------------------------------------------------------------- /MTDates/0.6.1/MTDates.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "MTDates" 3 | s.version = "0.6.1" 4 | s.summary = "A category on NSDate. 100+ date calculation methods." 5 | s.homepage = "https://github.com/mysterioustrousers/MTDates" 6 | s.license = 'BSD ' 7 | s.author = { "Adam Kirk" => "atomkirk@gmail.com" } 8 | s.source = { :git => "https://github.com/mysterioustrousers/MTDates.git", :tag => "0.6.1" } 9 | s.source_files = 'MTDates/*.{h,m}' 10 | s.requires_arc = true 11 | end 12 | -------------------------------------------------------------------------------- /MTDates/0.6.2/MTDates.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "MTDates" 3 | s.version = "0.6.2" 4 | s.summary = "A category on NSDate. 100+ date calculation methods." 5 | s.homepage = "https://github.com/mysterioustrousers/MTDates" 6 | s.license = 'BSD ' 7 | s.author = { "Adam Kirk" => "atomkirk@gmail.com" } 8 | s.source = { :git => "https://github.com/mysterioustrousers/MTDates.git", :tag => "0.6.2" } 9 | s.source_files = 'MTDates/*.{h,m}' 10 | s.requires_arc = true 11 | end 12 | -------------------------------------------------------------------------------- /MTDates/0.7.0/MTDates.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "MTDates" 3 | s.version = "0.7.0" 4 | s.summary = "A category on NSDate. 100+ date calculation methods." 5 | s.homepage = "https://github.com/mysterioustrousers/MTDates" 6 | s.license = 'BSD ' 7 | s.author = { "Adam Kirk" => "atomkirk@gmail.com" } 8 | s.source = { :git => "https://github.com/mysterioustrousers/MTDates.git", :tag => "0.7.0" } 9 | s.source_files = 'MTDates/*.{h,m}' 10 | s.requires_arc = true 11 | end 12 | -------------------------------------------------------------------------------- /MTDates/0.7.1/MTDates.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "MTDates" 3 | s.version = "0.7.1" 4 | s.summary = "A category on NSDate. 100+ date calculation methods." 5 | s.homepage = "https://github.com/mysterioustrousers/MTDates" 6 | s.license = 'BSD ' 7 | s.author = { "Adam Kirk" => "atomkirk@gmail.com" } 8 | s.source = { :git => "https://github.com/mysterioustrousers/MTDates.git", :tag => "0.7.1" } 9 | s.source_files = 'MTDates/*.{h,m}' 10 | s.requires_arc = true 11 | end 12 | -------------------------------------------------------------------------------- /MTDates/0.7.2/MTDates.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "MTDates" 3 | s.version = "0.7.2" 4 | s.summary = "A category on NSDate. 100+ date calculation methods." 5 | s.homepage = "https://github.com/mysterioustrousers/MTDates" 6 | s.license = 'BSD ' 7 | s.author = { "Adam Kirk" => "atomkirk@gmail.com" } 8 | s.source = { :git => "https://github.com/mysterioustrousers/MTDates.git", :tag => "0.7.2" } 9 | s.source_files = 'MTDates/*.{h,m}' 10 | s.requires_arc = true 11 | end 12 | -------------------------------------------------------------------------------- /MTDates/0.7.3/MTDates.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "MTDates" 3 | s.version = "0.7.3" 4 | s.summary = "A category on NSDate. 100+ date calculation methods." 5 | s.homepage = "https://github.com/mysterioustrousers/MTDates" 6 | s.license = 'BSD ' 7 | s.author = { "Adam Kirk" => "atomkirk@gmail.com" } 8 | s.source = { :git => "https://github.com/mysterioustrousers/MTDates.git", :tag => "0.7.3" } 9 | s.source_files = 'MTDates/*.{h,m}' 10 | s.requires_arc = true 11 | end 12 | -------------------------------------------------------------------------------- /MTDates/0.7.4/MTDates.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "MTDates" 3 | s.version = "0.7.4" 4 | s.summary = "A category on NSDate. 100+ date calculation methods." 5 | s.homepage = "https://github.com/mysterioustrousers/MTDates" 6 | s.license = 'BSD ' 7 | s.author = { "Adam Kirk" => "atomkirk@gmail.com" } 8 | s.source = { :git => "https://github.com/mysterioustrousers/MTDates.git", :tag => "0.7.4" } 9 | s.source_files = 'MTDates/*.{h,m}' 10 | s.requires_arc = true 11 | end 12 | -------------------------------------------------------------------------------- /MTDates/0.7.5/MTDates.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "MTDates" 3 | s.version = "0.7.5" 4 | s.summary = "A category on NSDate. 100+ date calculation methods." 5 | s.homepage = "https://github.com/mysterioustrousers/MTDates" 6 | s.license = 'BSD ' 7 | s.author = { "Adam Kirk" => "atomkirk@gmail.com" } 8 | s.source = { :git => "https://github.com/mysterioustrousers/MTDates.git", :tag => "0.7.5" } 9 | s.source_files = 'MTDates/*.{h,m}' 10 | s.requires_arc = true 11 | end 12 | -------------------------------------------------------------------------------- /MTDates/0.8.0/MTDates.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "MTDates" 3 | s.version = "0.8.0" 4 | s.summary = "A category on NSDate. 100+ date calculation methods." 5 | s.homepage = "https://github.com/mysterioustrousers/MTDates" 6 | s.license = 'BSD ' 7 | s.author = { "Adam Kirk" => "atomkirk@gmail.com" } 8 | s.source = { :git => "https://github.com/mysterioustrousers/MTDates.git", :tag => "0.8.0" } 9 | s.source_files = 'MTDates/*.{h,m}' 10 | s.requires_arc = true 11 | end 12 | -------------------------------------------------------------------------------- /MTDates/0.9.0/MTDates.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "MTDates" 3 | s.version = "0.9.0" 4 | s.summary = "A category on NSDate. 100+ date calculation methods." 5 | s.homepage = "https://github.com/mysterioustrousers/MTDates" 6 | s.license = 'BSD ' 7 | s.author = { "Adam Kirk" => "atomkirk@gmail.com" } 8 | s.source = { :git => "https://github.com/mysterioustrousers/MTDates.git", :tag => "0.9.0" } 9 | s.source_files = 'MTDates/*.{h,m}' 10 | s.requires_arc = true 11 | end 12 | -------------------------------------------------------------------------------- /MTDates/0.9.1/MTDates.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "MTDates" 3 | s.version = "0.9.1" 4 | s.summary = "A category on NSDate. 100+ date calculation methods." 5 | s.homepage = "https://github.com/mysterioustrousers/MTDates" 6 | s.license = 'BSD ' 7 | s.author = { "Adam Kirk" => "atomkirk@gmail.com" } 8 | s.source = { :git => "https://github.com/mysterioustrousers/MTDates.git", :tag => "0.9.1" } 9 | s.source_files = 'MTDates/*.{h,m}' 10 | s.requires_arc = true 11 | end 12 | -------------------------------------------------------------------------------- /MTDates/0.9.2/MTDates.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "MTDates" 3 | s.version = "0.9.2" 4 | s.summary = "A category on NSDate. 100+ date calculation methods." 5 | s.homepage = "https://github.com/mysterioustrousers/MTDates" 6 | s.license = 'BSD ' 7 | s.author = { "Adam Kirk" => "atomkirk@gmail.com" } 8 | s.source = { :git => "https://github.com/mysterioustrousers/MTDates.git", :tag => "0.9.2" } 9 | s.source_files = 'MTDates/*.{h,m}' 10 | s.requires_arc = true 11 | end 12 | -------------------------------------------------------------------------------- /PhoneNumberFormatter/0.1.0/PhoneNumberFormatter.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'PhoneNumberFormatter' 3 | s.version = '0.1.0' 4 | s.license = 'MIT' 5 | s.summary = 'NSFormatter subclass for formatting phone numbers.' 6 | s.homepage = 'http://github.com/edgecase/PhoneNumberFormatter' 7 | s.author = { 'Mike Enriquez' => 'mike@enriquez.me' } 8 | s.source = { :git => 'https://github.com/edgecase/PhoneNumberFormatter.git', :tag => '0.1.0' } 9 | s.source_files = 'ext/PhoneNumberFormatter/**/*.{h,m}' 10 | end 11 | -------------------------------------------------------------------------------- /SMXObject/1.1/SMXObject.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "SMXObject" 3 | s.version = "1.1" 4 | s.summary = "NSObject subclass for doing interesting things." 5 | s.homepage = "https://github.com/simonmaddox/SMXObject" 6 | s.license = 'MIT' 7 | s.author = { "Simon Maddox" => "simon@simonmaddox.com" } 8 | s.source = { :git => "https://github.com/simonmaddox/SMXObject.git", :tag => "1.1" } 9 | s.platform = :ios, '5.0' 10 | s.source_files = 'SMXObject/SMXObject.{h,m}' 11 | end 12 | -------------------------------------------------------------------------------- /YIPopupTextView/0.0.1/YIPopupTextView.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'YIPopupTextView' 3 | s.version = '0.0.1' 4 | s.license = 'Beerware' 5 | s.summary = "facebook's post-like input text view for iOS." 6 | s.homepage = 'https://github.com/inamiy/YIPopupTextView' 7 | s.author = { 'Yasuhiro Inami' => 'inamiy@gmail.com' } 8 | s.source = { :git => 'https://github.com/inamiy/YIPopupTextView.git', :commit => '02ada60e3a' } 9 | s.source_files = 'YIPopupTextView/**/*.{h,m}' 10 | 11 | s.requires_arc = true 12 | end -------------------------------------------------------------------------------- /AdMobHelper/6.4.0/AdMobHelper.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "AdMobHelper" 3 | s.version = "6.4.0" 4 | s.summary = "Shortcut function for AdMob." 5 | s.homepage = "https://github.com/youknowone/AdMobHelper" 6 | s.license = 'Public Domain' 7 | s.author = { "Jeong YunWon" => "jeong@youknowone.org" } 8 | s.source = { :git => "https://github.com/youknowone/AdMobHelper.git", :tag => "6.4.0" } 9 | s.platform = :ios 10 | s.source_files = '*.{h,m}' 11 | s.dependency 'AdMob' 12 | end 13 | -------------------------------------------------------------------------------- /CDEvents/1.2.0/CDEvents.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "CDEvents" 3 | s.version = "1.2.0" 4 | s.summary = "An Objective-C wrapper for Mac OS X’s FSEvents C API." 5 | s.homepage = "http://rastersize.github.com/CDEvents" 6 | s.license = 'MIT' 7 | s.author = { "Aron Cedercrantz" => "aron@cedercrantz.se" } 8 | s.source = { :git => "https://github.com/rastersize/CDEvents.git", :tag => "1.2.0" } 9 | s.platform = :osx, '10.6' 10 | s.source_files = '*.{h,m}' 11 | s.framework = 'CoreServices' 12 | s.requires_arc = true 13 | end -------------------------------------------------------------------------------- /Caboodle/0.1.0/Caboodle.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Caboodle' 3 | s.version = '0.1.0' 4 | s.license = 'MIT' 5 | s.platform = :ios, '5.0' 6 | s.summary = "Caboodle builds on Foundation to implement missing data structures." 7 | s.homepage = 'https://github.com/rdavies/Caboodle' 8 | s.author = { 'Ryan Davies' => 'ryan@ryandavies.net' } 9 | s.source = { :git => 'https://github.com/rdavies/Caboodle.git', :tag => s.version.to_s } 10 | s.source_files = 'Caboodle/**/*.{h,m}' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /Caboodle/0.2.0/Caboodle.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Caboodle' 3 | s.version = '0.2.0' 4 | s.license = 'MIT' 5 | s.platform = :ios, '5.0' 6 | s.summary = "Caboodle builds on Foundation to implement missing data structures." 7 | s.homepage = 'https://github.com/rdavies/Caboodle' 8 | s.author = { 'Ryan Davies' => 'ryan@ryandavies.net' } 9 | s.source = { :git => 'https://github.com/rdavies/Caboodle.git', :tag => s.version.to_s } 10 | s.source_files = 'Caboodle/**/*.{h,m}' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /Caboodle/0.3.0/Caboodle.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Caboodle' 3 | s.version = '0.3.0' 4 | s.license = 'MIT' 5 | s.platform = :ios, '5.0' 6 | s.summary = "Caboodle builds on Foundation to implement missing data structures." 7 | s.homepage = 'https://github.com/rdavies/Caboodle' 8 | s.author = { 'Ryan Davies' => 'ryan@ryandavies.net' } 9 | s.source = { :git => 'https://github.com/rdavies/Caboodle.git', :tag => s.version.to_s } 10 | s.source_files = 'Caboodle/**/*.{h,m}' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /CocoaLumberjack/1.0/CocoaLumberjack.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'CocoaLumberjack' 3 | s.version = '1.0' 4 | s.license = 'BSD' 5 | s.summary = 'A fast & simple, yet powerful & flexible logging framework for Mac and iOS.' 6 | s.homepage = 'http://code.google.com/p/cocoalumberjack/' 7 | s.author = { 'Robbie Hanson' => 'robbiehanson@deusty.com' } 8 | s.source = { :git => 'https://github.com/robbiehanson/CocoaLumberjack.git', 9 | :tag => '1.0' } 10 | 11 | s.source_files = 'Lumberjack' 12 | end 13 | -------------------------------------------------------------------------------- /CocoaLumberjack/1.1/CocoaLumberjack.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'CocoaLumberjack' 3 | s.version = '1.1' 4 | s.license = 'BSD' 5 | s.summary = 'A fast & simple, yet powerful & flexible logging framework for Mac and iOS.' 6 | s.homepage = 'http://code.google.com/p/cocoalumberjack/' 7 | s.author = { 'Robbie Hanson' => 'robbiehanson@deusty.com' } 8 | s.source = { :git => 'https://github.com/robbiehanson/CocoaLumberjack.git', 9 | :tag => '1.1' } 10 | 11 | s.source_files = 'Lumberjack' 12 | end 13 | -------------------------------------------------------------------------------- /CocoaLumberjack/1.2/CocoaLumberjack.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'CocoaLumberjack' 3 | s.version = '1.2' 4 | s.license = 'BSD' 5 | s.summary = 'A fast & simple, yet powerful & flexible logging framework for Mac and iOS.' 6 | s.homepage = 'http://code.google.com/p/cocoalumberjack/' 7 | s.author = { 'Robbie Hanson' => 'robbiehanson@deusty.com' } 8 | s.source = { :git => 'https://github.com/robbiehanson/CocoaLumberjack.git', 9 | :tag => '1.2' } 10 | 11 | s.source_files = 'Lumberjack' 12 | end 13 | -------------------------------------------------------------------------------- /Godzippa/0.1.2/Godzippa.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Godzippa' 3 | s.version = '0.1.2' 4 | s.license = 'MIT' 5 | s.summary = 'GZip Compression / Decompression Category for NSData.' 6 | s.homepage = 'https://github.com/mattt/Godzippa' 7 | s.author = { 'Mattt Thompson' => 'm@mattt.me' } 8 | s.source = { :git => 'https://github.com/mattt/Godzippa.git', 9 | :tag => '0.1.2' } 10 | s.source_files = 'Godzippa/NSData+Godzippa.{h,m}' 11 | s.requires_arc = true 12 | 13 | s.library = 'z' 14 | end 15 | -------------------------------------------------------------------------------- /JCPriorityQueue/0.0.1/JCPriorityQueue.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'JCPriorityQueue' 3 | s.version = '0.0.1' 4 | s.license = 'BSD' 5 | s.summary = 'A set of priority queue classes for Objective C.' 6 | s.homepage = 'https://github.com/jessedc/JCPriorityQueue' 7 | s.author = { 'Jesse Collis' => 'jesse@jcmultimedia.com.au' } 8 | 9 | s.source = { :git => 'https://github.com/jessedc/JCPriorityQueue.git', :commit => 'e5c0f5ed03b802064ac8d27d85e996aebb01e3bf' } 10 | s.source_files = 'JCPriorityQueue/*.{h,m}' 11 | end -------------------------------------------------------------------------------- /LineKit/1.0.0/LineKit.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "LineKit" 3 | s.version = "1.0.0" 4 | s.summary = "Share to Naver Line from your apps." 5 | s.homepage = "https://github.com/dlackty/LineKit" 6 | s.license = { :type => 'MIT', :file => 'LICENSE' } 7 | 8 | s.author = { "Chih-Wei Lee" => "dlackty@gmail.com" } 9 | s.source = { :git => "https://github.com/dlackty/LineKit.git", :tag => "1.0.0" } 10 | s.platform = :ios, '4.0' 11 | 12 | s.source_files = 'LineKit/*.{h,m}' 13 | end 14 | -------------------------------------------------------------------------------- /Lockbox/1.2.0/Lockbox.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Lockbox' 3 | s.version = '1.2.0' 4 | s.license = 'MIT' 5 | s.summary = 'Lockbox is an Objective-C utility class for storing data securely in the keychain. Use it to store small, sensitive bits of data securely.' 6 | s.homepage = 'https://github.com/granoff/Lockbox' 7 | s.author = 'Mark H. Granoff' 8 | s.source = { :git => 'https://github.com/granoff/Lockbox.git', :tag => '1.2.0' } 9 | s.source_files = 'Lockbox.{h,m}' 10 | s.framework = 'Security' 11 | end 12 | -------------------------------------------------------------------------------- /NSHash/1.0.0/NSHash.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "NSHash" 3 | s.version = "1.0.0" 4 | s.summary = "NSHash adds hashing methods to NSString and NSData." 5 | s.homepage = "https://github.com/jerolimov/NSHash" 6 | s.author = "Christoph Jerolimov" 7 | s.license = "Apache License, Version 2.0, January 2004" 8 | 9 | s.source = { :git => "https://github.com/jerolimov/NSHash.git", :tag => s.version.to_s } 10 | 11 | s.source_files = "NSHash/*.{h,m}" 12 | s.requires_arc = true 13 | end 14 | -------------------------------------------------------------------------------- /NSHash/1.0.1/NSHash.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "NSHash" 3 | s.version = "1.0.1" 4 | s.summary = "NSHash adds hashing methods to NSString and NSData." 5 | s.homepage = "https://github.com/jerolimov/NSHash" 6 | s.author = "Christoph Jerolimov" 7 | s.license = "Apache License, Version 2.0, January 2004" 8 | 9 | s.source = { :git => "https://github.com/jerolimov/NSHash.git", :tag => s.version.to_s } 10 | 11 | s.source_files = "NSHash/*.{h,m}" 12 | s.requires_arc = true 13 | end 14 | -------------------------------------------------------------------------------- /TKRoundedView/0.2/TKRoundedView.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "TKRoundedView" 3 | s.version = "0.2" 4 | s.summary = "Rounded corners withour images." 5 | s.homepage = "http://github.com/mapedd/TKRoundedView" 6 | s.license = 'Apache' 7 | s.author = { "Tomek Kuzma" => "mapedd@mapedd.com" } 8 | s.source = { :git => "https://github.com/mapedd/TKRoundedView.git", :tag => "0.2" } 9 | s.platform = :ios 10 | s.source_files = 'TKRoundedView.{h,m}' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /TransformerKit/0.0.1/TransformerKit.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'TransformerKit' 3 | s.version = '0.0.1' 4 | s.license = 'MIT' 5 | s.summary = 'A block-based API for NSValueTransformer, with a growing collection of useful examples.' 6 | s.homepage = 'https://github.com/mattt/TransformerKit' 7 | s.authors = { 'Mattt Thompson' => 'm@mattt.me' } 8 | s.source = { :git => 'https://github.com/mattt/TransformerKit.git', :tag => '0.0.1' } 9 | s.source_files = 'TransformerKit' 10 | s.requires_arc = true 11 | end 12 | -------------------------------------------------------------------------------- /TransformerKit/0.0.2/TransformerKit.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'TransformerKit' 3 | s.version = '0.0.2' 4 | s.license = 'MIT' 5 | s.summary = 'A block-based API for NSValueTransformer, with a growing collection of useful examples.' 6 | s.homepage = 'https://github.com/mattt/TransformerKit' 7 | s.authors = { 'Mattt Thompson' => 'm@mattt.me' } 8 | s.source = { :git => 'https://github.com/mattt/TransformerKit.git', :tag => '0.0.2' } 9 | s.source_files = 'TransformerKit' 10 | s.requires_arc = true 11 | end 12 | -------------------------------------------------------------------------------- /TransformerKit/0.1.0/TransformerKit.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'TransformerKit' 3 | s.version = '0.1.0' 4 | s.license = 'MIT' 5 | s.summary = 'A block-based API for NSValueTransformer, with a growing collection of useful examples.' 6 | s.homepage = 'https://github.com/mattt/TransformerKit' 7 | s.authors = { 'Mattt Thompson' => 'm@mattt.me' } 8 | s.source = { :git => 'https://github.com/mattt/TransformerKit.git', :tag => '0.1.0' } 9 | s.source_files = 'TransformerKit' 10 | s.requires_arc = true 11 | end 12 | -------------------------------------------------------------------------------- /TransformerKit/0.2.0/TransformerKit.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'TransformerKit' 3 | s.version = '0.2.0' 4 | s.license = 'MIT' 5 | s.summary = 'A block-based API for NSValueTransformer, with a growing collection of useful examples.' 6 | s.homepage = 'https://github.com/mattt/TransformerKit' 7 | s.authors = { 'Mattt Thompson' => 'm@mattt.me' } 8 | s.source = { :git => 'https://github.com/mattt/TransformerKit.git', :tag => '0.2.0' } 9 | s.source_files = 'TransformerKit' 10 | s.requires_arc = true 11 | end 12 | -------------------------------------------------------------------------------- /TransformerKit/0.2.1/TransformerKit.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'TransformerKit' 3 | s.version = '0.2.1' 4 | s.license = 'MIT' 5 | s.summary = 'A block-based API for NSValueTransformer, with a growing collection of useful examples.' 6 | s.homepage = 'https://github.com/mattt/TransformerKit' 7 | s.authors = { 'Mattt Thompson' => 'm@mattt.me' } 8 | s.source = { :git => 'https://github.com/mattt/TransformerKit.git', :tag => '0.2.1' } 9 | s.source_files = 'TransformerKit' 10 | s.requires_arc = true 11 | end 12 | -------------------------------------------------------------------------------- /TransformerKit/0.2.2/TransformerKit.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'TransformerKit' 3 | s.version = '0.2.2' 4 | s.license = 'MIT' 5 | s.summary = 'A block-based API for NSValueTransformer, with a growing collection of useful examples.' 6 | s.homepage = 'https://github.com/mattt/TransformerKit' 7 | s.authors = { 'Mattt Thompson' => 'm@mattt.me' } 8 | s.source = { :git => 'https://github.com/mattt/TransformerKit.git', :tag => '0.2.2' } 9 | s.source_files = 'TransformerKit' 10 | s.requires_arc = true 11 | end 12 | -------------------------------------------------------------------------------- /AGi18n/0.0.1/AGi18n.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'AGi18n' 3 | s.version = '0.0.1' 4 | s.platform = :ios 5 | s.summary = "Easily localize your iOS apps by automatically extracting texts from code and XIB files into a Localizable strings." 6 | s.homepage = "https://github.com/angelolloqui/AGi18n" 7 | s.author = 'Angel G. Olloqui' 8 | s.license = 'BSD' 9 | s.source = { :git => "https://github.com/angelolloqui/AGi18n.git", :tag => '0.0.1' } 10 | s.source_files = 'lib/**/*.{h,m}' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /CupertinoYankee/0.1.0/CupertinoYankee.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'CupertinoYankee' 3 | s.version = '0.1.0' 4 | s.license = 'MIT' 5 | s.summary = 'An NSDate Category With Locale-Aware Calculations for Beginning & End of Day, Week, Month, and Year.' 6 | s.homepage = 'https://github.com/mattt/CupertinoYankee' 7 | s.authors = {'Mattt Thompson' => 'm@mattt.me'} 8 | s.source = { :git => 'https://github.com/mattt/CupertinoYankee.git', :tag => '0.1.0' } 9 | s.source_files = 'NSDate+CupertinoYankee.{h,m}' 10 | 11 | end 12 | -------------------------------------------------------------------------------- /DOSingleton/0.0.1/DOSingleton.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "DOSingleton" 3 | s.version = "0.0.1" 4 | s.summary = "Subclassable Objective-C singleton." 5 | s.homepage = "https://github.com/stel/DOSingleton" 6 | s.license = 'MIT' 7 | s.author = { "Dmitry Obukhov" => "stel2k@gmail.com" } 8 | s.source = { :git => "https://github.com/stel/DOSingleton.git", :tag => "0.0.1" } 9 | s.platform = :osx, '10.7' 10 | s.source_files = 'DOSingleton.{h,m}' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /Godzippa/0.1.1/Godzippa.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Godzippa' 3 | s.version = '0.1.1' 4 | s.license = 'MIT' 5 | s.summary = 'GZip Compression / Decompression Category for NSData.' 6 | s.homepage = 'https://github.com/mattt/Godzippa' 7 | s.author = { 'Mattt Thompson' => 'm@mattt.me' } 8 | s.source = { :git => 'https://github.com/mattt/Godzippa.git', 9 | :tag => '0.1.1' } 10 | s.source_files = 'Godzippa/NSData+Godzippa.{h,m}' 11 | s.requires_arc = true 12 | 13 | s.library = 'z' 14 | end 15 | -------------------------------------------------------------------------------- /JTApplication/0.0.1/JTApplication.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "JTApplication" 3 | s.version = "0.0.1" 4 | s.summary = "Simple stuff for any iOS app." 5 | s.homepage = "https://github.com/jtribe/JTApplication" 6 | s.license = { :type => 'MIT'} 7 | s.author = { "Armin Kroll" => "armin@jtribe.com.au" } 8 | s.source = { :git => "https://github.com/jtribe/JTApplication.git", :tag => "0.0.1" } 9 | s.source_files = '*.*' 10 | s.exclude_files = '*.md' 11 | s.platform = :ios, '5.0' 12 | end 13 | -------------------------------------------------------------------------------- /LKbadgeView/0.0.1/LKbadgeView.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'LKbadgeView' 3 | s.version = '0.0.1' 4 | s.license = 'MIT' 5 | s.platform = :ios 6 | s.summary = 'Custom badge view.' 7 | s.homepage = 'https://github.com/lakesoft' 8 | s.author = { 'lakesoft' => 'lakesoft' } 9 | s.source = { :git => 'https://github.com/lakesoft/LKbadgeView.git', 10 | :commit => 'd15e5a0cd9e7eca4b1705bf1fc97a72a3ff72974' } 11 | s.source_files = 'LKBadgeView.{h,m}' 12 | s.frameworks = 'UIKit' 13 | 14 | end 15 | -------------------------------------------------------------------------------- /LKbadgeView/1.1.0/LKbadgeView.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'LKbadgeView' 3 | s.version = '1.1.0' 4 | s.platform = :ios 5 | s.summary = 'Custom badge view.' 6 | s.homepage = 'https://github.com/lakesoft/LKbadgeView' 7 | s.author = { 'lakesoft' => 'lakesoft' } 8 | s.source = { :git => 'https://github.com/lakesoft/LKbadgeView.git', 9 | :tag => '1.1.0' } 10 | s.source_files = 'LKBadgeView.{h,m}' 11 | s.frameworks = 'UIKit' 12 | s.license = { :type => 'MIT', :file => 'README.md' } 13 | end 14 | -------------------------------------------------------------------------------- /MFMathLib/1.0.0/MFMathLib.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'MFMathLib' 3 | s.version = '1.0.0' 4 | s.license = 'Public Domain' 5 | s.summary = '8-bit to 1024-bit precision arithmetic with overflow/underflow tracking.' 6 | s.homepage = 'https://github.com/freshcode/MFMathLib' 7 | s.author = { 'Freshcode' => 'info@madefresh.ca' } 8 | s.source = { :git => 'https://github.com/freshcode/MFMathLib.git', :tag => s.version.to_s } 9 | s.source_files = 'Classes', 'MathLib/mfmathlib.{h,c}' 10 | s.requires_arc = true 11 | end 12 | -------------------------------------------------------------------------------- /SEDraggable/1.0.0/SEDraggable.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'SEDraggable' 3 | s.version = '1.0.0' 4 | s.license = 'MIT' 5 | s.summary = 'Drag and drop UIView subclasses for iOS.' 6 | s.homepage = 'http://github.com/brynbellomy/iOS-DragAndDrop' 7 | s.author = { 'bryn austin bellomy' => 'bryn@signals.io' } 8 | s.source = { :git => 'https://github.com/brynbellomy/iOS-DragAndDrop.git', :tag => '1.0.0' } 9 | s.platform = :ios 10 | s.source_files = 'Classes', 'Classes/**/*.{h,m}' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /SVHTTPRequest/0.2/SVHTTPRequest.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "SVHTTPRequest" 3 | s.version = "0.2" 4 | s.summary = "Simple REST client for iOS and Mac." 5 | s.homepage = "http://samvermette.com/310" 6 | s.license = 'MIT' 7 | s.author = { "Sam Vermette" => "hello@samvermette.com" } 8 | s.source = { :git => "https://github.com/samvermette/SVHTTPRequest.git", :tag => "0.2" } 9 | s.requires_arc = true 10 | s.platform = :ios, '5.0' 11 | s.source_files = 'SVHTTPRequest/*.{h,m}' 12 | end 13 | -------------------------------------------------------------------------------- /Toast/2.0/Toast.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "Toast" 3 | s.version = "2.0" 4 | s.summary = "A UIView category that adds Android-style toast notifications to iOS." 5 | s.homepage = "https://github.com/scalessec/Toast" 6 | s.license = 'MIT' 7 | s.author = { "Charles Scalesse" => "scalessec@gmail.com" } 8 | s.source = { :git => "https://github.com/scalessec/Toast.git", :tag => "2.0" } 9 | s.platform = :ios 10 | s.source_files = 'Toast/Toast' 11 | s.framework = 'QuartzCore' 12 | end -------------------------------------------------------------------------------- /UDTableView/1.0.0/UDTableView.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'UDTableView' 3 | s.version = '1.0.0' 4 | s.license = 'MIT' 5 | s.platform = :ios 6 | s.summary = 'UDTableView allowsMultipleSelection backport to pre iOS5.' 7 | s.homepage = 'https://github.com/ud7/UDTableView-allowsMultipleSelection' 8 | s.author = { 'Rolandas Razma' => 'rolandas@razma.lt' } 9 | 10 | s.source = { :git => 'https://github.com/ud7/UDTableView-allowsMultipleSelection.git', :tag => '1.0.0' } 11 | 12 | s.source_files = '*.{h,m}' 13 | end 14 | -------------------------------------------------------------------------------- /UIViewPlusPosition/0.0.1/UIViewPlusPosition.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.platform = :ios, '4.0' 3 | s.name = 'UIViewPlusPosition' 4 | s.author = "Tyler Neylon" 5 | s.summary = "Position category on UIView." 6 | s.homepage = "http://github.com/tylerneylon/moriarty" 7 | s.license = { :type => 'Custom' } 8 | s.version = '0.0.1' 9 | s.source = { :git => 'https://github.com/hoteltonight/moriarty.git', :commit => '4464f747c28b37c6ef1bf6f2a1dd28e0642467ad' } 10 | s.source_files = 'UIView+Position.{h,m}' 11 | end 12 | -------------------------------------------------------------------------------- /Braille/0.0.3/Braille.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Braille' 3 | s.version = '0.0.3' 4 | s.license = 'MIT' 5 | s.platform = :ios, '6.0' 6 | s.summary = 'A collection of Objective-C classes and extensions used for finding and handling accessibility elements.' 7 | s.homepage = 'https://github.com/rdavies/Braille' 8 | s.author = { 'Ryan Davies' => 'ryan@ryandavies.net' } 9 | s.source = { :git => 'https://github.com/rdavies/Braille.git', :tag => '0.0.3' } 10 | s.source_files = 'Braille/*.{h,m}' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /Braille/0.1.0/Braille.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Braille' 3 | s.version = '0.1.0' 4 | s.license = 'MIT' 5 | s.platform = :ios, '5.0' 6 | s.summary = 'A collection of Objective-C classes and extensions used for finding and handling accessibility elements.' 7 | s.homepage = 'https://github.com/rdavies/Braille' 8 | s.author = { 'Ryan Davies' => 'ryan@ryandavies.net' } 9 | s.source = { :git => 'https://github.com/rdavies/Braille.git', :tag => '0.1.0' } 10 | s.source_files = 'Braille/*.{h,m}' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /CJRouter/1.0/CJRouter.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "CJRouter" 3 | s.version = "1.0" 4 | s.summary = "Scheme url for iOS. Parsing URL and launch an application on a specified controller." 5 | s.homepage = "http://batosai.github.io/CJRouter/" 6 | s.license = 'MIT' 7 | s.author = { "Jeremy Chaufourier" => "jeremy@opsone.net" } 8 | s.source = { :git => "https://github.com/batosai/CJRouter.git", :tag => "1.0" } 9 | s.source_files = 'CJRouter' 10 | 11 | s.platform = :ios, '4.0' 12 | end 13 | -------------------------------------------------------------------------------- /CTidy/0.1.0/CTidy.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'CTidy' 3 | s.version = '0.1.0' 4 | s.license = 'Simplified BSD License' 5 | s.summary = "libtidy Objective-C wrapper." 6 | s.homepage = 'https://github.com/siuying/CTidy' 7 | s.author = { 'Francis Chong' => 'francis@ignition.hk' } 8 | s.source = { :git => 'https://github.com/siuying/CTidy.git', :tag => '0.1.0' } 9 | s.source_files = 'CTidy/CTidy.{h,m}' 10 | s.library = 'tidy' 11 | s.xcconfig = { 'HEADER_SEARCH_PATHS' => '/usr/include/tidy' } 12 | 13 | end 14 | -------------------------------------------------------------------------------- /CTidy/0.2.0/CTidy.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'CTidy' 3 | s.version = '0.2.0' 4 | s.license = 'Simplified BSD License' 5 | s.summary = "libtidy Objective-C wrapper." 6 | s.homepage = 'https://github.com/siuying/CTidy' 7 | s.author = { 'Francis Chong' => 'francis@ignition.hk' } 8 | s.source = { :git => 'https://github.com/siuying/CTidy.git', :tag => '0.2.0' } 9 | s.source_files = 'CTidy/CTidy.{h,m}' 10 | s.library = 'tidy' 11 | s.xcconfig = { 'HEADER_SEARCH_PATHS' => '/usr/include/tidy' } 12 | 13 | end 14 | -------------------------------------------------------------------------------- /DDURLParser/0.0.1/DDURLParser.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'DDURLParser' 3 | s.version = '0.0.1' 4 | s.platform = :ios 5 | s.license = 'MIT' 6 | s.summary = 'Parses Parameters in URLs.' 7 | s.homepage = 'https://github.com/doukasd/iOS-Components' 8 | s.author = { 'Dimitris Doukas' => 'http://github.com/doukasd' } 9 | s.source = { :git => 'https://github.com/doukasd/iOS-Components.git', :commit => '98be1a966cae6046ced04a50ada777710ceee8cc' } 10 | s.source_files = 'Utils/*.{h,m}' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /MD5Digest/0.1.0/MD5Digest.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "MD5Digest" 3 | s.version = "0.1.0" 4 | s.summary = "An Objective-C NSString category for MD5 hex digests." 5 | s.homepage = "https://github.com/Keithbsmiley/MD5Digest" 6 | s.license = 'MIT' 7 | s.author = { "Keith Smiley" => "keithbsmiley@gmail.com" } 8 | s.source = { :git => "https://github.com/Keithbsmiley/MD5Digest.git", :tag => s.version.to_s } 9 | s.source_files = 'NSString+MD5.{h,m}' 10 | s.requires_arc = true 11 | end 12 | 13 | -------------------------------------------------------------------------------- /NSObject-Tap/1.0.0/NSObject-Tap.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "NSObject-Tap" 3 | s.version = "1.0.0" 4 | s.summary = "`tap:` method for Objective-C borrowed from Ruby." 5 | s.homepage = "https://github.com/ikesyo/NSObject-Tap" 6 | s.license = { :type => 'MIT', :file => 'LICENSE' } 7 | s.author = { "Syo Ikeda" => "suicaicoca@gmail.com" } 8 | s.source = { :git => "https://github.com/ikesyo/NSObject-Tap.git", :tag => "1.0.0" } 9 | s.source_files = '*.{h,m}' 10 | s.requires_arc = true 11 | end 12 | -------------------------------------------------------------------------------- /Objection/0.10/Objection.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Objection' 3 | s.version = '0.10' 4 | s.summary = 'A lightweight dependency injection framework for Objective-C.' 5 | s.author = { 'Justin DeWind' => 'dewind@atomicobject.com' } 6 | s.source = { :git => 'https://github.com/atomicobject/objection.git', :tag => '0.10' } 7 | s.homepage = 'http://www.objection-framework.org' 8 | s.source_files = 'Source' 9 | s.license = "https://github.com/atomicobject/objection/blob/master/LICENSE" 10 | end 11 | -------------------------------------------------------------------------------- /SPSuccinct/1.0.0/SPSuccinct.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'SPSuccinct' 3 | s.version = '1.0.0' 4 | s.license = 'MIT' 5 | s.summary = 'Tools to write succinct Objective-C.' 6 | s.homepage = 'http://github.com/nevyn/SPSuccinct' 7 | s.author = { 'Joachim Bengtsson' => 'joachimb@gmail.com' } 8 | 9 | s.source = { :git => 'https://github.com/nevyn/SPSuccinct.git', :tag => '1.0.0' } 10 | 11 | s.description = 'Macros for "POD" literals, KVO tools, and SPDepends.' 12 | 13 | s.source_files = 'SPSuccinct/SP*.{h,m}' 14 | end 15 | -------------------------------------------------------------------------------- /AFNetworking/0.9.0/AFNetworking.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'AFNetworking' 3 | s.version = '0.9.0' 4 | s.license = 'MIT' 5 | s.summary = 'A delightful iOS and OS X networking framework.' 6 | s.homepage = 'https://github.com/AFNetworking/AFNetworking' 7 | s.authors = {'Mattt Thompson' => 'm@mattt.me', 'Scott Raymond' => 'sco@gowalla.com'} 8 | s.source = { :git => 'https://github.com/AFNetworking/AFNetworking.git', :tag => '0.9.0' } 9 | s.source_files = 'AFNetworking' 10 | 11 | s.framework = 'SystemConfiguration' 12 | end 13 | -------------------------------------------------------------------------------- /AFNetworking/0.9.1/AFNetworking.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'AFNetworking' 3 | s.version = '0.9.1' 4 | s.license = 'MIT' 5 | s.summary = 'A delightful iOS and OS X networking framework.' 6 | s.homepage = 'https://github.com/AFNetworking/AFNetworking' 7 | s.authors = {'Mattt Thompson' => 'm@mattt.me', 'Scott Raymond' => 'sco@gowalla.com'} 8 | s.source = { :git => 'https://github.com/AFNetworking/AFNetworking.git', :tag => '0.9.1' } 9 | s.source_files = 'AFNetworking' 10 | 11 | s.framework = 'SystemConfiguration' 12 | end 13 | -------------------------------------------------------------------------------- /AFNetworking/0.9.2/AFNetworking.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'AFNetworking' 3 | s.version = '0.9.2' 4 | s.license = 'MIT' 5 | s.summary = 'A delightful iOS and OS X networking framework.' 6 | s.homepage = 'https://github.com/AFNetworking/AFNetworking' 7 | s.authors = {'Mattt Thompson' => 'm@mattt.me', 'Scott Raymond' => 'sco@gowalla.com'} 8 | s.source = { :git => 'https://github.com/AFNetworking/AFNetworking.git', :tag => '0.9.2' } 9 | s.source_files = 'AFNetworking' 10 | 11 | s.framework = 'SystemConfiguration' 12 | end 13 | -------------------------------------------------------------------------------- /AGImageChecker/0.0.1/AGImageChecker.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'AGImageChecker' 3 | s.version = '0.0.1' 4 | s.platform = :ios 5 | s.summary = "Light library to visually check your app images." 6 | s.homepage = "https://github.com/angelolloqui/AGImageChecker" 7 | s.author = 'Angel G. Olloqui' 8 | s.license = 'BSD' 9 | s.source = { :git => "https://github.com/angelolloqui/AGImageChecker.git", :tag => '0.0.1' } 10 | s.source_files = 'src/**/*.{h,m}' 11 | s.resources = 'src/**/*.png' 12 | s.requires_arc = true 13 | end 14 | -------------------------------------------------------------------------------- /AdMobHelper/6.2.1/AdMobHelper.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "AdMobHelper" 3 | s.version = "6.2.1" 4 | s.summary = "Shortcut function for AdMob." 5 | s.homepage = "https://github.com/youknowone/AdMobHelper" 6 | s.license = 'Public Domain' 7 | s.author = { "Jeong YunWon" => "jeong@youknowone.org" } 8 | s.source = { :git => "https://github.com/youknowone/AdMobHelper.git", :tag => "6.2.1" } 9 | s.platform = :ios 10 | s.source_files = '*.{h,m}' 11 | s.dependency 'AdMob', '~> 6.2.1' 12 | end 13 | -------------------------------------------------------------------------------- /AdMobHelper/6.3.0/AdMobHelper.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "AdMobHelper" 3 | s.version = "6.3.0" 4 | s.summary = "Shortcut function for AdMob." 5 | s.homepage = "https://github.com/youknowone/AdMobHelper" 6 | s.license = 'Public Domain' 7 | s.author = { "Jeong YunWon" => "jeong@youknowone.org" } 8 | s.source = { :git => "https://github.com/youknowone/AdMobHelper.git", :tag => "6.3.0" } 9 | s.platform = :ios 10 | s.source_files = '*.{h,m}' 11 | s.dependency 'AdMob', '~> 6.3.0' 12 | end 13 | -------------------------------------------------------------------------------- /Lockbox/1.0.2/Lockbox.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Lockbox' 3 | s.version = '1.0.2' 4 | s.license = 'MIT' 5 | s.summary = 'Lockbox is an Objective-C utility class for storing data securely in the keychain. Use it to store small, sensitive bits of data securely.' 6 | s.homepage = 'https://github.com/granoff/Lockbox' 7 | s.author = 'Mark H. Granoff' 8 | 9 | s.source = { :git => 'https://github.com/granoff/Lockbox.git', :tag => '1.0.2' } 10 | 11 | s.source_files = 'Lockbox.{h,m}' 12 | s.framework = 'Security' 13 | end 14 | -------------------------------------------------------------------------------- /MBRequest/1.3/MBRequest.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'MBRequest' 3 | s.version = '1.3' 4 | s.license = 'BSD' 5 | s.summary = 'MBRequest is a simple, blocks-based networking library for iOS and OS X built on top of NSURLConnection and NSOperation.' 6 | s.homepage = 'https://github.com/mobiata/MBRequest' 7 | s.author = { 'Sebastian Celis' => 'sebastian@sebastiancelis.com' } 8 | s.source = { :git => 'https://github.com/mobiata/MBRequest.git', :tag => 'v1.3' } 9 | s.source_files = 'Classes' 10 | s.requires_arc = true 11 | end 12 | -------------------------------------------------------------------------------- /MCDateExtensions/1.0.0/MCDateExtensions.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'MCDateExtensions' 3 | s.version = '1.0.0' 4 | s.license = 'BSD 3-Clause' 5 | s.summary = 'Extensions on the dates classes.' 6 | s.homepage = 'https://github.com/mirego/MCDateExtensions' 7 | s.authors = { 'Mirego, Inc.' => 'info@mirego.com' } 8 | s.source = { :git => 'https://github.com/mirego/MCDateExtensions.git', :tag => s.version.to_s } 9 | s.source_files = 'MCDateExtensions/*.{h,m}' 10 | s.requires_arc = true 11 | 12 | s.platform = :ios, '5.0' 13 | end -------------------------------------------------------------------------------- /MFSideMenu/0.5.0/MFSideMenu.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'MFSideMenu' 3 | s.version = '0.5.0' 4 | s.license = 'BSD' 5 | s.summary = 'Facebook-like side menu for iOS.' 6 | s.homepage = 'https://github.com/mikefrederick/MFSideMenu' 7 | s.author = { 'Michael Frederick' => 'mike@viamike.com' } 8 | s.source = { :git => 'https://github.com/mikefrederick/MFSideMenu.git', :tag => s.version.to_s } 9 | s.platform = :ios 10 | s.requires_arc = true 11 | s.source_files = 'MFSideMenu/*' 12 | s.frameworks = 'QuartzCore' 13 | end 14 | -------------------------------------------------------------------------------- /MFSideMenu/0.5.1/MFSideMenu.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'MFSideMenu' 3 | s.version = '0.5.1' 4 | s.license = 'BSD' 5 | s.summary = 'Facebook-like side menu for iOS.' 6 | s.homepage = 'https://github.com/mikefrederick/MFSideMenu' 7 | s.author = { 'Michael Frederick' => 'mike@viamike.com' } 8 | s.source = { :git => 'https://github.com/mikefrederick/MFSideMenu.git', :tag => s.version.to_s } 9 | s.platform = :ios 10 | s.requires_arc = true 11 | s.source_files = 'MFSideMenu/*' 12 | s.frameworks = 'QuartzCore' 13 | end 14 | -------------------------------------------------------------------------------- /MFSideMenu/0.5.2/MFSideMenu.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'MFSideMenu' 3 | s.version = '0.5.2' 4 | s.license = 'BSD' 5 | s.summary = 'Facebook-like side menu for iOS.' 6 | s.homepage = 'https://github.com/mikefrederick/MFSideMenu' 7 | s.author = { 'Michael Frederick' => 'mike@viamike.com' } 8 | s.source = { :git => 'https://github.com/mikefrederick/MFSideMenu.git', :tag => s.version.to_s } 9 | s.platform = :ios 10 | s.requires_arc = true 11 | s.source_files = 'MFSideMenu/*' 12 | s.frameworks = 'QuartzCore' 13 | end 14 | -------------------------------------------------------------------------------- /NSArrayAux/0.0.1/NSArrayAux.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'NSArrayAux' 3 | s.version = '0.0.1' 4 | s.license = 'MIT' 5 | s.summary = 'Auxilary methods for NSArray.' 6 | s.author = { "normalcoder" => "normalcoder@gmail.com" } 7 | s.source = { :git => 'https://github.com/normalcoder/NSArrayAux.git', :tag => s.version.to_s } 8 | s.source_files = '*.{h,m}' 9 | s.requires_arc = true 10 | s.homepage = 'https://github.com/normalcoder/NSArrayAux' 11 | end 12 | -------------------------------------------------------------------------------- /ObjectiveRecord/0.8/ObjectiveRecord.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'ObjectiveRecord' 3 | s.version = '0.8' 4 | s.license = 'MIT' 5 | s.summary = 'Lightweight, Active Record style of managing your CoreData objects.' 6 | s.homepage = 'https://github.com/mneorr/Objective-Record' 7 | s.author = { 'Marin Usalj' => 'mneorr@gmail.com' } 8 | s.source = { :git => 'https://github.com/mneorr/Objective-Record.git', :tag => '0.8' } 9 | 10 | s.source_files = 'Classes', 'Classes/**/*.{h,m}' 11 | 12 | s.requires_arc = true 13 | end 14 | -------------------------------------------------------------------------------- /ObjectiveRecord/0.9/ObjectiveRecord.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'ObjectiveRecord' 3 | s.version = '0.9' 4 | s.license = 'MIT' 5 | s.summary = 'Lightweight, Active Record style of managing your CoreData objects.' 6 | s.homepage = 'https://github.com/mneorr/Objective-Record' 7 | s.author = { 'Marin Usalj' => 'mneorr@gmail.com' } 8 | s.source = { :git => 'https://github.com/mneorr/Objective-Record.git', :tag => '0.9' } 9 | 10 | s.source_files = 'Classes', 'Classes/**/*.{h,m}' 11 | 12 | s.requires_arc = true 13 | end 14 | -------------------------------------------------------------------------------- /TKRoundedView/0.3/TKRoundedView.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "TKRoundedView" 3 | s.version = "0.3" 4 | s.summary = "Rounded corners without images and much more." 5 | s.homepage = "http://github.com/mapedd/TKRoundedView" 6 | s.license = 'Apache' 7 | s.author = { "Tomek Kuzma" => "mapedd@mapedd.com" } 8 | s.source = { :git => "https://github.com/mapedd/TKRoundedView.git", :tag => "0.3" } 9 | s.platform = :ios 10 | s.source_files = 'TKRoundedView.{h,m}' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /TTTLocalizedPluralString/0.0.1/TTTLocalizedPluralString.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'TTTLocalizedPluralString' 3 | s.version = '0.0.1' 4 | s.license = 'MIT' 5 | s.source = { :git => 'https://github.com/mattt/TTTLocalizedPluralString.git', :tag => '0.0.1' } 6 | s.homepage = 'https://github.com/mattt/TTTLocalizedPluralString' 7 | s.author = { 'Mattt Thompson' => 'm@mattt.me' } 8 | s.summary = 'NSLocalizedString with a Count Argument.' 9 | s.source_files = 'TTTLocalizedPluralString.{h,m}' 10 | end 11 | -------------------------------------------------------------------------------- /TTTLocalizedPluralString/0.0.2/TTTLocalizedPluralString.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'TTTLocalizedPluralString' 3 | s.version = '0.0.2' 4 | s.license = 'MIT' 5 | s.source = { :git => 'https://github.com/mattt/TTTLocalizedPluralString.git', :tag => '0.0.2' } 6 | s.homepage = 'https://github.com/mattt/TTTLocalizedPluralString' 7 | s.author = { 'Mattt Thompson' => 'm@mattt.me' } 8 | s.summary = 'NSLocalizedString with a Count Argument.' 9 | s.source_files = 'TTTLocalizedPluralString.{h,m}' 10 | end 11 | -------------------------------------------------------------------------------- /TTTLocalizedPluralString/0.0.3/TTTLocalizedPluralString.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'TTTLocalizedPluralString' 3 | s.version = '0.0.3' 4 | s.license = 'MIT' 5 | s.source = { :git => 'https://github.com/mattt/TTTLocalizedPluralString.git', :tag => '0.0.3' } 6 | s.homepage = 'https://github.com/mattt/TTTLocalizedPluralString' 7 | s.author = { 'Mattt Thompson' => 'm@mattt.me' } 8 | s.summary = 'NSLocalizedString with a Count Argument.' 9 | s.source_files = 'TTTLocalizedPluralString.{h,m}' 10 | end 11 | -------------------------------------------------------------------------------- /TTTLocalizedPluralString/0.0.4/TTTLocalizedPluralString.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'TTTLocalizedPluralString' 3 | s.version = '0.0.4' 4 | s.license = 'MIT' 5 | s.source = { :git => 'https://github.com/mattt/TTTLocalizedPluralString.git', :tag => '0.0.4' } 6 | s.homepage = 'https://github.com/mattt/TTTLocalizedPluralString' 7 | s.author = { 'Mattt Thompson' => 'm@mattt.me' } 8 | s.summary = 'NSLocalizedString with a Count Argument.' 9 | s.source_files = 'TTTLocalizedPluralString.{h,m}' 10 | end 11 | -------------------------------------------------------------------------------- /Typewriter/0.0.1/Typewriter.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Typewriter' 3 | s.version = '0.0.1' 4 | s.license = 'MIT' 5 | s.platform = :ios, '6.0' 6 | s.summary = 'Provides the ability to enter text by simulating key presses.' 7 | s.homepage = 'https://github.com/rdavies/Typewriter' 8 | s.author = { 'Ryan Davies' => 'ryan@ryandavies.net' } 9 | s.source = { :git => 'https://github.com/rdavies/Typewriter.git', :tag => '0.0.1' } 10 | s.source_files = 'Typewriter/*.{h,m}' 11 | s.requires_arc = true 12 | s.dependency 'Handsy' 13 | end 14 | -------------------------------------------------------------------------------- /ZKSforce/26/ZKSforce.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'ZKSforce' 3 | s.version = '26' 4 | s.license = 'MIT' 5 | s.summary = 'A Cocoa library for calling the Salesforce.com SOAP APIs.' 6 | s.homepage = 'https://github.com/superfell/zkSforce' 7 | s.author = { 'Simon Fell' => 'fellforce@gmail.com' } 8 | s.source = { :git => 'https://github.com/superfell/zkSforce.git', :tag => 'v26' } 9 | s.source_files = 'zkSforce' 10 | s.library = 'xml2' 11 | s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' } 12 | end 13 | -------------------------------------------------------------------------------- /ZKSforce/27/ZKSforce.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'ZKSforce' 3 | s.version = '27' 4 | s.license = 'MIT' 5 | s.summary = 'A Cocoa library for calling the Salesforce.com SOAP APIs.' 6 | s.homepage = 'https://github.com/superfell/zkSforce' 7 | s.author = { 'Simon Fell' => 'fellforce@gmail.com' } 8 | s.source = { :git => 'https://github.com/superfell/zkSforce.git', :tag => 'v27' } 9 | s.source_files = 'zkSforce' 10 | s.library = 'xml2' 11 | s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' } 12 | end 13 | -------------------------------------------------------------------------------- /libPusher/1.1/libPusher.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'libPusher' 3 | s.version = '1.1' 4 | s.license = 'MIT' 5 | s.summary = 'An Objective-C client for the Pusher.com service.' 6 | s.homepage = 'https://github.com/lukeredpath/libPusher' 7 | s.author = 'Luke Redpath' 8 | s.source = { :git => 'https://github.com/lukeredpath/libPusher.git', :tag => 'v1.1' } 9 | s.source_files = 'Library/*' 10 | s.frameworks = "CFNetwork" 11 | 12 | s.dependency "JSONKit", "1.4" 13 | s.dependency 'CocoaAsyncSocket', '0.0.1' 14 | end 15 | -------------------------------------------------------------------------------- /taskit/0.0.1/taskit.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "taskit" 3 | s.version = "0.0.1" 4 | s.license = 'WTFPL' 5 | s.summary = "NSTask reimplementation a simpler interface." 6 | s.author = { "Alex Gordon" => "alextgordon@gmail.com" } 7 | s.homepage = 'https://github.com/fileability/taskit' 8 | s.source = { :git => "https://github.com/darvin/taskit.git", 9 | :commit => "e98b48415bf69737d6643cd2f01db05568178140" } 10 | s.source_files = '*.{h,m}' 11 | s.platform = :osx 12 | end 13 | -------------------------------------------------------------------------------- /AFNetworking/1.0RC1/AFNetworking.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'AFNetworking' 3 | s.version = '1.0RC1' 4 | s.license = 'MIT' 5 | s.summary = 'A delightful iOS and OS X networking framework.' 6 | s.homepage = 'https://github.com/AFNetworking/AFNetworking' 7 | s.authors = {'Mattt Thompson' => 'm@mattt.me', 'Scott Raymond' => 'sco@gowalla.com'} 8 | s.source = { :git => 'https://github.com/AFNetworking/AFNetworking.git', :tag => '1.0RC1' } 9 | s.source_files = 'AFNetworking' 10 | 11 | s.framework = 'SystemConfiguration' 12 | end 13 | -------------------------------------------------------------------------------- /GCCommonCode-iOS/0.0.1/GCCommonCode-iOS.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'GCCommonCode-iOS' 3 | s.version = '0.0.1' 4 | s.platform = :ios 5 | s.license = 'MIT' 6 | s.summary = 'GUI Cocoa iOS Common Code Library.' 7 | s.homepage = 'http://guicocoa.com' 8 | s.author = {'GUI Cocoa, LLC.' => 'caleb@guicocoa.com'} 9 | s.source = { :git => 'https://github.com/guicocoa/common-code-ios.git', :commit => '772798cf1f4353e0944005b98aef3508908035d5'} 10 | s.source_files = '*.{h,m}' 11 | s.framework = 'CoreData', 'CoreLocation' 12 | end 13 | -------------------------------------------------------------------------------- /Injective/0.2.0/Injective.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Injective' 3 | s.version = '0.2.0' 4 | s.platform = :ios 5 | s.license = 'MIT' 6 | s.summary = "Cocoa / Cocoa Touch Dependency Injection framework with features for simpler TDD." 7 | s.homepage = 'http://farcaller.github.com/Injective/' 8 | s.author = { 'Vladimir Pouzanov' => 'farcaller@gmail.com' } 9 | s.source = { :git => 'https://github.com/farcaller/Injective.git', :tag => '0.2.0' } 10 | s.source_files = 'Injective/Classes/*.{h,m}', 'Injective/Headers/*.{h,m}' 11 | end 12 | -------------------------------------------------------------------------------- /Injective/0.2.1/Injective.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Injective' 3 | s.version = '0.2.1' 4 | s.platform = :ios 5 | s.license = 'MIT' 6 | s.summary = "Cocoa / Cocoa Touch Dependency Injection framework with features for simpler TDD." 7 | s.homepage = 'http://farcaller.github.com/Injective/' 8 | s.author = { 'Vladimir Pouzanov' => 'farcaller@gmail.com' } 9 | s.source = { :git => 'https://github.com/farcaller/Injective.git', :tag => '0.2.1' } 10 | s.source_files = 'Injective/Classes/*.{h,m}', 'Injective/Headers/*.{h,m}' 11 | end 12 | -------------------------------------------------------------------------------- /Injective/0.2.2/Injective.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Injective' 3 | s.version = '0.2.2' 4 | s.platform = :ios 5 | s.license = 'MIT' 6 | s.summary = "Cocoa / Cocoa Touch Dependency Injection framework with features for simpler TDD." 7 | s.homepage = 'http://farcaller.github.com/Injective/' 8 | s.author = { 'Vladimir Pouzanov' => 'farcaller@gmail.com' } 9 | s.source = { :git => 'https://github.com/farcaller/Injective.git', :tag => '0.2.2' } 10 | s.source_files = 'Injective/Classes/*.{h,m}', 'Injective/Headers/*.{h,m}' 11 | end 12 | -------------------------------------------------------------------------------- /KSLabel/0.1.0/KSLabel.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "KSLabel" 3 | s.version = "0.1.0" 4 | s.summary = "A drop in subclass of NSTextField for programmatically created labels." 5 | s.homepage = "https://github.com/Keithbsmiley/KSLabel" 6 | s.license = 'MIT' 7 | s.author = { "Keith Smiley" => "keithbsmiley@gmail.com" } 8 | s.source = { :git => "https://github.com/Keithbsmiley/KSLabel.git", :tag => "0.1.0" } 9 | s.platform = :osx 10 | s.source_files = '*.{h,m}' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /MFSideMenu/0.4.3/MFSideMenu.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'MFSideMenu' 3 | s.version = '0.4.3' 4 | s.license = 'BSD' 5 | s.summary = 'Facebook-like side menu for iOS.' 6 | s.homepage = 'https://github.com/mikefrederick/MFSideMenu' 7 | s.author = { 'Michael Frederick' => 'mike@viamike.com' } 8 | s.source = { :git => 'https://github.com/mikefrederick/MFSideMenu.git', :tag => s.version.to_s } 9 | s.platform = :ios 10 | s.requires_arc = true 11 | s.source_files = 'MFSideMenu/*.{h,m}' 12 | s.frameworks = 'QuartzCore' 13 | end 14 | -------------------------------------------------------------------------------- /MFSideMenu/0.4.4/MFSideMenu.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'MFSideMenu' 3 | s.version = '0.4.4' 4 | s.license = 'BSD' 5 | s.summary = 'Facebook-like side menu for iOS.' 6 | s.homepage = 'https://github.com/mikefrederick/MFSideMenu' 7 | s.author = { 'Michael Frederick' => 'mike@viamike.com' } 8 | s.source = { :git => 'https://github.com/mikefrederick/MFSideMenu.git', :tag => s.version.to_s } 9 | s.platform = :ios 10 | s.requires_arc = true 11 | s.source_files = 'MFSideMenu/*.{h,m}' 12 | s.frameworks = 'QuartzCore' 13 | end 14 | -------------------------------------------------------------------------------- /MFSideMenu/0.4.5/MFSideMenu.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'MFSideMenu' 3 | s.version = '0.4.5' 4 | s.license = 'BSD' 5 | s.summary = 'Facebook-like side menu for iOS.' 6 | s.homepage = 'https://github.com/mikefrederick/MFSideMenu' 7 | s.author = { 'Michael Frederick' => 'mike@viamike.com' } 8 | s.source = { :git => 'https://github.com/mikefrederick/MFSideMenu.git', :tag => s.version.to_s } 9 | s.platform = :ios 10 | s.requires_arc = true 11 | s.source_files = 'MFSideMenu/*.{h,m}' 12 | s.frameworks = 'QuartzCore' 13 | end 14 | -------------------------------------------------------------------------------- /MFSideMenu/0.4.6/MFSideMenu.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'MFSideMenu' 3 | s.version = '0.4.6' 4 | s.license = 'BSD' 5 | s.summary = 'Facebook-like side menu for iOS.' 6 | s.homepage = 'https://github.com/mikefrederick/MFSideMenu' 7 | s.author = { 'Michael Frederick' => 'mike@viamike.com' } 8 | s.source = { :git => 'https://github.com/mikefrederick/MFSideMenu.git', :tag => s.version.to_s } 9 | s.platform = :ios 10 | s.requires_arc = true 11 | s.source_files = 'MFSideMenu/*.{h,m}' 12 | s.frameworks = 'QuartzCore' 13 | end 14 | -------------------------------------------------------------------------------- /MFSideMenu/0.4.7/MFSideMenu.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'MFSideMenu' 3 | s.version = '0.4.7' 4 | s.license = 'BSD' 5 | s.summary = 'Facebook-like side menu for iOS.' 6 | s.homepage = 'https://github.com/mikefrederick/MFSideMenu' 7 | s.author = { 'Michael Frederick' => 'mike@viamike.com' } 8 | s.source = { :git => 'https://github.com/mikefrederick/MFSideMenu.git', :tag => s.version.to_s } 9 | s.platform = :ios 10 | s.requires_arc = true 11 | s.source_files = 'MFSideMenu/*.{h,m}' 12 | s.frameworks = 'QuartzCore' 13 | end 14 | -------------------------------------------------------------------------------- /MFSideMenu/0.4.8/MFSideMenu.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'MFSideMenu' 3 | s.version = '0.4.8' 4 | s.license = 'BSD' 5 | s.summary = 'Facebook-like side menu for iOS.' 6 | s.homepage = 'https://github.com/mikefrederick/MFSideMenu' 7 | s.author = { 'Michael Frederick' => 'mike@viamike.com' } 8 | s.source = { :git => 'https://github.com/mikefrederick/MFSideMenu.git', :tag => s.version.to_s } 9 | s.platform = :ios 10 | s.requires_arc = true 11 | s.source_files = 'MFSideMenu/*.{h,m}' 12 | s.frameworks = 'QuartzCore' 13 | end 14 | -------------------------------------------------------------------------------- /Objection/0.12.1/Objection.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Objection' 3 | s.version = '0.12.1' 4 | s.summary = 'A lightweight dependency injection framework for Objective-C.' 5 | s.author = { 'Justin DeWind' => 'dewind@atomicobject.com' } 6 | s.source = { :git => 'https://github.com/atomicobject/objection.git', :tag => '0.12.1' } 7 | s.homepage = 'http://www.objection-framework.org' 8 | s.source_files = 'Source' 9 | s.license = "https://github.com/atomicobject/objection/blob/master/LICENSE" 10 | end 11 | -------------------------------------------------------------------------------- /Objection/0.13.0/Objection.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Objection' 3 | s.version = '0.13.0' 4 | s.summary = 'A lightweight dependency injection framework for Objective-C.' 5 | s.author = { 'Justin DeWind' => 'dewind@atomicobject.com' } 6 | s.source = { :git => 'https://github.com/atomicobject/objection.git', :tag => '0.13.0' } 7 | s.homepage = 'http://www.objection-framework.org' 8 | s.source_files = 'Source' 9 | s.license = "https://github.com/atomicobject/objection/blob/master/LICENSE" 10 | end 11 | -------------------------------------------------------------------------------- /Objection/0.13.2/Objection.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Objection' 3 | s.version = '0.13.2' 4 | s.summary = 'A lightweight dependency injection framework for Objective-C.' 5 | s.author = { 'Justin DeWind' => 'dewind@atomicobject.com' } 6 | s.source = { :git => 'https://github.com/atomicobject/objection.git', :tag => '0.13.2' } 7 | s.homepage = 'http://www.objection-framework.org' 8 | s.source_files = 'Source' 9 | s.license = "https://github.com/atomicobject/objection/blob/master/LICENSE" 10 | end 11 | -------------------------------------------------------------------------------- /Objection/0.14.0/Objection.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Objection' 3 | s.version = '0.14.0' 4 | s.summary = 'A lightweight dependency injection framework for Objective-C.' 5 | s.author = { 'Justin DeWind' => 'dewind@atomicobject.com' } 6 | s.source = { :git => 'https://github.com/atomicobject/objection.git', :tag => '0.14.0' } 7 | s.homepage = 'http://www.objection-framework.org' 8 | s.source_files = 'Source' 9 | s.license = "https://github.com/atomicobject/objection/blob/master/LICENSE" 10 | end 11 | -------------------------------------------------------------------------------- /Objection/0.14.1/Objection.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Objection' 3 | s.version = '0.14.1' 4 | s.summary = 'A lightweight dependency injection framework for Objective-C.' 5 | s.author = { 'Justin DeWind' => 'dewind@atomicobject.com' } 6 | s.source = { :git => 'https://github.com/atomicobject/objection.git', :tag => '0.14.1' } 7 | s.homepage = 'http://www.objection-framework.org' 8 | s.source_files = 'Source' 9 | s.license = "https://github.com/atomicobject/objection/blob/master/LICENSE" 10 | end 11 | -------------------------------------------------------------------------------- /Objection/0.14.2/Objection.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Objection' 3 | s.version = '0.14.2' 4 | s.summary = 'A lightweight dependency injection framework for Objective-C.' 5 | s.author = { 'Justin DeWind' => 'dewind@atomicobject.com' } 6 | s.source = { :git => 'https://github.com/atomicobject/objection.git', :tag => '0.14.2' } 7 | s.homepage = 'http://www.objection-framework.org' 8 | s.source_files = 'Source' 9 | s.license = "https://github.com/atomicobject/objection/blob/master/LICENSE" 10 | end 11 | -------------------------------------------------------------------------------- /Objection/0.15.0/Objection.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Objection' 3 | s.version = '0.15.0' 4 | s.summary = 'A lightweight dependency injection framework for Objective-C.' 5 | s.author = { 'Justin DeWind' => 'dewind@atomicobject.com' } 6 | s.source = { :git => 'https://github.com/atomicobject/objection.git', :tag => '0.15.0' } 7 | s.homepage = 'http://www.objection-framework.org' 8 | s.source_files = 'Source' 9 | s.license = "https://github.com/atomicobject/objection/blob/master/LICENSE" 10 | end 11 | -------------------------------------------------------------------------------- /Objection/0.15.1/Objection.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Objection' 3 | s.version = '0.15.1' 4 | s.summary = 'A lightweight dependency injection framework for Objective-C.' 5 | s.author = { 'Justin DeWind' => 'dewind@atomicobject.com' } 6 | s.source = { :git => 'https://github.com/atomicobject/objection.git', :tag => '0.15.1' } 7 | s.homepage = 'http://www.objection-framework.org' 8 | s.source_files = 'Source' 9 | s.license = "https://github.com/atomicobject/objection/blob/master/LICENSE" 10 | end 11 | -------------------------------------------------------------------------------- /Objection/0.15.2/Objection.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Objection' 3 | s.version = '0.15.2' 4 | s.summary = 'A lightweight dependency injection framework for Objective-C.' 5 | s.author = { 'Justin DeWind' => 'dewind@atomicobject.com' } 6 | s.source = { :git => 'https://github.com/atomicobject/objection.git', :tag => '0.15.2' } 7 | s.homepage = 'http://www.objection-framework.org' 8 | s.source_files = 'Source' 9 | s.license = "https://github.com/atomicobject/objection/blob/master/LICENSE" 10 | end 11 | -------------------------------------------------------------------------------- /PINView/0.1/PINView.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'PINView' 3 | s.version = '0.1' 4 | s.license = 'MIT' 5 | s.summary = 'Gives you a drop-in PIN code entry screen that looks like the entry screen seen in Settings.app.' 6 | s.homepage = 'https://github.com/guicocoa/pinview' 7 | s.author = { 'Caleb Davenport' => 'caleb@guicocoa.com' } 8 | s.source = { :git => 'https://github.com/guicocoa/pinview.git', :tag => '0.1' } 9 | s.platform = :ios 10 | s.source_files = 'pinview' 11 | s.resources = "pinview/*.{png,xib}" 12 | 13 | end 14 | -------------------------------------------------------------------------------- /RegexKitLite/4.0/RegexKitLite.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'RegexKitLite' 3 | s.version = '4.0' 4 | s.license = 'BSD' 5 | s.summary = 'Lightweight Objective-C Regular Expressions using the ICU Library.' 6 | s.homepage = 'http://regexkit.sourceforge.net/RegexKitLite/' 7 | s.author = { 'John Engelhart' => 'regexkitlite@gmail.com' } 8 | s.source = { :svn => 'http://regexkit.svn.sourceforge.net/svnroot/regexkit/RegexKitLite', :revision => '69' } 9 | s.source_files = '**/RegexKitLite.{h,m}' 10 | 11 | s.library = 'icucore' 12 | end 13 | -------------------------------------------------------------------------------- /SecureUDID/1.1/SecureUDID.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'SecureUDID' 3 | s.version = '1.1' 4 | s.license = 'MIT' 5 | s.summary = 'SecureUDID is an open-source sandboxed UDID solution aimed at solving the main privacy issues that caused Apple to deprecate UDIDs.' 6 | s.homepage = 'http://SecureUDID.org/' 7 | s.author = { 'Crashlytics' => 'http://www.crashlytics.com' } 8 | s.source = { :git => 'https://github.com/crashlytics/secureudid.git', :tag => 'v1.1' } 9 | s.platform = :ios 10 | s.source_files = 'SecureUDID.{h,m}' 11 | end 12 | -------------------------------------------------------------------------------- /TownPlan/0.0.1/TownPlan.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "TownPlan" 3 | s.version = "0.0.1" 4 | s.summary = "Is a UIView layout helper." 5 | s.homepage = "https://github.com/peterp/TownPlan" 6 | s.license = 'MIT' 7 | s.author = { "Peter Pistorius" => "peterp@appfactory.co.za" } 8 | s.source = { :git => "https://github.com/peterp/TownPlan.git", :tag => "0.0.1" } 9 | s.platform = :ios, 5.0 10 | s.source_files = 'Classes', 'src/*.{h,m}' 11 | s.frameworks = 'UIKit' 12 | s.requires_arc = true 13 | end -------------------------------------------------------------------------------- /UAGithubEngine/2.1/UAGithubEngine.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'UAGithubEngine' 3 | s.version = '2.1' 4 | s.license = 'MIT' 5 | s.summary = 'Objective-C wrapper for the Github API.' 6 | s.homepage = 'http://github.com/owainhunt/uagithubengine' 7 | s.author = { 'Owain R Hunt' => 'owain@underscoreapps.com' } 8 | s.source = { :git => 'https://github.com/owainhunt/UAGithubEngine.git', :tag => '2.1' } 9 | s.source_files = 'Classes', 'Classes/**/*.{h,m}' 10 | s.framework = 'SystemConfiguration' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /500px-iOS-api/1.0.2/500px-iOS-api.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "500px-iOS-api" 3 | s.version = "1.0.2" 4 | s.summary = "A simple SDK for accessing the 500px API." 5 | s.homepage = "https://github.com/500px/500px-iOS-api" 6 | s.license = 'MIT' 7 | s.author = { "Ash Furrow" => "ash@ashfurrow.com" } 8 | s.source = { :git => "https://github.com/500px/500px-iOS-api.git", :tag => "1.0.2" } 9 | s.platform = :ios, '5.0' 10 | s.source_files = 'Classes', 'PXAPI/**/*.{h,m}' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /DropBlocks/0.0.2/DropBlocks.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'DropBlocks' 3 | s.version = '0.0.2' 4 | s.platform = :ios 5 | s.license = 'BSD' 6 | s.homepage = 'http://github.com/natep/DropBlocks' 7 | s.summary = 'A blocks-based wrapper for the Dropbox iOS SDK.' 8 | s.author = { 'Nate Petersen' => 'nate@digitalrickshaw.com' } 9 | s.source = { :git => 'https://github.com/natep/DropBlocks.git', :tag => '0.0.2' } 10 | s.source_files = 'DropBlocks/Classes' 11 | s.dependency 'Dropbox-iOS-SDK' 12 | end 13 | -------------------------------------------------------------------------------- /IGDigest/1.0.0/IGDigest.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'IGDigest' 3 | s.version = '1.0.0' 4 | s.summary = 'Provides convenient wrappers for popular message digest formats (MD5, SHA1 and SHA256).' 5 | 6 | s.homepage = 'https://github.com/siuying/IGDigest' 7 | s.author = { 'Francis Chong' => 'francis@ignition.hk' } 8 | s.license = 'MIT' 9 | s.source = { :git => 'https://github.com/siuying/IGDigest.git', :tag => '1.0.0' } 10 | 11 | s.requires_arc = true 12 | s.platform = :ios, '5.0' 13 | s.source_files = 'IGDigest/Digest/*.{m,h}' 14 | end -------------------------------------------------------------------------------- /JMFrame/0.1/JMFrame.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "JMFrame" 3 | s.version = "0.1" 4 | s.summary = "UIView category to help the handling of view frames." 5 | s.homepage = "https://github.com/patoroco/JMFrame" 6 | s.license = 'MIT' 7 | s.author = { "Jorge Maroto Garcia" => "patoroco@gmail.com" } 8 | s.source = { :git => "https://github.com/patoroco/JMFrame.git", :tag => "v0.1" } 9 | s.platform = :ios, '2.0' 10 | s.source_files = 'JMFrame' 11 | s.frameworks = 'UIKit' 12 | s.requires_arc = false 13 | end -------------------------------------------------------------------------------- /JWSplitView/0.1.1/JWSplitView.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "JWSplitView" 3 | s.version = "0.1.1" 4 | s.summary = "A constraint-based replacement for NSSplitView." 5 | s.homepage = "https://github.com/jwilling/JWSplitView" 6 | s.license = "BSD" 7 | s.author = { "Jonathan Willing" => "jwilling@me.com" } 8 | s.source = { :git => "https://github.com/jwilling/JWSplitView.git", :tag => s.version.to_s } 9 | s.platform = :osx 10 | s.source_files = "JWSplitView/*.{h,m}" 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /KSLabel/0.1.1/KSLabel.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'KSLabel' 3 | s.version = '0.1.1' 4 | s.summary = 'A drop in subclass of NSTextField for programmatically created labels.' 5 | s.homepage = 'https://github.com/Keithbsmiley/KSLabel' 6 | s.license = 'MIT' 7 | s.author = { 'Keith Smiley' => 'keithbsmiley@gmail.com' } 8 | s.source = { :git => 'https://github.com/Keithbsmiley/KSLabel.git', :tag => s.version.to_s } 9 | s.platform = :osx 10 | s.source_files = '*.{h,m}' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /KSLabel/0.1.2/KSLabel.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'KSLabel' 3 | s.version = '0.1.2' 4 | s.summary = 'A drop in subclass of NSTextField for programmatically created labels.' 5 | s.homepage = 'https://github.com/Keithbsmiley/KSLabel' 6 | s.license = 'MIT' 7 | s.author = { 'Keith Smiley' => 'keithbsmiley@gmail.com' } 8 | s.source = { :git => 'https://github.com/Keithbsmiley/KSLabel.git', :tag => s.version.to_s } 9 | s.platform = :osx 10 | s.source_files = '*.{h,m}' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /MNColorKit/1.0.0/MNColorKit.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'MNColorKit' 3 | s.version = '1.0.0' 4 | s.license = 'MIT' 5 | s.summary = 'A utility belt of color related add-ons for UIKit.' 6 | s.homepage = 'https://github.com/madninja/MNColorKit' 7 | s.author = { 8 | 'Marc Nijdam' => 'marc@imadjine.com' 9 | } 10 | s.source = { 11 | :git => 'https://github.com/madninja/MNColorKit.git', 12 | :tag => s.version.to_s 13 | } 14 | 15 | s.platform = :ios, '5.0' 16 | s.source_files = 'MNColorKit/*.{h,m}' 17 | 18 | end 19 | -------------------------------------------------------------------------------- /MNColorKit/1.0.1/MNColorKit.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'MNColorKit' 3 | s.version = '1.0.1' 4 | s.license = 'MIT' 5 | s.summary = 'A utility belt of color related add-ons for UIKit.' 6 | s.homepage = 'https://github.com/madninja/MNColorKit' 7 | s.author = { 8 | 'Marc Nijdam' => 'marc@imadjine.com' 9 | } 10 | s.source = { 11 | :git => 'https://github.com/madninja/MNColorKit.git', 12 | :tag => s.version.to_s 13 | } 14 | 15 | s.platform = :ios, '5.0' 16 | s.source_files = 'MNColorKit/*.{h,m}' 17 | 18 | end 19 | -------------------------------------------------------------------------------- /ObjectiveMixin/0.0.1/ObjectiveMixin.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'ObjectiveMixin' 3 | s.version = '0.0.1' 4 | s.license = 'Simplified BSD' 5 | s.summary = 'Ruby-like mixin functionality for Objective-C programs.' 6 | s.homepage = 'https://github.com/vl4dimir/ObjectiveMixin' 7 | s.author = { 'Vladimir Mitrovic' => 'https://github.com/vl4dimir' } 8 | s.source = { :git => 'https://github.com/vl4dimir/ObjectiveMixin.git', :commit => 'b20ae945eb39aabea3705395af82d4cde699403c' } 9 | s.source_files = 'ObjectiveMixin/*.{h,m}' 10 | 11 | end 12 | -------------------------------------------------------------------------------- /Overline/0.0.1/Overline.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "Overline" 3 | s.version = "0.0.1" 4 | s.summary = "Objective-C utilities and shorthands." 5 | s.homepage = "https://github.com/yaakaito/Overline" 6 | s.license = 'MIT' 7 | s.author = { "KAZUMA Ukyo" => "yaakaito@gmail.com" } 8 | s.source = { :git => "https://github.com/yaakaito/Overline.git", :tag => "0.0.1" } 9 | s.source_files = 'Overline', 'Overline/**/*.{h,m}' 10 | s.public_header_files = 'Overline/**/*.h' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /QBPopupMenu/1.0/QBPopupMenu.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "QBPopupMenu" 3 | s.version = "1.0" 4 | s.summary = "A popup menu for iOS without using image files." 5 | s.homepage = "https://github.com/questbeat/QBPopupMenu" 6 | s.license = 'MIT' 7 | s.author = { "questbeat" => "questbeat@gmail.com" } 8 | s.source = { :git => "https://github.com/questbeat/QBPopupMenu.git", :tag => "v1.0" } 9 | s.platform = :ios, '5.0' 10 | s.source_files = 'Classes', 'Classes/*.{h,m}' 11 | s.requires_arc = false 12 | end 13 | -------------------------------------------------------------------------------- /REKit/1.0.0/REKit.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "REKit" 3 | s.version = "1.0.0" 4 | s.summary = "A collection of NSObject extensions that brings out Blocks latent ability." 5 | s.homepage = "https://github.com/zuccoi/REKit" 6 | s.license = { :type => 'MIT', :file => 'LICENSE' } 7 | s.author = { "Kazki Miura" => "ili.o0o@me.com" } 8 | s.source = { :git => "https://github.com/zuccoi/REKit.git", :tag => "1.0.0" } 9 | s.source_files = 'REKit', 'REKit/**/*.{h,m}' 10 | s.osx.deployment_target = '10.7' 11 | s.ios.deployment_target = '5.0' 12 | end 13 | -------------------------------------------------------------------------------- /REKit/1.0.1/REKit.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "REKit" 3 | s.version = "1.0.1" 4 | s.summary = "A collection of NSObject extensions that brings out Blocks latent ability." 5 | s.homepage = "https://github.com/zuccoi/REKit" 6 | s.license = { :type => 'MIT', :file => 'LICENSE' } 7 | s.author = { "Kazki Miura" => "ili.o0o@me.com" } 8 | s.source = { :git => "https://github.com/zuccoi/REKit.git", :tag => "1.0.1" } 9 | s.source_files = 'REKit', 'REKit/**/*.{h,m}' 10 | s.osx.deployment_target = '10.7' 11 | s.ios.deployment_target = '5.0' 12 | end 13 | -------------------------------------------------------------------------------- /REKit/1.0.2/REKit.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "REKit" 3 | s.version = "1.0.2" 4 | s.summary = "A collection of NSObject extensions that brings out Blocks latent ability." 5 | s.homepage = "https://github.com/zuccoi/REKit" 6 | s.license = { :type => 'MIT', :file => 'LICENSE' } 7 | s.author = { "Kazki Miura" => "ili.o0o@me.com" } 8 | s.source = { :git => "https://github.com/zuccoi/REKit.git", :tag => "1.0.2" } 9 | s.source_files = 'REKit', 'REKit/**/*.{h,m}' 10 | s.osx.deployment_target = '10.7' 11 | s.ios.deployment_target = '5.0' 12 | end 13 | -------------------------------------------------------------------------------- /Surikae/0.2.1/Surikae.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Surikae' 3 | s.version = '0.2.1' 4 | s.license = 'BSD' 5 | s.summary = 'Surikae exchanges a class or instance method with blocks. It’s helpful for unit testing of Objective-C.' 6 | s.homepage = 'https://github.com/katsuyoshi/Surikae/wiki' 7 | s.author = { 'Katsuyoshi Ito' => 'kito@itosoft.com' } 8 | s.source = { :git => 'https://github.com/katsuyoshi/Surikae.git', :tag => '0.2.1' } 9 | s.platform = :ios 10 | s.source_files = 'surikae' 11 | s.framework = 'Foundation' 12 | end 13 | -------------------------------------------------------------------------------- /UAGithubEngine/2.0.0/UAGithubEngine.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'UAGithubEngine' 3 | s.version = '2.0.0' 4 | s.license = 'MIT' 5 | s.summary = 'Objective-C wrapper for the Github API.' 6 | s.homepage = 'http://github.com/owainhunt/uagithubengine' 7 | s.author = { 'Owain R Hunt' => 'owain@underscoreapps.com' } 8 | s.source = { :git => 'https://github.com/owainhunt/UAGithubEngine.git', :tag => '2.0.0' } 9 | s.source_files = 'Classes', 'Classes/**/*.{h,m}' 10 | s.framework = 'SystemConfiguration' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /UAGithubEngine/2.0.1/UAGithubEngine.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'UAGithubEngine' 3 | s.version = '2.0.1' 4 | s.license = 'MIT' 5 | s.summary = 'Objective-C wrapper for the Github API.' 6 | s.homepage = 'http://github.com/owainhunt/uagithubengine' 7 | s.author = { 'Owain R Hunt' => 'owain@underscoreapps.com' } 8 | s.source = { :git => 'https://github.com/owainhunt/UAGithubEngine.git', :tag => '2.0.1' } 9 | s.source_files = 'Classes', 'Classes/**/*.{h,m}' 10 | s.framework = 'SystemConfiguration' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /AwesomeMenu/1.0.0/AwesomeMenu.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "AwesomeMenu" 3 | s.version = "1.0.0" 4 | s.summary = "Path 2.0 menu using CoreAnimation :)." 5 | s.homepage = "https://github.com/levey/AwesomeMenu" 6 | s.license = 'MIT' 7 | s.author = { "levey" => "levey.zhu@gmail.com" } 8 | s.source = { :git => "https://github.com/levey/AwesomeMenu.git", :tag => "1.0.0" } 9 | s.platform = :ios 10 | s.source_files = 'AwesomeMenu/AwesomeMenu/*.{h,m}' 11 | s.resources = "AwesomeMenu/Images/*.png" 12 | end 13 | -------------------------------------------------------------------------------- /BMXSwitch/1.0/BMXSwitch.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "BMXSwitch" 3 | s.version = "1.0" 4 | s.summary = "Image based replacement for UISwitch." 5 | s.homepage = "https://github.com/mbigatti/BMXSwitch" 6 | 7 | s.license = 'MIT' 8 | s.author = { "Massimiliano Bigatti" => "massimiliano@bigatti.it" } 9 | s.source = { :git => "https://github.com/mbigatti/BMXSwitch.git", :tag => "1.0" } 10 | s.platform = :ios, '5.0' 11 | s.source_files = 'BMXSwitch', 'BMXSwitch/**/*.{h,m}' 12 | s.requires_arc = true 13 | end 14 | -------------------------------------------------------------------------------- /ConciseKit/0.1.0/ConciseKit.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'ConciseKit' 3 | s.version = '0.1.0' 4 | s.license = 'MIT' 5 | s.summary = 'A set of Objective-C additions and macros that lets you write code more quickly.' 6 | s.homepage = 'http://github.com/petejkim/ConciseKit' 7 | s.author = { 'Peter Jihoon Kim' => 'raingrove@gmail.com' } 8 | 9 | s.source = { :git => 'https://github.com/petejkim/ConciseKit.git', :tag => 'v0.1.0' } 10 | 11 | s.source_files = 'src/**/*.{h,m}' 12 | 13 | 14 | 15 | s.frameworks = 'Foundation' 16 | end 17 | 18 | -------------------------------------------------------------------------------- /ConciseKit/0.1.1/ConciseKit.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'ConciseKit' 3 | s.version = '0.1.1' 4 | s.license = 'MIT' 5 | s.summary = 'A set of Objective-C additions and macros that lets you write code more quickly.' 6 | s.homepage = 'http://github.com/petejkim/ConciseKit' 7 | s.author = { 'Peter Jihoon Kim' => 'raingrove@gmail.com' } 8 | 9 | s.source = { :git => 'https://github.com/petejkim/ConciseKit.git', :tag => 'v0.1.1' } 10 | 11 | s.source_files = 'src/**/*.{h,m}' 12 | 13 | 14 | 15 | s.frameworks = 'Foundation' 16 | end 17 | 18 | -------------------------------------------------------------------------------- /ConciseKit/0.1.2/ConciseKit.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'ConciseKit' 3 | s.version = '0.1.2' 4 | s.license = 'MIT' 5 | s.summary = 'A set of Objective-C additions and macros that lets you write code more quickly.' 6 | s.homepage = 'http://github.com/petejkim/ConciseKit' 7 | s.author = { 'Peter Jihoon Kim' => 'raingrove@gmail.com' } 8 | 9 | s.source = { :git => 'https://github.com/petejkim/ConciseKit.git', :tag => 'v0.1.2' } 10 | 11 | s.source_files = 'src/**/*.{h,m}' 12 | 13 | 14 | 15 | s.frameworks = 'Foundation' 16 | end 17 | 18 | -------------------------------------------------------------------------------- /DRKonamiCode/1.0.0/DRKonamiCode.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'DRKonamiCode' 3 | s.version = '1.0.0' 4 | s.platform = :ios 5 | s.license = 'MIT' 6 | s.summary = 'The Konami Code gesture recognizer for iOS.' 7 | s.homepage = 'https://github.com/objectiveSee/DRKonamiCode' 8 | s.author = { "Danny Ricciotti" => "dan.ricciotti@gmail.com" } 9 | 10 | s.source = { :git => 'https://github.com/objectiveSee/DRKonamiCode.git', :tag=>'v1.0.0' } 11 | s.source_files = 'Sources/DRKonamiGestureRecognizer.*' 12 | 13 | s.requires_arc = false 14 | end 15 | -------------------------------------------------------------------------------- /DTWebArchive/0.0.1/DTWebArchive.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'DTWebArchive' 3 | s.version = '0.0.1' 4 | s.license = 'BSD' 5 | s.summary = "A lightweight class to allow interaction with the WebArchive Pasteboard type used by Apple's iOS apps." 6 | s.homepage = 'https://github.com/Cocoanetics/DTWebArchive' 7 | s.authors = { 'Oliver Drobnik' => 'oliver@drobnik.com' } 8 | s.source = { :git => 'https://github.com/Cocoanetics/DTWebArchive.git', :commit => 'a266fd95ced58e0e9a5315d6a04704072af96051' } 9 | s.source_files = 'Core/Source/*.{h,m}' 10 | end -------------------------------------------------------------------------------- /EventEmitter/0.1.0/EventEmitter.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "EventEmitter" 3 | s.version = "0.1.0" 4 | s.summary = "Node.js inspired EventEmitter for objective c." 5 | s.homepage = "https://github.com/jerolimov/EventEmitter" 6 | s.author = "Christoph Jerolimov" 7 | s.license = "Apache License, Version 2.0, January 2004" 8 | 9 | s.source = { :git => "https://github.com/jerolimov/EventEmitter.git", :tag => s.version.to_s } 10 | 11 | s.source_files = "EventEmitter/*.{h,m}" 12 | s.requires_arc = true 13 | end 14 | -------------------------------------------------------------------------------- /EventEmitter/0.1.1/EventEmitter.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "EventEmitter" 3 | s.version = "0.1.1" 4 | s.summary = "Node.js inspired EventEmitter for objective c." 5 | s.homepage = "https://github.com/jerolimov/EventEmitter" 6 | s.author = "Christoph Jerolimov" 7 | s.license = "Apache License, Version 2.0, January 2004" 8 | 9 | s.source = { :git => "https://github.com/jerolimov/EventEmitter.git", :tag => s.version.to_s } 10 | 11 | s.source_files = "EventEmitter/*.{h,m}" 12 | s.requires_arc = true 13 | end 14 | -------------------------------------------------------------------------------- /GZIP/1.0/GZIP.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'GZIP' 3 | s.version = '1.0' 4 | s.license = 'MIT' 5 | s.summary = 'GZip Compression / Decompression for NSData.' 6 | s.homepage = 'https://github.com/rcdilorenzo/GZIP' 7 | s.author = { "Nick Lockwood" => "support@charcoaldesign.co.uk" } 8 | s.source = { :git => "https://github.com/rcdilorenzo/GZIP.git", :tag => "1.0" } 9 | s.source_files = 'GZIP/NSData+GZIP.{h,m}' 10 | s.library = 'z' 11 | s.platform = :ios, '5.0' 12 | s.requires_arc = true 13 | end 14 | -------------------------------------------------------------------------------- /MGBenchmark/0.1.0/MGBenchmark.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "MGBenchmark" 3 | s.version = "0.1.0" 4 | s.summary = "This library provides an easy way to measure execution time in code." 5 | s.homepage = "https://github.com/MattesGroeger/MGBenchmark" 6 | s.license = 'MIT' 7 | s.author = { "Mattes Groeger" => "info@mattes-groeger.de" } 8 | s.source = { :git => "https://github.com/MattesGroeger/MGBenchmark.git", :tag => "0.1.0" } 9 | s.source_files = 'MGBenchmark/**/*.{h,m}' 10 | s.requires_arc = true 11 | end 12 | -------------------------------------------------------------------------------- /MGBenchmark/0.1.1/MGBenchmark.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "MGBenchmark" 3 | s.version = "0.1.1" 4 | s.summary = "This library provides an easy way to measure execution time in code." 5 | s.homepage = "https://github.com/MattesGroeger/MGBenchmark" 6 | s.license = 'MIT' 7 | s.author = { "Mattes Groeger" => "info@mattes-groeger.de" } 8 | s.source = { :git => "https://github.com/MattesGroeger/MGBenchmark.git", :tag => "0.1.1" } 9 | s.source_files = 'MGBenchmark/**/*.{h,m}' 10 | s.requires_arc = true 11 | end 12 | -------------------------------------------------------------------------------- /MGBenchmark/0.2.0/MGBenchmark.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "MGBenchmark" 3 | s.version = "0.2.0" 4 | s.summary = "This library provides an easy way to measure execution time in code." 5 | s.homepage = "https://github.com/MattesGroeger/MGBenchmark" 6 | s.license = 'MIT' 7 | s.author = { "Mattes Groeger" => "info@mattes-groeger.de" } 8 | s.source = { :git => "https://github.com/MattesGroeger/MGBenchmark.git", :tag => "0.2.0" } 9 | s.source_files = 'MGBenchmark/**/*.{h,m}' 10 | s.requires_arc = true 11 | end 12 | -------------------------------------------------------------------------------- /MTGeometry/0.0.1/MTGeometry.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "MTGeometry" 3 | s.version = "0.0.1" 4 | s.summary = "An extension to Core Graphics Geometry. Intersections, scaling, etc." 5 | s.homepage = "https://github.com/mysterioustrousers/MTGeometry" 6 | s.license = 'BSD' 7 | s.author = { "Adam Kirk" => "atomkirk@gmail.com" } 8 | s.source = { :git => "https://github.com/mysterioustrousers/MTGeometry.git", :tag => "0.0.1" } 9 | s.source_files = 'MTGeometry/*.{h,c}' 10 | s.framework = 'CoreGraphics' 11 | end 12 | -------------------------------------------------------------------------------- /MTGeometry/0.0.2/MTGeometry.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "MTGeometry" 3 | s.version = "0.0.2" 4 | s.summary = "An extension to Core Graphics Geometry. Intersections, scaling, etc." 5 | s.homepage = "https://github.com/mysterioustrousers/MTGeometry" 6 | s.license = 'BSD' 7 | s.author = { "Adam Kirk" => "atomkirk@gmail.com" } 8 | s.source = { :git => "https://github.com/mysterioustrousers/MTGeometry.git", :tag => "0.0.2" } 9 | s.source_files = 'MTGeometry/*.{h,c}' 10 | s.framework = 'CoreGraphics' 11 | end 12 | -------------------------------------------------------------------------------- /MTGeometry/0.0.3/MTGeometry.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "MTGeometry" 3 | s.version = "0.0.3" 4 | s.summary = "An extension to Core Graphics Geometry. Intersections, scaling, etc." 5 | s.homepage = "https://github.com/mysterioustrousers/MTGeometry" 6 | s.license = 'BSD' 7 | s.author = { "Adam Kirk" => "atomkirk@gmail.com" } 8 | s.source = { :git => "https://github.com/mysterioustrousers/MTGeometry.git", :tag => "0.0.3" } 9 | s.source_files = 'MTGeometry/*.{h,c}' 10 | s.framework = 'CoreGraphics' 11 | end 12 | -------------------------------------------------------------------------------- /NSRemoteLog/0.0.1/NSRemoteLog.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'NSRemoteLog' 3 | s.version = '0.0.1' 4 | s.license = 'MIT' 5 | s.summary = 'A delightful remote NSLogging library.' 6 | s.homepage = 'https://github.com/gscalzo/NSRemoteLog' 7 | s.author = { 'Giordano Scalzo' => 'giordano.scalzo@gmail.com' } 8 | s.source = { :git => 'https://github.com/gscalzo/NSRemoteLog.git', :tag => '0.0.1' } 9 | s.source_files = 'NSRemoteLog/*.{h,m}' 10 | s.platform = :ios 11 | s.requires_arc = true 12 | s.dependency 'AFNetworking', '~>0.9.2' 13 | end 14 | -------------------------------------------------------------------------------- /Novocaine/0.0.1/Novocaine.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Novocaine' 3 | s.version = '0.0.1' 4 | s.license = 'MIT' 5 | s.summary = 'Painless high-performance audio on iOS and Mac OS X.' 6 | s.homepage = 'http://alexbw.github.com/novocaine/' 7 | s.author = { 'Ari Lerner' => 'arilerner@mac.com', 'Alex Wiltschko' => '@awiltsch' } 8 | s.source = { :git => 'https://github.com/auser/novocaine.git', :tag => '0.0.1' } 9 | s.source_files = 'Novocaine' 10 | s.frameworks = 'AudioToolbox', 'Accelerate' 11 | end 12 | -------------------------------------------------------------------------------- /PMPKVObservation/0.1/PMPKVObservation.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.ios.deployment_target = '5.0' 3 | s.name = 'PMPKVObservation' 4 | s.version = '0.1' 5 | s.platform = :ios 6 | s.license = 'MIT' 7 | s.summary = 'Yet another attempt at making KVO safer and more convenient.' 8 | s.homepage = 'https://github.com/aufflick/PMPKVObservation' 9 | s.author = { 'Mark Aufflick' => 'mark@aufflick.com' } 10 | s.source = { :git => 'https://github.com/aufflick/PMPKVObservation.git', :tag => '0.1' } 11 | s.source_files = 'PMPKVObservation.{h,m}' 12 | end 13 | -------------------------------------------------------------------------------- /PSStackedView/0.1/PSStackedView.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'PSStackedView' 3 | s.version = '0.1' 4 | s.platform = :ios 5 | s.summary = 'Open source implementation of Twitter/iPad stacked ui - done right.' 6 | s.homepage = 'https://github.com/steipete/PSStackedView' 7 | s.license = 'MIT' 8 | s.author = { 'Peter Steinberger' => 'steipete@gmail.com' } 9 | s.source = { :git => 'https://github.com/steipete/PSStackedView.git', :tag => '0.1' } 10 | 11 | s.source_files = 'PSStackedView' 12 | s.framework = 'QuartzCore' 13 | 14 | end 15 | -------------------------------------------------------------------------------- /Typewriter/0.0.2/Typewriter.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Typewriter' 3 | s.version = '0.0.2' 4 | s.license = 'MIT' 5 | s.platform = :ios, '6.0' 6 | s.summary = 'Provides the ability to enter text by simulating key presses.' 7 | s.homepage = 'https://github.com/rdavies/Typewriter' 8 | s.author = { 'Ryan Davies' => 'ryan@ryandavies.net' } 9 | s.source = { :git => 'https://github.com/rdavies/Typewriter.git', :tag => '0.0.2' } 10 | s.source_files = 'Typewriter/*.{h,m}' 11 | s.requires_arc = true 12 | s.dependency 'Handsy', '~> 0.0.1' 13 | end 14 | -------------------------------------------------------------------------------- /Typewriter/0.0.3/Typewriter.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Typewriter' 3 | s.version = '0.0.3' 4 | s.license = 'MIT' 5 | s.platform = :ios, '6.0' 6 | s.summary = 'Provides the ability to enter text by simulating key presses.' 7 | s.homepage = 'https://github.com/rdavies/Typewriter' 8 | s.author = { 'Ryan Davies' => 'ryan@ryandavies.net' } 9 | s.source = { :git => 'https://github.com/rdavies/Typewriter.git', :tag => '0.0.3' } 10 | s.source_files = 'Typewriter/*.{h,m}' 11 | s.requires_arc = true 12 | s.dependency 'Handsy', '~> 0.0.1' 13 | end 14 | -------------------------------------------------------------------------------- /Typewriter/0.1.0/Typewriter.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Typewriter' 3 | s.version = '0.1.0' 4 | s.license = 'MIT' 5 | s.platform = :ios, '5.0' 6 | s.summary = 'Provides the ability to enter text by simulating key presses.' 7 | s.homepage = 'https://github.com/rdavies/Typewriter' 8 | s.author = { 'Ryan Davies' => 'ryan@ryandavies.net' } 9 | s.source = { :git => 'https://github.com/rdavies/Typewriter.git', :tag => '0.1.0' } 10 | s.source_files = 'Typewriter/*.{h,m}' 11 | s.requires_arc = true 12 | s.dependency 'Handsy', '~> 0.1.0' 13 | end 14 | -------------------------------------------------------------------------------- /VPPMap/0.2.0/VPPMap.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'VPPMap' 3 | s.version = '0.2.0' 4 | s.license = 'MIT' 5 | s.summary = 'VPPMap library for iOS simplifies the creation and management of a MKMapView.' 6 | s.homepage = 'https://github.com/vicpenap/VPPMap' 7 | s.author = { 'Victor Pena' => 'contact@victorpena.es' } 8 | s.source = { :git => 'https://github.com/vicpenap/VPPMap.git', :tag => '0.2.0' } 9 | s.platform = :ios 10 | s.source_files = 'VPPMap', 'VPPMap/Clustering' 11 | s.frameworks = 'MapKit', 'QuartzCore', 'CoreLocation' 12 | end 13 | -------------------------------------------------------------------------------- /VPPReachability/0.1.0/VPPReachability.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'VPPReachability' 3 | s.version = '0.1.0' 4 | s.license = 'MIT' 5 | s.summary = 'VPPReachability Library for iOS simplifies access to the status of a given hostname.' 6 | s.homepage = 'https://github.com/vicpenap/VPPReachability' 7 | s.author = { 'Victor Pena' => 'contact@victorpena.es' } 8 | s.source = { :git => 'https://github.com/vicpenap/VPPReachability.git', :tag => '0.1.0' } 9 | s.source_files = 'VPPReachability/' 10 | s.frameworks = 'SystemConfiguration' 11 | end 12 | -------------------------------------------------------------------------------- /XcodeEditor/1.3/XcodeEditor.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'XcodeEditor' 3 | s.version = '1.3' 4 | s.license = 'Apache2.0' 5 | s.summary = 'An API for manipulating Xcode Projects using objective-C.' 6 | s.homepage = 'https://github.com/jasperblues/XcodeEditor' 7 | s.author = { 'Jasper Blues' => 'jasper@appsquick.ly' } 8 | s.source = { :git => 'https://github.com/jasperblues/XcodeEditor.git', :tag => 'v1.3' } 9 | s.platform = :osx 10 | s.source_files = 'Source/Main/*.{h,m}', 'Source/Main/Utils/*.{h,m}' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /ZKSforce/25.0.2/ZKSforce.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'ZKSforce' 3 | s.version = '25.0.2' 4 | s.license = 'MIT' 5 | s.summary = 'A Cocoa library for calling the Salesforce.com SOAP APIs.' 6 | s.homepage = 'https://github.com/superfell/zkSforce' 7 | s.author = { 'Simon Fell' => 'fellforce@gmail.com' } 8 | s.source = { :git => 'https://github.com/superfell/zkSforce.git', :tag => 'v25.0.2' } 9 | s.source_files = 'zkSforce' 10 | s.library = 'xml2' 11 | s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2' } 12 | end 13 | -------------------------------------------------------------------------------- /objc-geohash/0.0.1/objc-geohash.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |spec| 2 | spec.name = 'objc-geohash' 3 | spec.version = '0.0.1' 4 | spec.homepage = 'https://github.com/lyokato/objc-geohash' 5 | spec.license = 'MIT' 6 | spec.summary = 'Objective-C GeoHash Library.' 7 | spec.author = { 'Lyo Kato' => 'lyo.kato@gmail.com' } 8 | spec.source = { :git => 'https://github.com/lyokato/objc-geohash.git', :commit => 'f9be65bcba9b009429a13cae90cff9e10e1e11b7' } 9 | spec.source_files = 'Classes/ARC/*' 10 | spec.requires_arc = true 11 | end 12 | -------------------------------------------------------------------------------- /ABMultiton/1.0.0/ABMultiton.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "ABMultiton" 3 | s.version = "1.0.0" 4 | s.summary = "Multiton pattern implementation or singletons manager." 5 | s.homepage = "https://github.com/belkevich/multiton" 6 | s.license = { :type => 'MIT', :file => 'LICENSE.txt' } 7 | s.author = { "Alexey Belkevich" => "belkevich.alexey@gmail.com" } 8 | s.source = { :git => "https://github.com/belkevich/multiton.git", 9 | :tag => "1.0.0"} 10 | s.platform = :ios 11 | s.source_files = '*.{h,m}' 12 | end 13 | -------------------------------------------------------------------------------- /ABMultiton/1.0.1/ABMultiton.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "ABMultiton" 3 | s.version = "1.0.1" 4 | s.summary = "Multiton pattern implementation or singletons manager." 5 | s.homepage = "https://github.com/belkevich/multiton" 6 | s.license = { :type => 'MIT', :file => 'LICENSE.txt' } 7 | s.author = { "Alexey Belkevich" => "belkevich.alexey@gmail.com" } 8 | s.source = { :git => "https://github.com/belkevich/multiton.git", 9 | :tag => "1.0.1"} 10 | s.platform = :ios 11 | s.source_files = '*.{h,m}' 12 | end 13 | -------------------------------------------------------------------------------- /AKSemanticView/0.0.1/AKSemanticView.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'AKSemanticView' 3 | s.version = '0.0.1' 4 | s.license = 'MIT' 5 | s.summary = 'A UIView category aimed at referencing common attributes a little less robotically.' 6 | s.homepage = 'https://github.com/indiebrain/AKSemanticView' 7 | s.author = { 'Aaron Kuehler' => 'aaron.kuehler@gmail.com' } 8 | s.source = { :git => 'https://github.com/indiebrain/AKSemanticView.git', :tag => '0.0.1' } 9 | 10 | s.source_files = 'AKSemanticView/src/**/*.{h,m}' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /Braille/0.0.2/Braille.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Braille' 3 | s.version = '0.0.2' 4 | s.license = 'MIT' 5 | s.platform = :ios, '6.0' 6 | s.summary = 'A collection of Objective-C classes and extensions used for finding and handling accessibility elements.' 7 | s.homepage = 'https://github.com/rdavies/Braille' 8 | s.author = { 'Ryan Davies' => 'ryan@ryandavies.net' } 9 | s.source = { :git => 'https://github.com/rdavies/Braille.git', :tag => '0.0.2' } 10 | s.source_files = 'Braille/LBAccessibilityElementFinder.*' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /CJImageMerge/1.0/CJImageMerge.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "CJImageMerge" 3 | s.version = "1.0" 4 | s.summary = "UIImage category for merge two images." 5 | s.homepage = "https://github.com/batosai/CJImageMerge" 6 | s.license = 'MIT' 7 | s.author = { "Jeremy Chaufourier" => "jeremy@opsone.net" } 8 | s.source = { :git => "https://github.com/batosai/CJImageMerge.git", :tag => "1.0" } 9 | s.platform = :ios, '5.0' 10 | s.source_files = 'CJImageMerge' 11 | s.frameworks = 'UIKit' 12 | s.requires_arc = true 13 | end -------------------------------------------------------------------------------- /CSLinearLayoutView/1.0/CSLinearLayoutView.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "CSLinearLayoutView" 3 | s.version = "1.0" 4 | s.summary = "Linear layout view designed to simplify relative layouts on iOS." 5 | s.homepage = "https://github.com/scalessec/CSLinearLayoutView" 6 | s.license = 'MIT' 7 | s.author = { "Charles Scalesse" => "scalessec@gmail.com" } 8 | s.source = { :git => "https://github.com/scalessec/CSLinearLayoutView.git", :tag => "1.0" } 9 | s.platform = :ios 10 | s.source_files = 'CSLinearLayoutView' 11 | end -------------------------------------------------------------------------------- /DLStarRating/1.1/DLStarRating.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "DLStarRating" 3 | s.version = "1.1" 4 | s.summary = "iOS star rating component." 5 | s.homepage = "https://github.com/dlinsin/DLStarRating" 6 | s.license = 'Eclipse Public License' 7 | s.author = { "David Linsin" => "dlinsin@gmail.com" } 8 | s.source = { :git => "https://github.com/dlinsin/DLStarRating.git", :tag => '1.1' } 9 | s.platform = :ios 10 | s.source_files = 'DLStarRating/*.{h,m}' 11 | s.resource = "DLStarRating/images/*.png" 12 | end 13 | -------------------------------------------------------------------------------- /DPToastView/0.1/DPToastView.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "DPToastView" 3 | s.version = "0.1" 4 | s.summary = "Highly customizable toast view for iOS." 5 | s.homepage = "https://github.com/ebaker355/DPToastView" 6 | s.license = { :type => 'MIT', :file => 'LICENSE' } 7 | s.author = { "ebaker" => "ebaker@duneparksoftware.com" } 8 | s.source = { :git => "https://github.com/ebaker355/DPToastView.git", :tag => "0.1a" } 9 | s.platform = :ios, '6.0' 10 | s.source_files = '*.{h,m}' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /DropBlocks/0.0.1/DropBlocks.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'DropBlocks' 3 | s.version = '0.0.1' 4 | s.platform = :ios 5 | s.license = 'BSD' 6 | s.homepage = 'http://github.com/natep/DropBlocks' 7 | s.summary = 'A blocks-based wrapper for the Dropbox iOS SDK.' 8 | s.author = { 'Nate Petersen' => 'nate@digitalrickshaw.com' } 9 | s.source = { :git => 'https://github.com/natep/DropBlocks.git', :tag => '0.0.1' } 10 | s.source_files = 'DropBlocks/Classes' 11 | s.dependency 'Dropbox-iOS-SDK', '1.3.2' 12 | end 13 | -------------------------------------------------------------------------------- /FPPopover/1.4/FPPopover.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'FPPopover' 3 | s.version = '1.4' 4 | s.license = 'BSD' 5 | s.summary = 'Alternative to the native iOS UIPopoverController, with iPhone support and look and feel customization.' 6 | 7 | s.homepage = 'http://www.gingerbeard.me' 8 | s.author = { 'Alvise Susmel' => 'alvise@50pixels.com' } 9 | 10 | s.source = { :git => 'https://github.com/50pixels/FPPopover.git', :tag => '1.4' } 11 | s.platform = :ios 12 | s.source_files = '*.{h,m}' 13 | 14 | s.frameworks = 'QuartzCore', 'UIKit' 15 | end 16 | -------------------------------------------------------------------------------- /KeepLayout/0.3.0/KeepLayout.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "KeepLayout" 3 | s.version = "0.3.0" 4 | s.summary = "Making Auto Layout easier to code." 5 | s.homepage = "https://github.com/iMartinKiss/KeepLayout" 6 | s.license = { :type => 'MIT', :file => 'LICENSE.md' } 7 | s.author = { "Martin Kiss" => "martin.kiss@me.com" } 8 | s.source = { :git => "https://github.com/iMartinKiss/KeepLayout.git", :tag => "v0.3.0" } 9 | s.platform = :ios, '6.0' 10 | s.source_files = 'Sources' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /KeepLayout/0.3.1/KeepLayout.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "KeepLayout" 3 | s.version = "0.3.1" 4 | s.summary = "Making Auto Layout easier to code." 5 | s.homepage = "https://github.com/iMartinKiss/KeepLayout" 6 | s.license = { :type => 'MIT', :file => 'LICENSE.md' } 7 | s.author = { "Martin Kiss" => "martin.kiss@me.com" } 8 | s.source = { :git => "https://github.com/iMartinKiss/KeepLayout.git", :tag => "v0.3.1" } 9 | s.platform = :ios, '6.0' 10 | s.source_files = 'Sources' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /MCDebuggingTools/0.5.0/MCDebuggingTools.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'MCDebuggingTools' 3 | s.version = '0.5.0' 4 | s.license = 'BSD 3-Clause' 5 | s.summary = 'Various debugging tools to make your life easier.' 6 | s.homepage = 'https://github.com/mirego/MCDebuggingTools' 7 | s.authors = { 'Mirego' => 'info@mirego.com' } 8 | s.source = { :git => 'https://github.com/mirego/MCDebuggingTools.git', :tag => s.version.to_s } 9 | s.source_files = 'MCDebuggingTools/*.{h,m}' 10 | s.requires_arc = true 11 | 12 | s.platform = :ios, '5.0' 13 | end 14 | -------------------------------------------------------------------------------- /MulticastDelegate/0.0.1/MulticastDelegate.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'MulticastDelegate' 3 | s.version = '0.0.1' 4 | s.license = 'MIT' 5 | s.summary = 'MulticastDelegate extracted from XMPPFramework.' 6 | s.homepage = 'https://github.com/sergeyzenchenko/MulticastDelegate' 7 | s.author = 'XMPPFramework' 8 | s.source = { :git => 'https://github.com/sergeyzenchenko/MulticastDelegate.git', 9 | :commit => '62b2404ae4707d667d455db48cc074f4a39d038e' } 10 | 11 | s.requires_arc = true 12 | 13 | s.source_files = '*.{h,m}' 14 | end -------------------------------------------------------------------------------- /NSData+MD5Digest/1.0.0/NSData+MD5Digest.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'NSData+MD5Digest' 3 | s.version = '1.0.0' 4 | s.license = { :type => 'MIT', :file => 'README.md' } 5 | s.summary = 'Add MD5 digest to NSData.' 6 | s.homepage = 'https://github.com/siuying/NSData-MD5' 7 | s.author = { 'Francis Chong' => 'francis@ignition.hk' } 8 | s.source = { :git => 'https://github.com/siuying/NSData-MD5.git', :tag => '1.0.0' } 9 | s.platform = :ios 10 | s.requires_arc = true 11 | s.source_files = 'NSData+MD5Digest/NSData+MD5Digest.{h,m}' 12 | 13 | end 14 | -------------------------------------------------------------------------------- /RSActionSheet/1.0.0/RSActionSheet.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "RSActionSheet" 3 | s.version = "1.0.0" 4 | s.summary = "A simple, block-based UIActionSheet wrapper." 5 | s.homepage = "https://github.com/rsilva/RSActionSheet" 6 | s.license = 'MIT' 7 | s.author = { "Rick Silva" => "rick@rickjsilva.com" } 8 | s.source = { :git => "https://github.com/rsilva/RSActionSheet.git", :tag => s.version.to_s } 9 | s.platform = :ios, '5.0' 10 | s.source_files = 'RSActionSheet/*.{h,m}' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /TLSignals/0.1/TLSignals.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'TLSignals' 3 | s.version = '0.1' 4 | s.platform = :ios 5 | s.license = {:type => 'Custom', :text => 'Copyright (C) 2012 Sergey Egorov' } 6 | s.summary = 'Observer pattern with compile-time type checking for Objective-C.' 7 | s.homepage = 'https://github.com/bsideup/TLSignals' 8 | s.author = { 'Sergey Egorov' => 'bsideup@gmail.com' } 9 | s.source = { :git => 'https://github.com/bsideup/TLSignals.git', 10 | :tag => '0.1' } 11 | 12 | s.source_files = 'TLSignals/*.{h,m, mm, cpp}' 13 | end 14 | -------------------------------------------------------------------------------- /UAGithubEngine/2.2/UAGithubEngine.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'UAGithubEngine' 3 | s.version = '2.2' 4 | s.license = 'MIT' 5 | s.summary = 'Objective-C wrapper for the Github API.' 6 | s.homepage = 'http://github.com/owainhunt/uagithubengine' 7 | s.author = { 'Owain R Hunt' => 'owain@underscoreapps.com' } 8 | s.source = { :git => 'https://github.com/owainhunt/UAGithubEngine.git', :tag => '2.2' } 9 | s.source_files = 'UAGithubEngine', 'UAGithubEngine/**/*.{h,m}' 10 | s.framework = 'SystemConfiguration' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /UAGithubEngine/2.3/UAGithubEngine.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'UAGithubEngine' 3 | s.version = '2.3' 4 | s.license = 'MIT' 5 | s.summary = 'Objective-C wrapper for the Github API.' 6 | s.homepage = 'http://github.com/owainhunt/uagithubengine' 7 | s.author = { 'Owain R Hunt' => 'owain@underscoreapps.com' } 8 | s.source = { :git => 'https://github.com/owainhunt/UAGithubEngine.git', :tag => '2.3' } 9 | s.source_files = 'UAGithubEngine', 'UAGithubEngine/**/*.{h,m}' 10 | s.framework = 'SystemConfiguration' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /UIBezierPath-Symbol/1.0.0/UIBezierPath-Symbol.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "UIBezierPath-Symbol" 3 | s.version = "1.0.0" 4 | s.summary = "Symbol extension for UIBezierPath class (UIBezierPath category)." 5 | s.homepage = "https://github.com/Kjuly/UIBezierPath-Symbol" 6 | s.license = 'MIT' 7 | s.author = { "Kjuly" => "dev@kjuly.com" } 8 | s.source = { :git => "https://github.com/Kjuly/UIBezierPath-Symbol.git", :tag => "1.0.0" } 9 | s.platform = :ios 10 | s.source_files = 'UIBezierPath-Symbol/*.{h,m}' 11 | end 12 | -------------------------------------------------------------------------------- /libPusher/1.2/libPusher.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'libPusher' 3 | s.version = '1.2' 4 | s.license = 'MIT' 5 | s.summary = 'An Objective-C client for the Pusher.com service.' 6 | s.homepage = 'https://github.com/lukeredpath/libPusher' 7 | s.author = 'Luke Redpath' 8 | s.source = { :git => 'https://github.com/lukeredpath/libPusher.git', :tag => 'v1.2' } 9 | s.source_files = 'Library/*' 10 | 11 | s.requires_arc = true 12 | s.dependency "JSONKit", "1.4" 13 | s.dependency 'SocketRocket', "~> 0.2.0" 14 | end 15 | -------------------------------------------------------------------------------- /CocoaSecurity/1.2/CocoaSecurity.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'CocoaSecurity' 3 | s.version = '1.2' 4 | s.summary = 'Encrypt/Decrypt: AES. Hash: MD5, SHA(SHA1, SHA224, SHA256, SHA384, SHA512). Encode/Decode: Base64, Hex.' 5 | s.homepage = 'https://github.com/kelp404/CocoaSecurity.git' 6 | s.license = { :type => 'MIT', :file => 'LICENSE' } 7 | s.author = { "Kelp" => "kelp@phate.org" } 8 | s.source = { :git => 'https://github.com/kelp404/CocoaSecurity.git', :tag => '1.2' } 9 | s.source_files = 'CocoaSecurity/*.{h,m}' 10 | s.requires_arc = true 11 | end -------------------------------------------------------------------------------- /DPToastView/0.2/DPToastView.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "DPToastView" 3 | s.version = "0.2" 4 | s.summary = "Highly customizable toast view for iOS." 5 | s.homepage = "https://github.com/ebaker355/DPToastView" 6 | s.license = { :type => 'MIT', :file => 'LICENSE' } 7 | s.author = { "Eric Baker" => "ebaker@duneparksoftware.com" } 8 | s.source = { :git => "https://github.com/ebaker355/DPToastView.git", :tag => "0.2a" } 9 | s.platform = :ios, '6.0' 10 | s.source_files = '*.{h,m}' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /FCYAsserts/1.0.0/FCYAsserts.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'FCYAsserts' 3 | s.version = '1.0.0' 4 | s.license = { :type => 'MIT' } 5 | s.homepage = 'https://github.com/fcy/FCYAsserts' 6 | s.authors = { 'Felipe Cypriano' => 'felipe@cypriano.me' } 7 | s.summary = 'Collection of assert macros that logs usefull messages.' 8 | s.source = { :git => 'https://github.com/fcy/FCYAsserts.git', :tag => "#{s.version}" } 9 | s.source_files = 'FCYAsserts/FCYAsserts.h', 'FCYAsserts/FCYAssertHandler.{h,m}' 10 | s.requires_arc = true 11 | end -------------------------------------------------------------------------------- /FCYAsserts/1.0.1/FCYAsserts.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'FCYAsserts' 3 | s.version = '1.0.1' 4 | s.license = { :type => 'MIT' } 5 | s.homepage = 'https://github.com/fcy/FCYAsserts' 6 | s.authors = { 'Felipe Cypriano' => 'felipe@cypriano.me' } 7 | s.summary = 'Collection of assert macros that logs usefull messages.' 8 | s.source = { :git => 'https://github.com/fcy/FCYAsserts.git', :tag => "#{s.version}" } 9 | s.source_files = 'FCYAsserts/FCYAsserts.h', 'FCYAsserts/FCYAssertHandler.{h,m}' 10 | s.requires_arc = true 11 | end -------------------------------------------------------------------------------- /FPPopover/1.4.1/FPPopover.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'FPPopover' 3 | s.version = '1.4.1' 4 | s.license = 'BSD' 5 | s.summary = 'Alternative to the native iOS UIPopoverController, with iPhone support and look and feel customization.' 6 | 7 | s.homepage = 'http://www.gingerbeard.me' 8 | s.author = { 'Alvise Susmel' => 'alvise@50pixels.com' } 9 | 10 | s.source = { :git => 'https://github.com/50pixels/FPPopover.git', :tag => '1.4.1' } 11 | s.platform = :ios 12 | s.source_files = '*.{h,m}' 13 | 14 | s.frameworks = 'QuartzCore', 'UIKit' 15 | end 16 | -------------------------------------------------------------------------------- /LRImageManager/0.1/LRImageManager.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'LRImageManager' 3 | s.version = '0.1' 4 | s.license = 'MIT' 5 | s.summary = 'Objective-C simple image manager with memory and disk cache support.' 6 | s.homepage = 'https://github.com/luisrecuenco/LRImageManager.git' 7 | s.author = { "Luis Recuenco" => "luisrecuenco@gmail.com" } 8 | s.source = { :git => 'https://github.com/luisrecuenco/LRImageManager.git', :tag => '0.1' } 9 | s.platform = :ios, '5.0' 10 | s.source_files = 'LRImageManager' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /Lockbox/1.1.0/Lockbox.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Lockbox' 3 | s.version = '1.1.0' 4 | s.license = 'MIT' 5 | s.summary = 'Lockbox is an Objective-C utility class for storing data securely in the keychain. Use it to store small, sensitive bits of data securely.' 6 | s.homepage = 'https://github.com/granoff/Lockbox' 7 | s.author = 'Mark H. Granoff' 8 | s.source = { :git => 'https://github.com/granoff/Lockbox.git', :tag => '1.1.0' } 9 | s.source_files = 'Lockbox.{h,m}' 10 | s.framework = 'Security' 11 | end 12 | -------------------------------------------------------------------------------- /Lockbox/1.4.2/Lockbox.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Lockbox' 3 | s.version = '1.4.2' 4 | s.license = 'MIT' 5 | s.summary = 'Lockbox is an Objective-C utility class for storing data securely in the keychain. Use it to store small, sensitive bits of data securely.' 6 | s.homepage = 'https://github.com/granoff/Lockbox' 7 | s.author = 'Mark H. Granoff' 8 | 9 | s.source = { :git => 'https://github.com/granoff/Lockbox.git', :tag => '1.4.2' } 10 | 11 | s.platform = :ios 12 | s.source_files = 'Lockbox.{h,m}' 13 | s.frameworks = 'Security' 14 | end 15 | -------------------------------------------------------------------------------- /MIHGradientView/1.0.0/MIHGradientView.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'MIHGradientView' 3 | s.version = '1.0.0' 4 | s.platform = :ios, '5.0' 5 | s.license = 'MIT' 6 | s.homepage = 'http://github.com/hohl/MIHGradientView' 7 | s.summary = 'UIView subclass which draws a color gradient as background.' 8 | s.author = { 'Michael Hohl' => 'me@michaelhohl.net' } 9 | s.source = { :git => 'https://github.com/hohl/MIHGradientView.git', :tag => 'pod-1.0.0' } 10 | s.source_files = 'Classes' 11 | s.framework = 'QuartzCore' 12 | end -------------------------------------------------------------------------------- /MTPocket/0.4.0/MTPocket.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "MTPocket" 3 | s.version = "0.4.0" 4 | s.summary = "A Cocoa web request library that doesn't suck." 5 | s.homepage = "https://github.com/mysterioustrousers/MTPocket" 6 | s.license = 'BSD' 7 | s.author = { "Adam Kirk" => "atomkirk@gmail.com" } 8 | s.source = { :git => "https://github.com/mysterioustrousers/MTPocket.git", :tag => "0.4.0" } 9 | s.source_files = 'MTPocket/*.{h,m}' 10 | 11 | s.dependency 'XMLDictionary', '~> 2.0.0' 12 | s.dependency 'Base64' 13 | end 14 | -------------------------------------------------------------------------------- /PSAlertView/1.1/PSAlertView.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'PSAlertView' 3 | s.version = '1.1' 4 | s.summary = "Modern block-based wrappers for UIAlertView and UIActionSheet." 5 | s.homepage = "https://github.com/steipete/PSAlertView" 6 | s.author = { 'Peter Steinberger' => 'steipete@gmail.com' } 7 | s.source = { :git => 'https://github.com/steipete/PSAlertView.git', :tag => '1.1' } 8 | s.platform = :ios 9 | s.requires_arc = true 10 | s.source_files = '*.{h,m}' 11 | s.license = 'MIT' 12 | end 13 | -------------------------------------------------------------------------------- /PunchScrollView/1.0.1/PunchScrollView.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'PunchScrollView' 3 | s.version = '1.0.1' 4 | s.summary = 'PunchScrollView is a iOS ScrollView framework which works like the UITableView.' 5 | s.homepage = 'https://github.com/tapwork/PunchScrollView' 6 | s.author = { 'Christian Menschel' => 'http://www.tapwork.de' } 7 | 8 | s.license = 'MIT' 9 | 10 | s.source = { :git => 'https://github.com/tapwork/PunchScrollView.git', :tag => '1.0.1' } 11 | 12 | s.platform = :ios 13 | s.source_files = 'PunchScrollView.{h,m}' 14 | 15 | end 16 | -------------------------------------------------------------------------------- /PunchScrollView/1.0.2/PunchScrollView.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'PunchScrollView' 3 | s.version = '1.0.2' 4 | s.summary = 'PunchScrollView is a iOS ScrollView framework which works like the UITableView.' 5 | s.homepage = 'https://github.com/tapwork/PunchScrollView' 6 | s.author = { 'Christian Menschel' => 'http://www.tapwork.de' } 7 | 8 | s.license = 'MIT' 9 | 10 | s.source = { :git => 'https://github.com/tapwork/PunchScrollView.git', :tag => '1.0.2' } 11 | 12 | s.platform = :ios 13 | s.source_files = 'PunchScrollView.{h,m}' 14 | 15 | end 16 | -------------------------------------------------------------------------------- /Routable/0.0.1/Routable.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "Routable" 3 | s.version = "0.0.1" 4 | s.summary = "A native in-app URL router for iOS." 5 | s.homepage = "https://github.com/usepropeller/routable-ios" 6 | s.author = { "Clay Allsopp" => "clay@usepropeller.com" } 7 | s.source = { :git => "https://github.com/usepropeller/routable-ios.git", :tag => "0.0.1" } 8 | s.platform = :ios, '5.0' 9 | s.source_files = 'Routable/*.{h,m}' 10 | s.requires_arc = true 11 | s.license = { :type => 'MIT', :file => 'LICENSE' } 12 | end -------------------------------------------------------------------------------- /Routable/0.0.2/Routable.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "Routable" 3 | s.version = "0.0.2" 4 | s.summary = "A native in-app URL router for iOS." 5 | s.homepage = "https://github.com/usepropeller/routable-ios" 6 | s.author = { "Clay Allsopp" => "clay@usepropeller.com" } 7 | s.source = { :git => "https://github.com/usepropeller/routable-ios.git", :tag => "0.0.2" } 8 | s.platform = :ios, '5.0' 9 | s.source_files = 'Routable/*.{h,m}' 10 | s.requires_arc = true 11 | s.license = { :type => 'MIT', :file => 'LICENSE' } 12 | end -------------------------------------------------------------------------------- /SPSuccinct/1.0.1/SPSuccinct.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'SPSuccinct' 3 | s.version = '1.0.1' 4 | s.license = 'MIT' 5 | s.summary = 'Tools to write succinct Objective-C.' 6 | s.homepage = 'http://github.com/nevyn/SPSuccinct' 7 | s.author = { 'Joachim Bengtsson' => 'joachimb@gmail.com' } 8 | 9 | s.source = { :git => 'https://github.com/nevyn/SPSuccinct.git', :tag => '1.0.1' } 10 | 11 | s.description = 'Making ObjC succinct: KVO tools including SPDepends, and macros for "POD" literals.' 12 | 13 | s.source_files = 'SPSuccinct/SP*.{h,m}' 14 | end 15 | -------------------------------------------------------------------------------- /StackBluriOS/0.0.1/StackBluriOS.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'StackBluriOS' 3 | s.version = '0.0.1' 4 | s.platform = :ios 5 | s.license = 'BSD' 6 | s.summary = 'Stack Blur implementation for iOS.' 7 | s.homepage = 'https://github.com/tomsoft1/StackBluriOS' 8 | s.author = { 'Thomas Landspurg' => 'thomas.landspurg@gmail.com' } 9 | s.source = { :git => 'https://github.com/tomsoft1/StackBluriOS.git', :commit => 'cb6c78776a7548d0ac9a5686116a9e0f2e08587e' } 10 | 11 | s.source_files = 'Classes/UIImage+StackBlur.*' 12 | s.requires_arc = true 13 | end 14 | -------------------------------------------------------------------------------- /TouchJSON/1.0/TouchJSON.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'TouchJSON' 3 | s.version = '1.0' 4 | s.license = 'Simplified BSD License' 5 | s.summary = 'TouchJSON is an Objective-C based parser and generator for JSON encoded data.' 6 | s.homepage = 'https://github.com/TouchCode/TouchJSON' 7 | s.author = { 'Jonathan Wight' => 'schwa@touchcode.com' } 8 | s.source = { :git => 'https://github.com/TouchCode/TouchJSON.git', :tag => '1.0' } 9 | s.source_files = 'Source/**/*.{h,m}' 10 | s.framework = 'Foundation' 11 | s.requires_arc = true 12 | 13 | end 14 | -------------------------------------------------------------------------------- /YIInnerShadowView/1.0.0/YIInnerShadowView.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "YIInnerShadowView" 3 | s.version = "1.0.0" 4 | s.summary = "Inner-shadow UIView/CALayer for iOS." 5 | s.homepage = "https://github.com/inamiy/YIInnerShadowView" 6 | s.license = { :type => 'Beerware', :text => ""} 7 | s.author = { "Yasuhiro Inami" => "inamiy@gmail.com" } 8 | s.source = { :git => "https://github.com/inamiy/YIInnerShadowView.git", :tag => "1.0.0" } 9 | s.platform = :ios 10 | s.source_files = 'YIInnerShadowView/**/*.{h,m}' 11 | end 12 | -------------------------------------------------------------------------------- /A2StoryboardSegueContext/1.0/A2StoryboardSegueContext.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'A2StoryboardSegueContext' 3 | s.version = '1.0' 4 | s.license = 'BSD' 5 | s.summary = 'Supplement your segues\' identifier strings with context objects.' 6 | s.homepage = 'https://github.com/pandamonia/A2StoryboardSegueContext/' 7 | s.author = { 'Alexsander Akers' => 'a2@pandamonia.us' } 8 | s.source = { :git => 'https://github.com/pandamonia/A2StoryboardSegueContext.git', :tag => 'v1.0' } 9 | s.platform = :ios 10 | s.source_files = 'A2StoryboardSegueContext.{h,m}' 11 | end -------------------------------------------------------------------------------- /ACEToolKit/0.0.2/ACEToolKit.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'ACEToolKit' 3 | s.version = '0.0.2' 4 | s.homepage = 'https://github.com/acerbetti/ACEToolKit' 5 | s.author = { 'Stefano Acerbetti' => 'acerbetti@gmail.com' } 6 | s.license = { :type => 'MIT', :file => 'LICENSE' } 7 | s.summary = 'Development tools to make my life (and yours) a little bit easier.' 8 | s.source = { :git => 'https://github.com/acerbetti/ACEToolKit.git', :tag => 'v0.0.2' } 9 | s.source_files = 'ACEToolKit/*.{h,m}' 10 | s.platform = :ios 11 | end 12 | -------------------------------------------------------------------------------- /AFOAuth2Client/0.0.1/AFOAuth2Client.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'AFOAuth2Client' 3 | s.version = '0.0.1' 4 | s.license = 'MIT' 5 | s.summary = 'AFNetworking Extension for OAuth 2 Authentication.' 6 | s.homepage = 'https://github.com/AFNetworking/AFOAuth2Client' 7 | s.author = { 'Mattt Thompson' => 'm@mattt.me' } 8 | s.source = { :git => 'https://github.com/AFNetworking/AFOAuth2Client.git', 9 | :commit => '06acabc4acfbb1af6ef46d48e806158b553405b8' } 10 | s.source_files = '*.{h,m}' 11 | s.dependency 'AFNetworking', '~>1.0' 12 | end 13 | -------------------------------------------------------------------------------- /CZGSpinLayer/0.2.0/CZGSpinLayer.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'CZGSpinLayer' 3 | s.version = '0.2.0' 4 | s.license = 'MIT' 5 | s.summary = 'A spinnable CCLayer subclass.' 6 | s.homepage = 'https://github.com/czgarrett/CZGSpinLayer' 7 | s.authors = {'Christopher Z. Garrett' => 'z@zworkbench.com'} 8 | s.source = { :git => 'https://github.com/czgarrett/CZGSpinLayer.git', :tag => 'v0.2.0' } 9 | s.platform = :ios, '5.0' 10 | s.source_files = 'Classes' 11 | s.requires_arc = true 12 | s.dependency 'cocos2d', '~> 2.0.0' 13 | end -------------------------------------------------------------------------------- /CollapseClick/0.0.1/CollapseClick.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'CollapseClick' 3 | s.version = '0.0.1' 4 | s.summary = 'A collapsible list that functions like a UITableView.' 5 | s.author = { 6 | 'Ben Gordon' => 'brgordon@ua.edu' 7 | } 8 | s.source = { 9 | :git => 'https://github.com/bennyguitar/CollapseClick.git', 10 | :commit => '1d880bc' 11 | } 12 | s.homepage = 'http://subvertapps.com' 13 | s.license = 'LICENSE' 14 | s.source_files = 'CollapseClick/*.{h,m}' 15 | s.platform = :ios, '5.0' 16 | s.requires_arc = true 17 | end -------------------------------------------------------------------------------- /CollapseClick/1.0.1/CollapseClick.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'CollapseClick' 3 | s.version = '1.0.1' 4 | s.summary = 'A collapsible list that functions like a UITableView.' 5 | s.author = { 6 | 'Ben Gordon' => 'brgordon@ua.edu' 7 | } 8 | s.source = { 9 | :git => 'https://github.com/bennyguitar/CollapseClick.git', 10 | :tag => 'v1.0.1' 11 | } 12 | s.homepage = 'http://subvertapps.com' 13 | s.license = 'LICENSE' 14 | s.source_files = 'CollapseClick/*.{h,m,xib}' 15 | s.platform = :ios, '5.0' 16 | s.requires_arc = true 17 | end -------------------------------------------------------------------------------- /CupertinoYankee/0.1.1/CupertinoYankee.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'CupertinoYankee' 3 | s.version = '0.1.1' 4 | s.license = 'MIT' 5 | s.summary = 'An NSDate Category With Locale-Aware Calculations for Beginning & End of Day, Week, Month, and Year.' 6 | s.homepage = 'https://github.com/mattt/CupertinoYankee' 7 | s.authors = {'Mattt Thompson' => 'm@mattt.me'} 8 | s.source = { :git => 'https://github.com/mattt/CupertinoYankee.git', :tag => '0.1.1' } 9 | s.source_files = 'CupertinoYankee/NSDate+CupertinoYankee.{h,m}' 10 | s.requires_arc = true 11 | end 12 | -------------------------------------------------------------------------------- /DPToastView/0.2b/DPToastView.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "DPToastView" 3 | s.version = "0.2b" 4 | s.summary = "Highly customizable toast view for iOS." 5 | s.homepage = "https://github.com/ebaker355/DPToastView" 6 | s.license = { :type => 'MIT', :file => 'LICENSE' } 7 | s.author = { "Eric Baker" => "ebaker@duneparksoftware.com" } 8 | s.source = { :git => "https://github.com/ebaker355/DPToastView.git", :tag => "0.2b" } 9 | s.platform = :ios, '6.0' 10 | s.source_files = '*.{h,m}' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /EDColor/0.0.3/EDColor.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "EDColor" 3 | s.version = "0.0.3" 4 | s.summary = "A collection of categories and utilities that extend UIColor." 5 | s.homepage = "https://github.com/thisandagain/color" 6 | s.license = 'MIT' 7 | s.author = { "Andrew Sliwinski" => "andrewsliwinski@acm.org" } 8 | s.source = { :git => "https://github.com/thisandagain/color.git", :tag => "v0.0.3" } 9 | s.platform = :ios, '5.0' 10 | s.source_files = 'EDColor' 11 | s.frameworks = 'UIKit' 12 | s.requires_arc = true 13 | end -------------------------------------------------------------------------------- /EDColor/0.0.4/EDColor.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "EDColor" 3 | s.version = "0.0.4" 4 | s.summary = "A collection of categories and utilities that extend UIColor." 5 | s.homepage = "https://github.com/thisandagain/color" 6 | s.license = 'MIT' 7 | s.author = { "Andrew Sliwinski" => "andrewsliwinski@acm.org" } 8 | s.source = { :git => "https://github.com/thisandagain/color.git", :tag => "v0.0.4" } 9 | s.platform = :ios, '5.0' 10 | s.source_files = 'EDColor' 11 | s.frameworks = 'UIKit' 12 | s.requires_arc = true 13 | end -------------------------------------------------------------------------------- /EDColor/0.1.0/EDColor.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "EDColor" 3 | s.version = "0.1.0" 4 | s.summary = "A collection of categories and utilities that extend UIColor." 5 | s.homepage = "https://github.com/thisandagain/color" 6 | s.license = 'MIT' 7 | s.author = { "Andrew Sliwinski" => "andrewsliwinski@acm.org" } 8 | s.source = { :git => "https://github.com/thisandagain/color.git", :tag => "v0.1.0" } 9 | s.platform = :ios, '5.0' 10 | s.source_files = 'EDColor' 11 | s.frameworks = 'UIKit' 12 | s.requires_arc = true 13 | end --------------------------------------------------------------------------------