├── CocoaPods-version.yml ├── .gitignore ├── .travis.yml ├── Gemfile ├── NSData+Base64 └── 1.0.0 │ └── NSData+Base64.podspec ├── SkyLab └── 0.0.1 │ └── SkyLab.podspec ├── AnyJSON └── 0.0.1 │ └── AnyJSON.podspec ├── EDQueue ├── 0.2.0 │ └── EDQueue.podspec └── 0.5.0 │ └── EDQueue.podspec ├── JSONKit ├── 1.4 │ └── JSONKit.podspec └── 1.5pre │ └── JSONKit.podspec ├── KISSmetrics └── 1.0.0 │ └── KISSmetrics.podspec ├── CTidy ├── 0.3.1 │ └── CTidy.podspec ├── 0.1.0 │ └── CTidy.podspec └── 0.2.0 │ └── CTidy.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 ├── LRTableModel └── 1.0 │ └── LRTableModel.podspec ├── OHHTTPStubs └── 1.0.1 │ └── OHHTTPStubs.podspec ├── FMDB ├── 1.5 │ └── FMDB.podspec ├── 1.5.1 │ └── FMDB.podspec └── 2.0 │ └── FMDB.podspec ├── SDURLCache └── 1.2 │ └── SDURLCache.podspec ├── DIYConduit ├── 0.2.2 │ └── DIYConduit.podspec └── 0.3.0 │ └── DIYConduit.podspec ├── GetGravatar ├── 1.0 │ └── GetGravatar.podspec └── 1.1 │ └── GetGravatar.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 ├── EGOCache └── 0.1.0 │ └── EGOCache.podspec ├── EDStorage ├── 0.1.4 │ └── EDStorage.podspec ├── 0.1.5 │ └── EDStorage.podspec └── 0.2.0 │ └── EDStorage.podspec ├── GroundControl └── 0.0.1 │ └── GroundControl.podspec ├── LRMocky ├── 0.9.0 │ └── LRMocky.podspec └── 0.9.1 │ └── LRMocky.podspec ├── KSCrypto └── 1.0.2 │ └── KSCrypto.podspec ├── MBCommon ├── 1.0 │ └── MBCommon.podspec └── 1.0.1 │ └── MBCommon.podspec ├── Godzippa └── 0.1.0 │ └── Godzippa.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 ├── Mixpanel ├── 0.0.1 │ └── Mixpanel.podspec └── 1.0.0 │ └── Mixpanel.podspec ├── ZKTextField └── 0.0.1 │ └── ZKTextField.podspec ├── Base64nl └── 1.0.2 │ └── Base64nl.podspec ├── Handsy └── 0.0.1 │ └── Handsy.podspec ├── rump-ios └── 1.0.0 │ └── rump-ios.podspec ├── Base32 └── 1.0.0 │ └── Base32.podspec ├── Base64 └── 1.0.0 │ └── Base64.podspec ├── CoreParse ├── 1.1.0 │ └── CoreParse.podspec └── 1.0.0 │ └── CoreParse.podspec ├── Evernote-SDK-Mac └── 1.22 │ └── Evernote-SDK-Mac.podspec ├── SDWebImage └── 2.4 │ └── SDWebImage.podspec ├── INKeychainAccess └── 1.0 │ └── INKeychainAccess.podspec ├── LKbadgeView ├── 1.0.0 │ └── LKbadgeView.podspec └── 0.0.1 │ └── LKbadgeView.podspec ├── Reachability └── 2.0.4 │ └── Reachability.podspec ├── INAppStoreWindow ├── 1.0 │ └── INAppStoreWindow.podspec └── 1.1 │ └── INAppStoreWindow.podspec ├── ObjectiveMixin ├── 1.0.0 │ └── ObjectiveMixin.podspec └── 0.0.1 │ └── ObjectiveMixin.podspec ├── RSOAuthEngine └── 1.0.0 │ └── RSOAuthEngine.podspec ├── AlertNinja └── 0.0.1 │ └── AlertNinja.podspec ├── GCCommonCode-iOS └── 0.0.1 │ └── GCCommonCode-iOS.podspec ├── IMAPClient └── 0.0.2 │ └── IMAPClient.podspec ├── Injective ├── 0.2.0 │ └── Injective.podspec ├── 0.2.1 │ └── Injective.podspec └── 0.2.2 │ └── Injective.podspec ├── JSGCDDispatcher ├── 0.2 │ └── JSGCDDispatcher.podspec ├── 0.3 │ └── JSGCDDispatcher.podspec ├── 0.4 │ └── JSGCDDispatcher.podspec └── 0.5 │ └── JSGCDDispatcher.podspec ├── PhoneNumberFormatter └── 0.1.0 │ └── PhoneNumberFormatter.podspec ├── YIPopupTextView └── 0.0.1 │ └── YIPopupTextView.podspec ├── CDEvents └── 1.2.0 │ └── CDEvents.podspec ├── JCPriorityQueue └── 0.0.1 │ └── JCPriorityQueue.podspec ├── LineKit └── 1.0.0 │ └── LineKit.podspec ├── TransformerKit └── 0.0.1 │ └── TransformerKit.podspec ├── CocoaLumberjack ├── 1.0.0 │ └── CocoaLumberjack.podspec ├── 1.1.0 │ └── CocoaLumberjack.podspec └── 1.2.0 │ └── CocoaLumberjack.podspec ├── CupertinoYankee └── 0.1.0 │ └── CupertinoYankee.podspec ├── SEDraggable └── 1.0.0 │ └── SEDraggable.podspec ├── SVHTTPRequest ├── 0.2 │ └── SVHTTPRequest.podspec └── 0.0.1 │ └── SVHTTPRequest.podspec ├── UDTableView └── 1.0.0 │ └── UDTableView.podspec ├── Braille ├── 0.0.3 │ └── Braille.podspec └── 0.0.2 │ └── Braille.podspec ├── DDURLParser └── 0.0.1 │ └── DDURLParser.podspec ├── MKiCloudSync └── 0.0.1 │ └── MKiCloudSync.podspec ├── AFNetworking ├── 0.9.0 │ └── AFNetworking.podspec ├── 0.9.1 │ └── AFNetworking.podspec ├── 0.9.2 │ └── AFNetworking.podspec ├── 1.0RC1 │ └── AFNetworking.podspec ├── 1.0RC2 │ └── AFNetworking.podspec └── 0.7.0 │ └── AFNetworking.podspec ├── AGImageChecker └── 0.0.1 │ └── AGImageChecker.podspec ├── Lockbox ├── 1.0.2 │ └── Lockbox.podspec └── 1.1.0 │ └── Lockbox.podspec ├── ObjectiveRecord ├── 0.8 │ └── ObjectiveRecord.podspec └── 0.9 │ └── ObjectiveRecord.podspec ├── SPTabBarController └── 0.1 │ └── SPTabBarController.podspec ├── TTTLocalizedPluralString └── 0.0.1 │ └── TTTLocalizedPluralString.podspec ├── Typewriter ├── 0.0.1 │ └── Typewriter.podspec ├── 0.0.2 │ └── Typewriter.podspec └── 0.0.3 │ └── Typewriter.podspec ├── libPusher ├── 1.1 │ └── libPusher.podspec ├── 1.3 │ └── libPusher.podspec └── 1.4 │ └── libPusher.podspec ├── KSLabel └── 0.1.0 │ └── KSLabel.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 ├── JWSplitView └── 0.1.1 │ └── JWSplitView.podspec ├── PINView ├── 0.1.0 │ └── PINView.podspec └── 0.2 │ └── PINView.podspec ├── AwesomeMenu ├── 1.0.0 │ └── AwesomeMenu.podspec └── 0.0.1 │ └── AwesomeMenu.podspec ├── ConciseKit ├── 0.1.0 │ └── ConciseKit.podspec ├── 0.1.1 │ └── ConciseKit.podspec └── 0.1.2 │ └── ConciseKit.podspec ├── DTWebArchive └── 0.0.1 │ └── DTWebArchive.podspec ├── EventEmitter ├── 0.1.0 │ └── EventEmitter.podspec └── 0.1.1 │ └── EventEmitter.podspec ├── NSRemoteLog └── 0.0.1 │ └── NSRemoteLog.podspec ├── Novocaine └── 0.0.1 │ └── Novocaine.podspec ├── PSStackedView ├── 0.1 │ └── PSStackedView.podspec └── 1.0 │ └── PSStackedView.podspec ├── VPPMap └── 0.2.0 │ └── VPPMap.podspec ├── VPPReachability └── 0.1.0 │ └── VPPReachability.podspec ├── ZKSforce └── 25.0.2 │ └── ZKSforce.podspec ├── AKSemanticView └── 0.0.1 │ └── AKSemanticView.podspec ├── DropBlocks └── 0.0.1 │ └── DropBlocks.podspec ├── JMTabView └── 0.0.1 │ └── JMTabView.podspec ├── MulticastDelegate └── 0.0.1 │ └── MulticastDelegate.podspec ├── NSData+MD5Digest └── 1.0.0 │ └── NSData+MD5Digest.podspec ├── MTPocket └── 0.4.0 │ └── MTPocket.podspec ├── StackBluriOS └── 0.0.1 │ └── StackBluriOS.podspec ├── Syringe └── 0.9 │ └── Syringe.podspec ├── TouchJSON └── 1.0 │ └── TouchJSON.podspec ├── A2StoryboardSegueContext ├── 1.0 │ └── A2StoryboardSegueContext.podspec └── 1.0.1 │ └── A2StoryboardSegueContext.podspec ├── AFOAuth2Client └── 0.0.1 │ └── AFOAuth2Client.podspec ├── EDColor ├── 0.0.3 │ └── EDColor.podspec ├── 0.0.4 │ └── EDColor.podspec └── 0.0.2 │ └── EDColor.podspec ├── MFSideMenu ├── 0.2 │ └── MFSideMenu.podspec ├── 0.3 │ └── MFSideMenu.podspec └── 0.0.1 │ └── MFSideMenu.podspec ├── NSDate-TKExtensions ├── 0.2 │ └── NSDate-TKExtensions.podspec └── 0.3 │ └── NSDate-TKExtensions.podspec ├── OpenUDID └── 1.0.0 │ └── OpenUDID.podspec ├── PAPasscode ├── 0.1 │ └── PAPasscode.podspec └── 0.2 │ └── PAPasscode.podspec ├── PSMenuItem └── 0.0.1 │ └── PSMenuItem.podspec ├── SFHFKeychainUtils └── 0.0.1 │ └── SFHFKeychainUtils.podspec ├── pubnub-api └── 3.3 │ └── pubnub-api.podspec ├── EGOImageLoading └── 0.0.1 │ └── EGOImageLoading.podspec ├── ISO8601DateFormatter └── 0.6 │ └── ISO8601DateFormatter.podspec ├── MTControl ├── 0.0.2 │ └── MTControl.podspec ├── 0.0.3 │ └── MTControl.podspec └── 0.0.4 │ └── MTControl.podspec ├── NSDate-Extensions └── 0.0.1 │ └── NSDate-Extensions.podspec ├── OCCalendar └── 0.0.1 │ └── OCCalendar.podspec ├── RTLabel ├── 0.9 │ └── RTLabel.podspec ├── 0.9.1 │ └── RTLabel.podspec └── 1.0 │ └── RTLabel.podspec ├── RoutingHTTPServer └── 0.0.1 │ └── RoutingHTTPServer.podspec ├── StoreKISS └── 0.1 │ └── StoreKISS.podspec ├── box-ios-sdk └── 0.0.1 │ └── box-ios-sdk.podspec ├── cocoa-oauth └── 0.0.1 │ └── cocoa-oauth.podspec ├── ACSimpleKeychain └── 0.0.1 │ └── ACSimpleKeychain.podspec ├── DTActionSheet └── 0.0.1 │ └── DTActionSheet.podspec ├── FontLabel └── 0.0.1 │ └── FontLabel.podspec ├── NLTQuickCheck └── 0.0.1 │ └── NLTQuickCheck.podspec ├── SRMonthPicker ├── 0.2.0 │ └── SRMonthPicker.podspec ├── 0.2.1 │ └── SRMonthPicker.podspec ├── 0.2.5 │ └── SRMonthPicker.podspec └── 0.1.1 │ └── SRMonthPicker.podspec ├── BPXLUUIDHandler └── 0.0.1 │ └── BPXLUUIDHandler.podspec ├── BSKeyboardControls └── 1.1 │ └── BSKeyboardControls.podspec ├── CEPopupPickerView └── 0.1 │ └── CEPopupPickerView.podspec ├── MBRequest ├── 1.0 │ └── MBRequest.podspec ├── 1.1 │ └── MBRequest.podspec └── 1.0.2 │ └── MBRequest.podspec ├── SBTickerView └── 0.0.1 │ └── SBTickerView.podspec ├── TSLibraryImport └── 0.0.1 │ └── TSLibraryImport.podspec ├── TTTAttributedLabel └── 1.2.2 │ └── TTTAttributedLabel.podspec ├── Underscore.m └── 0.1.0 │ └── Underscore.m.podspec ├── VPPDropDown └── 0.3.0 │ └── VPPDropDown.podspec ├── XcodeEditor ├── 1.0 │ └── XcodeEditor.podspec └── 1.1 │ └── XcodeEditor.podspec ├── ABContactHelper └── 0.0.1 │ └── ABContactHelper.podspec ├── CMPopTipView ├── 1.2.0 │ └── CMPopTipView.podspec ├── 1.0.0 │ └── CMPopTipView.podspec └── 1.1.0 │ └── CMPopTipView.podspec ├── DIYAssetPicker ├── 0.1.0 │ └── DIYAssetPicker.podspec ├── 0.2.0 │ └── DIYAssetPicker.podspec └── 0.1.1 │ └── DIYAssetPicker.podspec ├── JTObjectMapping ├── 1.0.5 │ └── JTObjectMapping.podspec └── 0.0.1 │ └── JTObjectMapping.podspec ├── MDCScrollBarLabel └── 0.1.0 │ └── MDCScrollBarLabel.podspec ├── MGImageUtilities └── 0.0.1 │ └── MGImageUtilities.podspec ├── VPPLocation └── 3.0.0 │ └── VPPLocation.podspec ├── iConsole └── 1.4 │ └── iConsole.podspec ├── ALToastView └── 0.0.1 │ └── ALToastView.podspec ├── ARTableViewPager └── 1.0.0 │ └── ARTableViewPager.podspec ├── BHTabBar └── 1.0.0 │ └── BHTabBar.podspec ├── CDPlistManager └── 0.0.1 │ └── CDPlistManager.podspec ├── YLProgressBar └── 1.0.0 │ └── YLProgressBar.podspec ├── iOS-Flip-Transform └── 0.0.1 │ └── iOS-Flip-Transform.podspec ├── xmlrpc └── 2.3.1 │ └── xmlrpc.podspec ├── AutoCoding └── 1.2 │ └── AutoCoding.podspec ├── BlocksKit ├── 0.9.0 │ └── BlocksKit.podspec ├── 0.9.5 │ └── BlocksKit.podspec ├── 1.0.0 │ └── BlocksKit.podspec ├── 1.0.1 │ └── BlocksKit.podspec ├── 1.0.2 │ └── BlocksKit.podspec ├── 1.0.3 │ └── BlocksKit.podspec ├── 1.0.4 │ └── BlocksKit.podspec └── 1.0.5 │ └── BlocksKit.podspec ├── CargoBay └── 0.1.0 │ └── CargoBay.podspec ├── DDExpandableButton └── 0.0.1 │ └── DDExpandableButton.podspec ├── KGNoise ├── 1.0.0 │ └── KGNoise.podspec └── 1.1.0 │ └── KGNoise.podspec ├── LROAuth2Client └── 0.0.1 │ └── LROAuth2Client.podspec ├── LastFm ├── 0.5.4 │ └── LastFm.podspec ├── 0.5.5 │ └── LastFm.podspec ├── 0.5.6 │ └── LastFm.podspec ├── 0.5.7 │ └── LastFm.podspec ├── 0.10.0 │ └── LastFm.podspec ├── 0.10.1 │ └── LastFm.podspec ├── 0.11.0 │ └── LastFm.podspec ├── 0.12.0 │ └── LastFm.podspec ├── 0.5.8 │ └── LastFm.podspec ├── 0.9.0 │ └── LastFm.podspec ├── 0.9.1 │ └── LastFm.podspec ├── 0.9.2 │ └── LastFm.podspec ├── 0.9.3 │ └── LastFm.podspec ├── 1.0.0 │ └── LastFm.podspec └── 1.1.0 │ └── LastFm.podspec ├── NLTHTTPStubServer └── 0.1.1 │ └── NLTHTTPStubServer.podspec ├── ObjectiveSugar ├── 0.2 │ └── ObjectiveSugar.podspec ├── 0.3 │ └── ObjectiveSugar.podspec ├── 0.4 │ └── ObjectiveSugar.podspec └── 0.1 │ └── ObjectiveSugar.podspec ├── SignalR-ObjC └── 0.5.0 │ └── SignalR-ObjC.podspec ├── UIColor-CrossFade └── 0.0.1 │ └── UIColor-CrossFade.podspec ├── UIView+TKGeometry └── 0.1.1 │ └── UIView+TKGeometry.podspec ├── sundown └── 0.1.0 │ └── sundown.podspec ├── A2DynamicDelegate ├── 1.0 │ └── A2DynamicDelegate.podspec ├── 1.0.1 │ └── A2DynamicDelegate.podspec ├── 1.0.2 │ └── A2DynamicDelegate.podspec ├── 1.0.3 │ └── A2DynamicDelegate.podspec ├── 1.0.4 │ └── A2DynamicDelegate.podspec ├── 1.0.5 │ └── A2DynamicDelegate.podspec ├── 1.0.6 │ └── A2DynamicDelegate.podspec ├── 1.0.7 │ └── A2DynamicDelegate.podspec └── 1.0.8 │ └── A2DynamicDelegate.podspec ├── AFHTTPRequestOperationLogger └── 0.9.0 │ └── AFHTTPRequestOperationLogger.podspec ├── AQGridView └── 1.3 │ └── AQGridView.podspec ├── DAKeyboardControl └── 0.0.1 │ └── DAKeyboardControl.podspec ├── MDAboutController └── 0.7 │ └── MDAboutController.podspec ├── MDCShineEffect └── 0.1.0 │ └── MDCShineEffect.podspec ├── NXOAuth2Client └── 1.1.0 │ └── NXOAuth2Client.podspec ├── NoticeView └── 1.0.0 │ └── NoticeView.podspec ├── POViewFrameBuilder └── 1.0.0 │ └── POViewFrameBuilder.podspec ├── PunchScrollView └── 1.0.0 │ └── PunchScrollView.podspec ├── BetterBlocks └── 0.0.1 │ └── BetterBlocks.podspec ├── DCRoundSwitch └── 0.0.1 │ └── DCRoundSwitch.podspec ├── RDActionSheet └── 0.0.1 │ └── RDActionSheet.podspec ├── iTVDb ├── 0.0.1 │ └── iTVDb.podspec └── 0.0.2 │ └── iTVDb.podspec ├── iTunesSearch ├── 0.0.1 │ └── iTunesSearch.podspec ├── 0.0.2 │ └── iTunesSearch.podspec ├── 0.0.3 │ └── iTunesSearch.podspec ├── 0.1.0 │ └── iTunesSearch.podspec └── 0.1.1 │ └── iTunesSearch.podspec ├── sqlite3 └── 3.7.14.1 │ └── sqlite3.podspec ├── BackInMotion └── 0.0.1 │ └── BackInMotion.podspec ├── Color-Picker-for-iOS └── 0.0.1 │ └── Color-Picker-for-iOS.podspec ├── GRMustache ├── 4.2.0 │ └── GRMustache.podspec ├── 4.3.0 │ └── GRMustache.podspec ├── 4.3.1 │ └── GRMustache.podspec ├── 4.3.2 │ └── GRMustache.podspec ├── 4.3.3 │ └── GRMustache.podspec └── 4.3.4 │ └── GRMustache.podspec ├── LBGIFImage └── 0.0.1 │ └── LBGIFImage.podspec ├── MGBox2 ├── 1.0.0 │ └── MGBox2.podspec └── 1.3.0 │ └── MGBox2.podspec ├── SJNotificationViewController └── 1.0.1 │ └── SJNotificationViewController.podspec ├── UIGlossyButton ├── 0.0.3 │ └── UIGlossyButton.podspec └── 0.0.4 │ └── UIGlossyButton.podspec ├── UIImage+PDF └── 1.0.0 │ └── UIImage+PDF.podspec ├── iFuga └── 1.1 │ └── iFuga.podspec ├── DCIntrospect └── 0.0.1 │ └── DCIntrospect.podspec ├── DLStarRating └── 1.1 │ └── DLStarRating.podspec ├── FTAssetRenderer ├── 0.1.0 │ └── FTAssetRenderer.podspec └── 0.1.1 │ └── FTAssetRenderer.podspec ├── MACalendarUI └── 1.0.0 │ └── MACalendarUI.podspec ├── MAKVONotificationCenter └── 0.0.1 │ └── MAKVONotificationCenter.podspec ├── PullToRefresh └── 0.0.1 │ └── PullToRefresh.podspec └── UIImage-Resize └── 0.1 └── UIImage-Resize.podspec /CocoaPods-version.yml: -------------------------------------------------------------------------------- 1 | --- 2 | last: 0.16.0 3 | min: 0.6.0 4 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .*.sw? 2 | .DS_Store 3 | .rbenv-version 4 | .idea 5 | -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- 1 | language: ruby 2 | rvm: 3 | - 1.8.7 4 | - 1.9.3 5 | install: NOEXEC=skip rake travis:setup 6 | -------------------------------------------------------------------------------- /Gemfile: -------------------------------------------------------------------------------- 1 | source :rubygems 2 | 3 | gem 'cocoapods', ">= #{YAML.load_file(File.dirname(__FILE__) + "/CocoaPods-version.yml")['last']}" 4 | gem 'rake' 5 | -------------------------------------------------------------------------------- /NSData+Base64/1.0.0/NSData+Base64.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'NSData+Base64' 3 | s.version = '1.0.0' 4 | s.summary = 'Base64 for NSData.' 5 | s.homepage = 'https://github.com/l4u/NSData-Base64' 6 | s.author = { 'Matt Gallagher' => '' } 7 | s.source = { :git => 'https://github.com/l4u/NSData-Base64.git', :tag => '1.0.0' } 8 | s.source_files = '*.{h,m}' 9 | end 10 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 -------------------------------------------------------------------------------- /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 | end 12 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | end -------------------------------------------------------------------------------- /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.author = { 'Justin DeWind' => 'dewind@atomicobject.com' } 6 | s.source = { :git => 'https://github.com/atomicobject/objection.git', :tag => '0.9' } 7 | s.homepage = 'http://www.objection-framework.org' 8 | s.source_files = 'Source' 9 | end 10 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | end -------------------------------------------------------------------------------- /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.author = { 'Justin DeWind' => 'dewind@atomicobject.com' } 6 | s.source = { :git => 'https://github.com/atomicobject/objection.git', :tag => '0.8.7' } 7 | s.homepage = 'http://www.objection-framework.org' 8 | s.source_files = 'Source' 9 | end 10 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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.author = { 'Olivier Poitrey' => 'rs@dailymotion.com' } 8 | s.source = { :git => 'https://github.com/rs/SDURLCache.git', :tag => '1.2' } 9 | s.source_files = 'SDURLCache.h', 'SDURLCache.m' 10 | end 11 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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.author = { 'Raquel Galan' => 'iprayforwaves@gmail.com' } 8 | s.source = { :git => 'https://github.com/iprayforwaves/GetGravatar.git', :tag => '1.0' } 9 | s.source_files = '*.{h,m}' 10 | end 11 | -------------------------------------------------------------------------------- /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.author = { 'Raquel Galan' => 'iprayforwaves@gmail.com' } 8 | s.source = { :git => 'https://github.com/iprayforwaves/GetGravatar.git', :tag => '1.1' } 9 | s.source_files = '*.{h,m}' 10 | end 11 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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.homepage = 'http://github.com/lukeredpath/LRMocky' 6 | s.authors = { 'Luke Redpath' => 'luke@lukeredpath.co.uk' } 7 | s.source = { :git => 'https://github.com/lukeredpath/LRMocky.git', :tag => 'v0.9.0' } 8 | s.source_files = 'Classes', 'Classes/LRMocky', 'Vendor' 9 | end 10 | -------------------------------------------------------------------------------- /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.homepage = 'http://github.com/lukeredpath/LRMocky' 6 | s.authors = { 'Luke Redpath' => 'luke@lukeredpath.co.uk' } 7 | s.source = { :git => 'https://github.com/lukeredpath/LRMocky.git', :tag => 'v0.9.1' } 8 | s.source_files = 'Classes', 'Classes/LRMocky', 'Vendor' 9 | end 10 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /FMDB/2.0/FMDB.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'FMDB' 3 | s.version = '2.0' 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 => 'v2.0' } 10 | 11 | s.source_files = FileList['src/FM*.{h,m}'].exclude(/fmdb\.m/) 12 | s.library = 'sqlite3' 13 | end 14 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 = '' 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 | 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 | -------------------------------------------------------------------------------- /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.0/Base32.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Base32' 3 | s.version = '1.0.0' 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.0' } 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 | -------------------------------------------------------------------------------- /CoreParse/1.1.0/CoreParse.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'CoreParse' 3 | s.version = '1.1.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.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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /Reachability/2.0.4/Reachability.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Reachability' 3 | s.version = '2.0.4' 4 | s.platform = :ios 5 | s.homepage = 'https://github.com/pokeb/asi-http-request/tree/v1.8.1/External/Reachability' 6 | s.authors = 'Apple', 'Donoho Design Group, LLC' 7 | s.summary = 'A wrapper for the SystemConfiguration Reachablity APIs.' 8 | s.source_files = 'External/Reachability' 9 | s.framework = 'SystemConfiguration' 10 | s.header_dir = s.name 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 -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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.summary = 'GUI Cocoa iOS Common Code Library.' 6 | s.homepage = 'http://guicocoa.com' 7 | s.author = {'GUI Cocoa, LLC.' => 'caleb@guicocoa.com'} 8 | s.source = { :git => 'https://github.com/guicocoa/common-code-ios.git', :commit => '772798cf1f4353e0944005b98aef3508908035d5'} 9 | s.source_files = '*.{h,m}' 10 | s.framework = 'CoreData', 'CoreLocation' 11 | end 12 | -------------------------------------------------------------------------------- /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.description = 'An asynchrounous IMAP client for iOS.' 10 | s.platform = :ios 11 | s.source_files = 'Classes', 'Classes/**/*.{h,m}' 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 | -------------------------------------------------------------------------------- /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.summary = "Cocoa / Cocoa Touch Dependency Injection framework with features for simpler TDD." 6 | s.homepage = 'http://farcaller.github.com/Injective/' 7 | s.author = { 'Vladimir Pouzanov' => 'farcaller@gmail.com' } 8 | s.source = { :git => 'https://github.com/farcaller/Injective.git', :tag => '0.2.0' } 9 | s.source_files = 'Injective/Classes/*.{h,m}', 'Injective/Headers/*.{h,m}' 10 | end 11 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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@edgecase.com' } 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 | -------------------------------------------------------------------------------- /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 -------------------------------------------------------------------------------- /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 -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /CocoaLumberjack/1.0.0/CocoaLumberjack.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'CocoaLumberjack' 3 | s.version = '1.0.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.0/CocoaLumberjack.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'CocoaLumberjack' 3 | s.version = '1.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.1' } 10 | 11 | s.source_files = 'Lumberjack' 12 | end 13 | -------------------------------------------------------------------------------- /CocoaLumberjack/1.2.0/CocoaLumberjack.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'CocoaLumberjack' 3 | s.version = '1.2.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.2' } 10 | 11 | s.source_files = 'Lumberjack' 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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /MKiCloudSync/0.0.1/MKiCloudSync.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'MKiCloudSync' 3 | s.version = '0.0.1' 4 | s.platform = :ios 5 | s.summary = 'Sync your NSUserDefaults to iCloud automatically.' 6 | s.homepage = 'https://github.com/MugunthKumar/MKiCloudSync' 7 | s.author = { 'MugunthKumar' => 'contact@mk.sg' } 8 | s.source = { :git => 'https://github.com/MugunthKumar/MKiCloudSync.git', 9 | :commit => '9e57c89c773566cb7522e8269f3a973c84231acd' } 10 | s.source_files = '*.{h,m}' 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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /SPTabBarController/0.1/SPTabBarController.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'SPTabBarController' 3 | s.version = '0.1' 4 | s.summary = 'Custom tab bar container controller for iOS 5.' 5 | s.homepage = 'https://github.com/cpatni/SPTabBarController' 6 | s.author = { 'Chandra Patni' => 'http://rubyorchard.wordpress.com' } 7 | 8 | s.source = { :git => 'https://github.com/cpatni/SPTabBarController.git', :commit => 'b1418fd253b891d12dcf1b6340d6c8207ca463b7' } 9 | s.source_files = 'SPTabBarController/SPTabBarController.{h,m}' 10 | end 11 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /PINView/0.1.0/PINView.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'PINView' 3 | s.version = '0.1.0' 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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 => 'git://github.com/johnezang/JSONKit.git', :commit => '0aff3deb5e1bb2bbc88a83fd71c8ad5550185cce' } 9 | 10 | s.source_files = 'JSONKit.*' 11 | s.compiler_flags = '-Wno-deprecated-objc-isa-usage', '-Wno-format' 12 | end 13 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /JMTabView/0.0.1/JMTabView.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'JMTabView' 3 | s.version = '0.0.1' 4 | s.platform = :ios 5 | s.summary = 'Stylish and animated tab view for iOS rendered entirely using core graphics.' 6 | s.homepage = 'https://github.com/jasonmorrissey/JMTabView' 7 | s.author = { 'Jason Morrissey' => 'http://jasonmorrissey.org/' } 8 | s.source = { :git => 'https://github.com/jasonmorrissey/JMTabView.git', 9 | :commit => '2ba6a1f396f7aa8b418ae82336aa1c9c2be9b2b6' } 10 | s.source_files = 'JMTabView/Classes/**/*.{h,m}' 11 | end -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 | s.compiler_flags = '-Wno-deprecated-declarations' 11 | end 12 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /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 -------------------------------------------------------------------------------- /MFSideMenu/0.2/MFSideMenu.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'MFSideMenu' 3 | s.version = '0.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 = { 'mikefrederick' => 'mike@viamike.com' } 8 | s.source = { :git => 'https://github.com/mikefrederick/MFSideMenu.git', :tag => '0.2' } 9 | s.platform = :ios 10 | s.source_files = 'MFSideMenuDemo/MFSideMenu/*.{h,m}' 11 | s.resources = 'MFSideMenuDemo/MFSideMenu/*.png' 12 | s.frameworks = ['QuartzCore'] 13 | end 14 | -------------------------------------------------------------------------------- /Mixpanel/1.0.0/Mixpanel.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Mixpanel' 3 | s.version = '1.0.0' 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', :tag => 'v1.0.0' } 9 | s.frameworks = 'CoreTelephony', 'SystemConfiguration' 10 | s.platform = :ios 11 | s.source_files = 'Mixpanel/**/*.{h,m}' 12 | end 13 | -------------------------------------------------------------------------------- /NSDate-TKExtensions/0.2/NSDate-TKExtensions.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "NSDate-TKExtensions" 3 | s.version = "0.2" 4 | s.summary = "Set of usefull categories for NSDate." 5 | s.homepage = "https://github.com/mapedd/NSDate-TKExtensions" 6 | s.license = 'Apache' 7 | s.author = { "Tomek Kuzma" => "mapedd@sezamkowa.net" } 8 | s.source = { :git => "https://github.com/mapedd/NSDate-TKExtensions.git", :tag => "0.2" } 9 | s.platform = :ios 10 | s.source_files = 'NSDate-TKExtensions.{h,m}' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /NSDate-TKExtensions/0.3/NSDate-TKExtensions.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "NSDate-TKExtensions" 3 | s.version = "0.3" 4 | s.summary = "Set of usefull categories for NSDate." 5 | s.homepage = "https://github.com/mapedd/NSDate-TKExtensions" 6 | s.license = 'Apache' 7 | s.author = { "Tomek Kuzma" => "mapedd@sezamkowa.net" } 8 | s.source = { :git => "https://github.com/mapedd/NSDate-TKExtensions.git", :tag => "0.3" } 9 | s.platform = :ios 10 | s.source_files = 'NSDate-TKExtensions.{h,m}' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /OpenUDID/1.0.0/OpenUDID.podspec: -------------------------------------------------------------------------------- 1 | 2 | Pod::Spec.new do |s| 3 | s.name = 'OpenUDID' 4 | s.version = '1.0.0' 5 | s.summary = 'Open source initiative for a universal and persistent UDID solution for iOS..' 6 | s.homepage = 'http://OpenUDID.org' 7 | s.author = { 'Yann Lechelle' => 'ylechelle@gmail.com' } 8 | 9 | s.source = { :git => 'https://github.com/ylechelle/OpenUDID.git', :tag => '1.0.0' } 10 | 11 | s.description = 'Open source initiative for a universal and persistent UDID solution for iOS.' 12 | 13 | s.platform = :ios 14 | s.source_files = '*.{h,m}' 15 | end 16 | -------------------------------------------------------------------------------- /PAPasscode/0.1/PAPasscode.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'PAPasscode' 3 | s.version = '0.1' 4 | s.summary = 'A Passcode View Controller for iOS similar to the one in Settings.app' 5 | s.homepage = 'https://github.com/dhennessy/PAPasscode' 6 | s.authors = { 'Denis Hennessy' => 'denis@hennessynet.com' } 7 | s.source = { :git => 'https://github.com/dhennessy/PAPasscode.git', :tag => '0.1' } 8 | s.platform = :ios 9 | s.requires_arc = true 10 | 11 | s.source_files = 'PAPasscode' 12 | s.resources = 'Assets/*.png' 13 | s.framework = 'QuartzCore' 14 | end 15 | -------------------------------------------------------------------------------- /PAPasscode/0.2/PAPasscode.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'PAPasscode' 3 | s.version = '0.2' 4 | s.summary = 'A Passcode View Controller for iOS similar to the one in Settings.app' 5 | s.homepage = 'https://github.com/dhennessy/PAPasscode' 6 | s.authors = { 'Denis Hennessy' => 'denis@hennessynet.com' } 7 | s.source = { :git => 'https://github.com/dhennessy/PAPasscode.git', :tag => '0.2' } 8 | s.platform = :ios 9 | s.requires_arc = true 10 | 11 | s.source_files = 'PAPasscode' 12 | s.resources = 'Assets/*.png' 13 | s.framework = 'QuartzCore' 14 | end 15 | -------------------------------------------------------------------------------- /PSMenuItem/0.0.1/PSMenuItem.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "PSMenuItem" 3 | s.version = "0.0.1" 4 | s.summary = "A block based UIMenuItem subclass." 5 | s.homepage = "https://github.com/steipete/PSMenuItem" 6 | s.license = 'MIT' 7 | s.author = { "Peter Steinberger" => "steipete@gmail.com" } 8 | s.source = { :git => "https://github.com/steipete/PSMenuItem.git", :commit => "d0fa58bcba25eca5c6548f405ef36e257505d51e" } 9 | s.platform = :ios, '4.3' 10 | s.source_files = 'PSMenuItem.{h,m}' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /SFHFKeychainUtils/0.0.1/SFHFKeychainUtils.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'SFHFKeychainUtils' 3 | s.version = '0.0.1' 4 | s.platform = :ios 5 | s.summary = 'SciFiHiFi Utilities for manipulating the keychain.' 6 | s.homepage = 'https://github.com/ldandersen/scifihifi-iphone/tree/master/security' 7 | s.author = { 'Buzz Andersen' => 'buzz@scifihifi.com' } 8 | s.source = { :git => 'https://github.com/ldandersen/scifihifi-iphone.git', :commit => '6c4eb60ad577737a72097d0041f3ceb59e6c41ad' } 9 | s.source_files = 'security' 10 | s.framework = 'Security' 11 | end 12 | -------------------------------------------------------------------------------- /pubnub-api/3.3/pubnub-api.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'pubnub-api' 3 | s.version = '3.3' 4 | s.summary = 'PubNub makes Real-time Real Easy with a Simple Communications API.' 5 | s.homepage = 'https://github.com/pubnub/pubnub-api' 6 | s.author = { 'PubNub' => 'hello@pubnub.com' } 7 | s.source = { :git => 'https://github.com/pubnub/pubnub-api.git', :commit => '069ee8526c05bd97d7edd60a89aa161b8c3a9fc4' } 8 | s.platform = :ios 9 | s.license = 'MIT' 10 | s.source_files = 'objective-c/3.3/Pubnub/PubNub' 11 | s.requires_arc = true 12 | end 13 | 14 | -------------------------------------------------------------------------------- /A2StoryboardSegueContext/1.0.1/A2StoryboardSegueContext.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'A2StoryboardSegueContext' 3 | s.version = '1.0.1' 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.1' } 9 | s.platform = :ios 10 | s.source_files = 'A2StoryboardSegueContext.{h,m}' 11 | end -------------------------------------------------------------------------------- /AFNetworking/1.0RC2/AFNetworking.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'AFNetworking' 3 | s.version = '1.0RC2' 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.0RC2' } 9 | s.source_files = 'AFNetworking' 10 | s.requires_arc = true 11 | 12 | s.framework = 'SystemConfiguration' 13 | end 14 | -------------------------------------------------------------------------------- /EGOImageLoading/0.0.1/EGOImageLoading.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'EGOImageLoading' 3 | s.version = '0.0.1' 4 | s.platform = :ios 5 | s.license = 'MIT' 6 | s.summary = 'What if images on the iPhone were as easy as HTML?' 7 | s.homepage = 'https://github.com/enormego/EGOImageLoading' 8 | s.author = 'Shaun Harrison' 9 | s.source = { :git => 'https://github.com/enormego/EGOImageLoading.git', 10 | :commit => '9a3fa6b657c6b8217a24ff87c1fe4f670401f3bd' } 11 | 12 | s.source_files = 'EGO*/*.{h,m}' 13 | 14 | s.dependency 'EGOCache' 15 | end 16 | -------------------------------------------------------------------------------- /ISO8601DateFormatter/0.6/ISO8601DateFormatter.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'ISO8601DateFormatter' 3 | s.version = '0.6' 4 | s.license = 'BSD' 5 | s.summary = 'A Cocoa NSFormatter subclass to convert dates to and from ISO-8601-formatted strings. Supports calendar, week, and ordinal formats.' 6 | s.homepage = 'https://bitbucket.org/boredzo/iso-8601-parser-unparser/' 7 | s.author = 'Peter Hosey' 8 | s.source = { :git => 'https://github.com/ISO8601DateFormatter/ISO8601DateFormatter.git', :tag => '0.6' } 9 | 10 | s.source_files = 'ISO8601DateFormatter.{h,m}' 11 | end -------------------------------------------------------------------------------- /MFSideMenu/0.3/MFSideMenu.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'MFSideMenu' 3 | s.version = '0.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 => '0.3' } 9 | s.platform = :ios 10 | s.source_files = 'MFSideMenuDemo/MFSideMenu/*.{h,m}' 11 | s.resources = 'MFSideMenuDemo/MFSideMenu/*.png' 12 | s.frameworks = 'QuartzCore' 13 | end 14 | -------------------------------------------------------------------------------- /MTControl/0.0.2/MTControl.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "MTControl" 3 | s.version = "0.0.2" 4 | s.summary = "Attach block handlers to UIControl objects jQuery style." 5 | s.homepage = "https://github.com/mysterioustrousers/MTControl" 6 | s.license = 'BSD' 7 | s.author = { "Adam Kirk" => "atomkirk@gmail.com" } 8 | s.source = { :git => "https://github.com/mysterioustrousers/MTControl.git", :tag => "0.0.2" } 9 | s.platform = :ios 10 | s.source_files = 'MTControl/UIControl+MTControl.{h,m}' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /MTControl/0.0.3/MTControl.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "MTControl" 3 | s.version = "0.0.3" 4 | s.summary = "Attach block handlers to UIControl objects jQuery style." 5 | s.homepage = "https://github.com/mysterioustrousers/MTControl" 6 | s.license = 'BSD' 7 | s.author = { "Adam Kirk" => "atomkirk@gmail.com" } 8 | s.source = { :git => "https://github.com/mysterioustrousers/MTControl.git", :tag => "0.0.3" } 9 | s.platform = :ios 10 | s.source_files = 'MTControl/UIControl+MTControl.{h,m}' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /MTControl/0.0.4/MTControl.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "MTControl" 3 | s.version = "0.0.4" 4 | s.summary = "Attach block handlers to UIControl objects jQuery style." 5 | s.homepage = "https://github.com/mysterioustrousers/MTControl" 6 | s.license = 'BSD' 7 | s.author = { "Adam Kirk" => "atomkirk@gmail.com" } 8 | s.source = { :git => "https://github.com/mysterioustrousers/MTControl.git", :tag => "0.0.4" } 9 | s.platform = :ios 10 | s.source_files = 'MTControl/UIControl+MTControl.{h,m}' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /NSDate-Extensions/0.0.1/NSDate-Extensions.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'NSDate-Extensions' 3 | s.version = '0.0.1' 4 | s.license = 'MIT' 5 | s.summary = 'Practical real-world dates.' 6 | s.homepage = 'http://ericasadun.com' 7 | s.author = { 'Erica Sadun' => 'erica@ericasadun.com' } 8 | s.source = { :git => 'https://github.com/erica/NSDate-Extensions.git', :commit => '7c6730b8e5e4740a332d839f3597bcce11d83160' } 9 | s.platform = :ios 10 | s.source_files = 'NSDate-Utilities.{h,m}' , 'TimeFormatters.{h,m}' 11 | s.framework = 'Foundation' 12 | 13 | end 14 | -------------------------------------------------------------------------------- /OCCalendar/0.0.1/OCCalendar.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'OCCalendar' 3 | s.version = '0.0.1' 4 | s.license = 'BSD' 5 | s.summary = 'CoreGraphics date-range picking calendar.' 6 | s.homepage = 'http://mobileworldsoftware.com' 7 | s.author = { 'Oliver Clark Rickard' => 'help@mobileworldsoftware.com' } 8 | s.source = { :git => 'https://github.com/ocrickard/OCCalendar.git', :commit => 'ded1ca24ef3b31f4ef84ada08d40330e5c2aaac9' } 9 | s.platform = :ios 10 | s.source_files = 'OCCalendarView/*.{h,m}' 11 | s.framework = 'UIKit' , 'QuartzCore' 12 | 13 | end 14 | -------------------------------------------------------------------------------- /PSStackedView/1.0/PSStackedView.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'PSStackedView' 3 | s.version = '1.0' 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 => '1.0' } 10 | 11 | s.requires_arc = true 12 | s.source_files = 'PSStackedView' 13 | s.framework = 'QuartzCore' 14 | end 15 | -------------------------------------------------------------------------------- /RTLabel/0.9/RTLabel.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "RTLabel" 3 | s.version = "0.9" 4 | s.summary = "Rich text formatting based on HTML-like markups for iOS." 5 | s.homepage = "https://github.com/honcheng/RTLabel" 6 | s.license = 'MIT' 7 | s.author = { "Muh Hon Cheng" => "honcheng@gmail.com" } 8 | s.source = { :git => "https://github.com/honcheng/RTLabel.git", :tag => "0.9" } 9 | s.platform = :ios 10 | s.source_files = 'RTLabelProject/Classes/RTLabel.{h,m}' 11 | s.framework = 'CoreText' 12 | s.requires_arc = false 13 | end 14 | -------------------------------------------------------------------------------- /RoutingHTTPServer/0.0.1/RoutingHTTPServer.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'RoutingHTTPServer' 3 | s.version = '0.0.1' 4 | s.summary = 'A routing API for CocoaHTTPServer.' 5 | s.homepage = 'https://github.com/mattstevens/RoutingHTTPServer' 6 | s.author = 'Matt Stevens' 7 | s.source = { :git => 'https://github.com/mattstevens/RoutingHTTPServer.git', :commit => '535714b4eb9e164e1e0f7147c68f1726592f173f' } 8 | s.source_files = 'source/*.{h,m}' 9 | 10 | s.requires_arc = true 11 | 12 | s.dependency "CocoaHTTPServer", "~> 2.2.1" 13 | end 14 | -------------------------------------------------------------------------------- /SVHTTPRequest/0.0.1/SVHTTPRequest.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "SVHTTPRequest" 3 | s.version = "0.0.1" 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", :commit => "31ec15badeefe171beb605962b03ffe5fa2e5f7b" } 9 | s.requires_arc = true 10 | s.platform = :ios, '5.0' 11 | s.source_files = 'SVHTTPRequest/*.{h,m}' 12 | end 13 | -------------------------------------------------------------------------------- /StoreKISS/0.1/StoreKISS.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'StoreKISS' 3 | s.version = '0.1' 4 | s.license = 'MIT' 5 | s.summary = 'Lightweight wrapper for Apple\'s StoreKit framework created with KISS concept and love ❤.' 6 | s.homepage = 'https://github.com/mishakarpenko/StoreKISS' 7 | s.authors = {'Misha Karpenko' => 'karpenko.misha@gmail.com'} 8 | s.source = {:git => 'https://github.com/mishakarpenko/StoreKISS.git', :tag => 'v0.1'} 9 | s.source_files = 'StoreKISS/Classes' 10 | s.framework = 'StoreKit' 11 | s.requires_arc = true 12 | s.dependency 'Reachability' 13 | end -------------------------------------------------------------------------------- /box-ios-sdk/0.0.1/box-ios-sdk.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'box-ios-sdk' 3 | s.version = '0.0.1' 4 | s.summary = 'An Objective-C library for using the box API.' 5 | s.homepage = 'https://github.com/box/box-ios-sdk' 6 | s.author = { 'Box' => 'developers@box.net' } 7 | s.platform = :ios 8 | s.source = { :git => 'https://github.com/box/box-ios-sdk.git', :commit => '6bb100550322c11f09f949ab1383d797298f1a94' } 9 | s.source_files = 'Classes/SDKFiles/**/*.{h,m}' 10 | s.framework = 'Security' 11 | s.license = 'Commercial' 12 | end -------------------------------------------------------------------------------- /cocoa-oauth/0.0.1/cocoa-oauth.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'cocoa-oauth' 3 | s.version = '0.0.1' 4 | s.license = 'BSD' 5 | s.summary = 'Cocoa library for creating signed requests according to the OAuth 1.0a standard.' 6 | s.homepage = 'https://github.com/guicocoa/cocoa-oauth' 7 | s.author = { 'Caleb Davenport' => 'caleb@guicocoa.com' } 8 | s.source = { :git => 'https://github.com/guicocoa/cocoa-oauth.git', :commit => '51b2db258219d200a7cf968587c15777f0f63be6' } 9 | 10 | s.source_files = 'GCOAuth.{h,m}' 11 | s.dependency 'NSData+Base64', '~> 1.0' 12 | end 13 | -------------------------------------------------------------------------------- /ACSimpleKeychain/0.0.1/ACSimpleKeychain.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'ACSimpleKeychain' 3 | s.version = '0.0.1' 4 | s.license = 'MIT' 5 | s.summary = 'Dead simple keychain wrapper for iOS.' 6 | s.homepage = 'https://github.com/alexchugunov/ACSimpleKeychain' 7 | s.author = { 'Alex Chugunov' => 'alex.chugunov@gmail.com' } 8 | 9 | s.source = { :git => 'https://github.com/alexchugunov/ACSimpleKeychain.git', :commit => 'edd22181aa55f47fff0c7d476b8a583b650b4264' } 10 | s.platform = :ios 11 | 12 | s.source_files = 'ACSimpleKeychain/**/*.{h,m}' 13 | 14 | 15 | end 16 | -------------------------------------------------------------------------------- /DTActionSheet/0.0.1/DTActionSheet.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'DTActionSheet' 3 | s.version = '0.0.1' 4 | s.platform = :ios 5 | s.license = 'BSD' 6 | s.summary = 'Block-based additions for UIActionSheet.' 7 | s.homepage = 'https://github.com/Cocoanetics/DTFoundation' 8 | s.author = { 'Cocoanetics' => 'oliver@drobnik.com' } 9 | s.source = { :git => 'https://github.com/Cocoanetics/DTFoundation.git', :commit => 'c99791663144c780867df8cbf915e5ceb7bcef4c' } 10 | s.source_files = 'Core/Source/{DTActionSheet.h,DTActionSheet.m}' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /FontLabel/0.0.1/FontLabel.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'FontLabel' 3 | s.version = '0.0.1' 4 | s.platform = :ios 5 | s.license = 'Apache License, Version 2.0' 6 | s.summary = "A project that includes a module for drawing arbitrary .ttf fonts for iPhone." 7 | s.homepage = 'http://zynga.com/' 8 | s.authors = { 9 | 'Zynga, Inc.' => 'http://code.zynga.com' 10 | } 11 | s.source = { :git => 'https://github.com/zynga/FontLabel.git', :commit => "2fe3721146b9607a1154823fc98c4cb003551557"} 12 | s.source_files = 'FontLabel/Classes/FontLabel/*.{h,m}' 13 | 14 | end 15 | -------------------------------------------------------------------------------- /NLTQuickCheck/0.0.1/NLTQuickCheck.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'NLTQuickCheck' 3 | s.version = '0.0.1' 4 | s.license = 'MIT' 5 | s.summary = 'like Haskell QuickCheck. QuickCheck is random test library.' 6 | s.homepage = 'http://github.com/yaakaito/NLTQuickCheck' 7 | s.author = { 'KAZUMA Ukyo' => 'yaakaito@gmail.com' } 8 | s.source = { :git => 'https://github.com/yaakaito/NLTQuickCheck.git', :tag => '0.0.1' } 9 | s.platform = :ios 10 | s.source_files = 'NLTQuickCheck/**/*.{h,m}' , 'NLTQuickCheck/Arbitraries/**/*.{h,m}' 11 | 12 | s.requires_arc = true 13 | end 14 | -------------------------------------------------------------------------------- /PINView/0.2/PINView.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'PINView' 3 | s.version = '0.2' 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.2' } 9 | s.platform = :ios 10 | s.source_files = 'pinview' 11 | s.resources = "pinview/*.{png,xib}" 12 | 13 | s.frameworks = "AudioToolbox" 14 | end 15 | -------------------------------------------------------------------------------- /SRMonthPicker/0.2.0/SRMonthPicker.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "SRMonthPicker" 3 | s.version = "0.2.0" 4 | s.summary = "Like UIDatePicker, but without the days." 5 | s.homepage = "https://www.github.com/simonrice/SRMonthPicker" 6 | s.license = { :type => 'MIT', :file => 'LICENSE' } 7 | s.author = { "Simon Rice" => "im@simonrice.com" } 8 | s.source = { :git => "https://github.com/simonrice/SRMonthPicker.git", :tag => "0.2.0" } 9 | s.platform = :ios 10 | s.source_files = 'Classes', '*.{h,m}' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /SRMonthPicker/0.2.1/SRMonthPicker.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "SRMonthPicker" 3 | s.version = "0.2.1" 4 | s.summary = "Like UIDatePicker, but without the days." 5 | s.homepage = "https://www.github.com/simonrice/SRMonthPicker" 6 | s.license = { :type => 'MIT', :file => 'LICENSE' } 7 | s.author = { "Simon Rice" => "im@simonrice.com" } 8 | s.source = { :git => "https://github.com/simonrice/SRMonthPicker.git", :tag => "0.2.1" } 9 | s.platform = :ios 10 | s.source_files = 'Classes', '*.{h,m}' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /SRMonthPicker/0.2.5/SRMonthPicker.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "SRMonthPicker" 3 | s.version = "0.2.5" 4 | s.summary = "Like UIDatePicker, but without the days." 5 | s.homepage = "https://www.github.com/simonrice/SRMonthPicker" 6 | s.license = { :type => 'MIT', :file => 'LICENSE' } 7 | s.author = { "Simon Rice" => "im@simonrice.com" } 8 | s.source = { :git => "https://github.com/simonrice/SRMonthPicker.git", :tag => "0.2.5" } 9 | s.platform = :ios 10 | s.source_files = 'Classes', '*.{h,m}' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /BPXLUUIDHandler/0.0.1/BPXLUUIDHandler.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'BPXLUUIDHandler' 3 | s.version = '0.0.1' 4 | s.license = 'Apache License, Version 2.0' 5 | s.platform = :ios 6 | s.summary = 'Library to encapsulate all the handling of getting/storing the new UUID.' 7 | s.homepage = 'https://github.com/blackpixel/BPXLUUIDHandler' 8 | s.author = { 'Doug Russell' => 'info@blackpixel.com' } 9 | s.source = { :git => 'https://github.com/blackpixel/BPXLUUIDHandler.git', :commit => 'c493527c9c36e626a43a8293b2ca7e53e9f9eb02' } 10 | s.source_files = 'BPX*.{h,m}' 11 | end 12 | -------------------------------------------------------------------------------- /BSKeyboardControls/1.1/BSKeyboardControls.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'BSKeyboardControls' 3 | s.version = '1.1' 4 | s.summary = 'Put controls above the keyboard on your iPhone or iPad app.' 5 | s.homepage = 'https://github.com/simonbs/BSKeyboardControls' 6 | s.license = 'MIT' 7 | s.author = { 'Simon Støvring' => 'simonstoevring@gmail.com' } 8 | s.source = { :git => 'https://github.com/simonbs/BSKeyboardControls.git', :tag => 'v1.1' } 9 | s.platform = :ios 10 | s.source_files = 'BSKeyboardControls/BSKeyboardControls.{h,m}' 11 | end 12 | -------------------------------------------------------------------------------- /CEPopupPickerView/0.1/CEPopupPickerView.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'CEPopupPickerView' 3 | s.version = '0.1' 4 | s.license = 'MIT' 5 | s.summary = 'A UIPickerView that pops up, just like the Facebook app.' 6 | s.homepage = 'https://github.com/chriseidhof/CEPopupPickerView' 7 | s.author = { 'Chris Eidhof' => 'chris@eidhof.nl' } 8 | 9 | s.source = { :git => 'https://github.com/chriseidhof/CEPopupPickerView.git', :tag => 'v0.1' } 10 | 11 | s.platform = :ios 12 | s.requires_arc = true 13 | 14 | s.source_files = 'CEPopupPickerView/CEPopupPickerView.{h,m}' 15 | end 16 | -------------------------------------------------------------------------------- /MBRequest/1.0/MBRequest.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'MBRequest' 3 | s.version = '1.0' 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.0' } 9 | s.source_files = 'Classes' 10 | s.requires_arc = false 11 | s.dependency 'MBCommon', '~> 1.0' 12 | end 13 | -------------------------------------------------------------------------------- /MBRequest/1.1/MBRequest.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'MBRequest' 3 | s.version = '1.1' 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.1' } 9 | s.source_files = 'Classes' 10 | s.requires_arc = false 11 | s.dependency 'MBCommon', '~> 1.0.1' 12 | end 13 | -------------------------------------------------------------------------------- /RTLabel/0.9.1/RTLabel.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "RTLabel" 3 | s.version = "0.9.1" 4 | s.summary = "Rich text formatting based on HTML-like markups for iOS." 5 | s.homepage = "https://github.com/honcheng/RTLabel" 6 | s.license = 'MIT' 7 | s.author = { "Muh Hon Cheng" => "honcheng@gmail.com" } 8 | s.source = { :git => "https://github.com/honcheng/RTLabel.git", :tag => "0.9.1" } 9 | s.platform = :ios 10 | s.source_files = 'RTLabelProject/Classes/RTLabel.{h,m}' 11 | s.framework = 'CoreText' 12 | s.requires_arc = false 13 | end 14 | -------------------------------------------------------------------------------- /SBTickerView/0.0.1/SBTickerView.podspec: -------------------------------------------------------------------------------- 1 | # coding: utf-8 2 | Pod::Spec.new do |s| 3 | s.name = 'SBTickerView' 4 | s.version = '0.0.1' 5 | s.platform = :ios 6 | s.summary = 'An easy to use ticker view with inspiration from Flipboard.' 7 | s.homepage = 'https://github.com/blommegard/SBTickerView' 8 | s.author = { 'Simon Blommegård' => 'http://simonb.se/' } 9 | s.license = 'MIT' 10 | s.source = { :git => 'https://github.com/blommegard/SBTickerView.git', 11 | :commit => '9d45f5b320861354a269714b42c831e61ff1ad09' } 12 | s.source_files = '*.{h,m}' 13 | end 14 | -------------------------------------------------------------------------------- /SRMonthPicker/0.1.1/SRMonthPicker.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "SRMonthPicker" 3 | s.version = "0.1.1" 4 | s.summary = "Like UIDatePicker, but without the days." 5 | s.homepage = "https://www.github.com/simonrice/SRMonthPicker" 6 | s.license = { :type => 'MIT', :file => 'LICENSE' } 7 | s.author = { "Simon Rice" => "im@simonrice.com" } 8 | s.source = { :git => "https://github.com/simonrice/SRMonthPicker.git", :tag => "0.1.1" } 9 | s.platform = :ios, '5.0' 10 | s.source_files = 'Classes', '*.{h,m}' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /TSLibraryImport/0.0.1/TSLibraryImport.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'TSLibraryImport' 3 | s.version = '0.0.1' 4 | s.platform = :ios 5 | s.license = 'MIT' 6 | s.summary = "Objective-C class for importing files from user's iPod Library in iOS4." 7 | s.homepage = 'https://github.com/tapsquare/TSLibraryImport' 8 | s.author = { 'tapsquare, llc.' => 'art@tapsquare.com' } 9 | s.source = { :git => 'https://github.com/tapsquare/TSLibraryImport.git', :commit => '0eb4fdeb5e21f5d41d8cc336e70c797ebf076b2f' } 10 | 11 | s.source_files = 'Classes/TSLibraryImport.{h,m}' 12 | end 13 | -------------------------------------------------------------------------------- /TTTAttributedLabel/1.2.2/TTTAttributedLabel.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'TTTAttributedLabel' 3 | s.version = '1.2.2' 4 | s.authors = {'Mattt Thompson' => 'm@mattt.me'} 5 | s.homepage = 'https://github.com/mattt/TTTAttributedLabel/' 6 | s.summary = 'A drop-in replacement for UILabel that supports NSAttributedStrings.' 7 | s.source = {:git => 'https://github.com/mattt/TTTAttributedLabel.git', :tag => '1.2.2'} 8 | s.license = { :type => 'MIT', :file => 'LICENSE' } 9 | s.platform = :ios 10 | s.frameworks = 'CoreText' 11 | s.source_files = 'TTTAttributedLabel.{h,m}' 12 | end 13 | -------------------------------------------------------------------------------- /Underscore.m/0.1.0/Underscore.m.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Underscore.m' 3 | s.version = '0.1.0' 4 | s.license = 'MIT' 5 | s.summary = 'A port of underscore.js to Objective-C.' 6 | s.homepage = 'https://github.com/robb/Underscore.m' 7 | s.author = { 'Robert Böhnke' => 'robb@robb.is' } 8 | 9 | s.source = { :git => 'https://github.com/robb/Underscore.m.git', :tag => '0.1.0' } 10 | 11 | s.description = 'Underscore.m is an Objective-C library inspired by underscore.js.' 12 | 13 | s.source_files = 'Underscore/**/*.{h,m}' 14 | 15 | s.requires_arc = true 16 | end 17 | -------------------------------------------------------------------------------- /VPPDropDown/0.3.0/VPPDropDown.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'VPPDropDown' 3 | s.version = '0.3.0' 4 | s.license = 'MIT' 5 | s.summary = 'VPPDropDown is an iOS library that allows you to create dropdown-like menus in a table view, as seen in old Tweetie.' 6 | s.homepage = 'https://github.com/vicpenap/VPPDropDown' 7 | s.author = { 'Victor Pena' => 'contact@victorpena.es' } 8 | s.source = { :git => 'https://github.com/vicpenap/VPPDropDown.git', :tag => '0.3.0' } 9 | s.platform = :ios 10 | s.source_files = 'VPPDropDown' 11 | s.resources = "VPPDropDown/*.png" 12 | end 13 | -------------------------------------------------------------------------------- /XcodeEditor/1.0/XcodeEditor.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'XcodeEditor' 3 | s.version = '1.0' 4 | s.license = 'Apache2.0' 5 | s.summary = 'An API for manipulating Xcode Projects using objective-C.' 6 | s.homepage = 'https://github.com/expanz/xcode-editor' 7 | s.author = { 'Jasper Blues' => 'jasper.blues@me.com' } 8 | s.source = { :git => 'https://github.com/expanz/xcode-editor.git', :tag => 'v1.0' } 9 | s.platform = :osx 10 | s.source_files = 'Source/Main/*.{h,m}', 'Source/Main/Utils/*.{h,m}' 11 | s.requires_arc = true 12 | s.dependency 'OCLogTemplate' 13 | end 14 | -------------------------------------------------------------------------------- /XcodeEditor/1.1/XcodeEditor.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'XcodeEditor' 3 | s.version = '1.1' 4 | s.license = 'Apache2.0' 5 | s.summary = 'An API for manipulating Xcode Projects using objective-C.' 6 | s.homepage = 'https://github.com/expanz/xcode-editor' 7 | s.author = { 'Jasper Blues' => 'jasper.blues@me.com' } 8 | s.source = { :git => 'https://github.com/expanz/xcode-editor.git', :tag => 'v1.1' } 9 | s.platform = :osx 10 | s.source_files = 'Source/Main/*.{h,m}', 'Source/Main/Utils/*.{h,m}' 11 | s.requires_arc = true 12 | s.dependency 'OCLogTemplate' 13 | end 14 | -------------------------------------------------------------------------------- /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 | s.compiler_flags = '-Wno-arc-performSelector-leaks', '-Wno-format' 14 | end 15 | -------------------------------------------------------------------------------- /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 | s.compiler_flags = '-Wno-arc-performSelector-leaks', '-Wno-format' 14 | end 15 | -------------------------------------------------------------------------------- /ABContactHelper/0.0.1/ABContactHelper.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'ABContactHelper' 3 | s.version = '0.0.1' 4 | s.license = 'BSD' 5 | s.summary = 'Objective-C Address Book wrapper.' 6 | s.homepage = 'https://github.com/erica/ABContactHelper' 7 | s.author = { 'Erica Sadun' => '' } 8 | s.source = { :git => 'https://github.com/erica/ABContactHelper.git', :commit => 'de4bc411fd45db5e7b5b13f38704764bc1e1bcd1' } 9 | s.platform = :ios 10 | s.source_files = 'ABContact.{h,m}', 'ABGroup.{h,m}', 'ABContactsHelper.{h,m}' 11 | s.frameworks = 'AddressBook', 'AddressBookUI' 12 | end 13 | -------------------------------------------------------------------------------- /AFNetworking/0.7.0/AFNetworking.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'AFNetworking' 3 | s.version = '0.7.0' 4 | s.license = 'MIT' 5 | s.summary = 'A delightful iOS networking library with NSOperations and block-based callbacks.' 6 | s.homepage = 'https://github.com/AFNetworking/AFNetworking' 7 | s.author = {'Mattt Thompson' => 'm@mattt.me', 'Scott Raymond' => 'sco@gowalla.com'} 8 | s.source = { :git => 'https://github.com/AFNetworking/AFNetworking.git', :tag => '0.7.0' } 9 | 10 | s.source_files = 'AFNetworking' 11 | 12 | s.library = 'z' 13 | s.dependency 'JSONKit' 14 | end 15 | -------------------------------------------------------------------------------- /AwesomeMenu/0.0.1/AwesomeMenu.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "AwesomeMenu" 3 | s.version = "0.0.1" 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", :commit => "306132a76bce198508c241e07e4f6fff24dd194b" } 9 | s.platform = :ios 10 | s.source_files = 'AwesomeMenu/AwesomeMenu/*.{h,m}' 11 | s.resources = "AwesomeMenu/Images/*.png" 12 | end 13 | -------------------------------------------------------------------------------- /CMPopTipView/1.2.0/CMPopTipView.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'CMPopTipView' 3 | s.version = '1.2.0' 4 | s.license = 'MIT' 5 | s.summary = 'Custom UIView for iOS that pops up an animated "bubble" pointing at a button or other view. Useful for popup tips.' 6 | s.homepage = 'https://github.com/chrismiles/CMPopTipView' 7 | s.author = { 'Chris Miles' => 'http://chrismiles.info/' } 8 | s.source = { :git => 'https://github.com/chrismiles/CMPopTipView.git', :tag => '1.2.0' } 9 | s.platform = :ios 10 | s.source_files = 'CMPopTipView/*.{h,m}' 11 | s.framework = 'UIKit' 12 | end 13 | -------------------------------------------------------------------------------- /DIYAssetPicker/0.1.0/DIYAssetPicker.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'DIYAssetPicker' 3 | s.version = '0.1.0' 4 | s.license = 'Apache 2.0' 5 | s.summary = 'Drop-in UIImagePickerController replacement, now with filters and orientations.' 6 | s.homepage = 'https://github.com/dongle/AssetPicker' 7 | s.authors = {'Jon Beilin' => 'jon@diy.org'} 8 | s.source = { :git => 'https://github.com/dongle/AssetPicker.git', :tag => 'v0.1.0' } 9 | s.platform = :ios 10 | s.source_files = 'DIYAssetPicker/*.{h,m,png}' 11 | s.framework = 'UIKit', 'AssetsLibrary', 'Foundation', 'CoreGraphics' 12 | end -------------------------------------------------------------------------------- /EDQueue/0.5.0/EDQueue.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'EDQueue' 3 | s.version = '0.5.0' 4 | s.license = 'MIT' 5 | s.summary = 'A persistent background job queue for iOS.' 6 | s.homepage = 'https://github.com/thisandagain/queue' 7 | s.authors = {'Andrew Sliwinski' => 'andrewsliwinski@acm.org'} 8 | s.source = { :git => 'https://github.com/thisandagain/queue.git', :tag => 'v0.5.0' } 9 | s.platform = :ios, '5.0' 10 | s.source_files = 'EDQueue' 11 | s.library = 'sqlite3.0' 12 | s.requires_arc = true 13 | s.dependency 'FMDB', '~> 2.0' 14 | end -------------------------------------------------------------------------------- /JTObjectMapping/1.0.5/JTObjectMapping.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'JTObjectMapping' 3 | s.version = '1.0.5' 4 | s.license = 'MIT' 5 | s.summary = 'A very simple objective-c framework that maps a JSON response from NSDictionary or NSArray to an NSObject subclass for iOS.' 6 | s.homepage = 'http://github.com/mystcolor/JTObjectMapping' 7 | s.author = { 'James Tang' => 'mystcolor@gmail.com' } 8 | s.source = { :git => 'https://github.com/mystcolor/JTObjectMapping.git', :tag => '1.0.5' } 9 | s.platform = :ios 10 | s.source_files = 'JTObjectMapping/Source/*.{h,m}' 11 | end 12 | -------------------------------------------------------------------------------- /MBRequest/1.0.2/MBRequest.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'MBRequest' 3 | s.version = '1.0.2' 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.0.2' } 9 | s.source_files = 'Classes' 10 | s.requires_arc = false 11 | s.dependency 'MBCommon', '~> 1.0.1' 12 | end 13 | -------------------------------------------------------------------------------- /MDCScrollBarLabel/0.1.0/MDCScrollBarLabel.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'MDCScrollBarLabel' 3 | s.version = '0.1.0' 4 | s.summary = 'Like Path\'s timestamp scrollbar label.' 5 | s.homepage = 'https://github.com/modocache/MDCScrollBarLabel' 6 | s.license = 'MIT' 7 | s.author = { 'modocache' => 'modocache@gmail.com' } 8 | s.source = { :git => 'https://github.com/modocache/MDCScrollBarLabel.git', :tag => 'v0.1.0' } 9 | s.source_files = '*.{h,m}' 10 | s.requires_arc = true 11 | s.platform = :ios, '5.0' 12 | s.framework = 'UIKit' 13 | end 14 | -------------------------------------------------------------------------------- /MGImageUtilities/0.0.1/MGImageUtilities.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "MGImageUtilities" 3 | s.version = "0.0.1" 4 | s.summary = "Useful UIImage categories for iPhone/iPad developers." 5 | s.homepage = "http://mattgemmell.com/2010/07/05/mgimageutilities/" 6 | s.license = 'BSD' 7 | s.author = { "Matt Gemmell" => "matt@mattgemmell.com" } 8 | s.source = { :git => "https://github.com/mattgemmell/MGImageUtilities.git", :commit => "2903a9a2993684ea001b06c61cba2a51faf631d6" } 9 | s.platform = :ios 10 | s.source_files = 'Classes/UIImage*.{h,m}' 11 | end -------------------------------------------------------------------------------- /VPPLocation/3.0.0/VPPLocation.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'VPPLocation' 3 | s.version = '3.0.0' 4 | s.license = 'MIT' 5 | s.summary = 'VPPLocation Library for iOS simplifies the task of retrieving the user location and reverse geocoder info about it.' 6 | s.homepage = 'https://github.com/vicpenap/VPPLocation' 7 | s.author = { 'Victor Pena' => 'contact@victorpena.es' } 8 | s.source = { :git => 'https://github.com/vicpenap/VPPLocation.git', :tag => '3.0.0' } 9 | s.platform = :ios 10 | s.source_files = 'VPPLocation' 11 | s.frameworks = 'CoreLocation', 'MapKit' 12 | end 13 | -------------------------------------------------------------------------------- /iConsole/1.4/iConsole.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "iConsole" 3 | s.version = "1.4" 4 | s.summary = "In-app console for viewing logs and typing debug commands in iPhone apps." 5 | s.homepage = "http://www.charcoaldesign.co.uk/source/cocoa#iconsole" 6 | s.license = { :type => 'MIT', :file => 'LICENSE.md' } 7 | s.author = { "Nick Lockwood" => "support@charcoaldesign.co.uk" } 8 | s.source = { :git => "https://github.com/nicklockwood/iConsole.git", :tag => "1.4" } 9 | s.platform = :ios 10 | 11 | s.source_files = 'iConsole', 'GTM' 12 | end 13 | -------------------------------------------------------------------------------- /ALToastView/0.0.1/ALToastView.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'ALToastView' 3 | s.version = '0.0.1' 4 | s.license = 'MIT' 5 | s.platform = :ios 6 | 7 | s.summary = 'Android-like toast messages for iOS.' 8 | s.homepage = 'https://github.com/alexleutgoeb/ALToastView' 9 | s.author = { 'Alex Leutgöb' => 'alexleutgoeb@gmail.com' } 10 | s.source = { :git => 'https://github.com/alexleutgoeb/ALToastView.git', :commit => '2260c0e22dd28f759912178dc8cbf4efee567cc5' } 11 | 12 | s.source_files = '*.{h,m}' 13 | 14 | s.frameworks = 'QuartzCore' 15 | end 16 | -------------------------------------------------------------------------------- /ARTableViewPager/1.0.0/ARTableViewPager.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'ARTableViewPager' 3 | s.version = '1.0.0' 4 | s.license = 'MIT' 5 | s.summary = 'The ARTableViewPager is an iOS component for horizontal table view scrolling/paging.' 6 | s.homepage = 'https://github.com/arconsis/ARTableViewPager' 7 | s.author = { 'arconsis IT-Solutions GmbH' => 'markus.kopf@arconsis.com' } 8 | s.source = { :git => 'https://github.com/arconsis/ARTableViewPager.git', :tag => '1.0.0' } 9 | s.platform = :ios 10 | s.source_files = 'Classes/*.{h,m}' 11 | s.requires_arc = true 12 | 13 | end 14 | -------------------------------------------------------------------------------- /BHTabBar/1.0.0/BHTabBar.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "BHTabBar" 3 | s.version = "1.0.0" 4 | s.summary = "A web-browser like tab bar implementation for iOS4+." 5 | s.homepage = "https://github.com/fictorial/BHTabBar" 6 | 7 | s.license = { :type => 'MIT', :file => 'LICENSE' } 8 | s.author = { "Brian Hammond" => "brian@fictorial.com" } 9 | s.source = { :git => "https://github.com/fictorial/BHTabBar.git", :tag => "1.0.0" } 10 | 11 | s.platform = :ios 12 | 13 | s.source_files = 'Source/*.{h,m}' 14 | 15 | s.framework = 'CoreGraphics' 16 | end 17 | -------------------------------------------------------------------------------- /CDPlistManager/0.0.1/CDPlistManager.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "CDPlistManager" 3 | s.version = "0.0.1" 4 | s.summary = "Objective-c class for working with plist." 5 | s.homepage = "https://github.com/Nuclominus/FileManager" 6 | 7 | s.license = { :type => 'MIT', :file => 'LICENSE' } 8 | s.author = { "Roman Luxor" => "9DGRoman@gmail.com" } 9 | s.source = { :git => "https://github.com/Nuclominus/FileManager.git", :tag => "0.0.1" } 10 | 11 | s.platform = :ios, '3.2' 12 | s.source_files = '*.{h,m}' 13 | s.requires_arc = true 14 | 15 | end 16 | -------------------------------------------------------------------------------- /CMPopTipView/1.0.0/CMPopTipView.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'CMPopTipView' 3 | s.version = '1.0.0' 4 | s.license = 'MIT' 5 | s.summary = 'Custom UIView for iOS that pops up an animated "bubble" pointing at a button or other view. Useful for popup tips.' 6 | s.homepage = 'https://github.com/chrismiles/CMPopTipView' 7 | s.author = { 'Chris Miles' => 'http://chrismiles.info/' } 8 | s.source = { :git => 'https://github.com/chrismiles/CMPopTipView.git', :tag => '1.0.0' } 9 | s.platform = :ios 10 | s.source_files = 'CMPopTipView/*.{h,m}' 11 | s.framework = 'UIKit' 12 | end 13 | -------------------------------------------------------------------------------- /CMPopTipView/1.1.0/CMPopTipView.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'CMPopTipView' 3 | s.version = '1.1.0' 4 | s.license = 'MIT' 5 | s.summary = 'Custom UIView for iOS that pops up an animated "bubble" pointing at a button or other view. Useful for popup tips.' 6 | s.homepage = 'https://github.com/chrismiles/CMPopTipView' 7 | s.author = { 'Chris Miles' => 'http://chrismiles.info/' } 8 | s.source = { :git => 'https://github.com/chrismiles/CMPopTipView.git', :tag => '1.1.0' } 9 | s.platform = :ios 10 | s.source_files = 'CMPopTipView/*.{h,m}' 11 | s.framework = 'UIKit' 12 | end 13 | -------------------------------------------------------------------------------- /EDColor/0.0.2/EDColor.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "EDColor" 3 | s.version = "0.0.2" 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.2" } 9 | s.platform = :ios, '5.0' 10 | s.source_files = 'EDColor' 11 | s.frameworks = 'UIKit', 'SenTestingKit' 12 | s.requires_arc = true 13 | end 14 | -------------------------------------------------------------------------------- /JTObjectMapping/0.0.1/JTObjectMapping.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'JTObjectMapping' 3 | s.version = '0.0.1' 4 | s.license = 'MIT' 5 | s.summary = 'A very simple objective-c framework that maps a JSON response from NSDictionary or NSArray to an NSObject subclass for iOS.' 6 | s.homepage = 'https://github.com/mystcolor/JTObjectMapping' 7 | s.author = 'mystcolor' 8 | s.source = { :git => 'https://github.com/mystcolor/JTObjectMapping.git', 9 | :commit => '7aaba18ee646e7ba7226ed53021a84ada93d71b7' } 10 | 11 | s.source_files = 'JTObjectMapping/Source/*.{h,m}' 12 | end -------------------------------------------------------------------------------- /YLProgressBar/1.0.0/YLProgressBar.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'YLProgressBar' 3 | s.version = '1.0.0' 4 | s.platform = :ios 5 | s.license = 'MIT' 6 | s.summary = 'Custom progress bar for iOS (4.0 or over) with an animated background' 7 | s.homepage = 'https://github.com/YannickL/YLProgressBar' 8 | s.authors = { 'Yannick Loriot' => 'http://yannickloriot.com' } 9 | s.source = { :git => 'https://github.com/YannickL/YLProgressBar.git', 10 | :tag => '1.0.0' } 11 | s.source_files = ['YLProgressBar/YLProgressBar.{h,m}', 'YLProgressBar/ARCMacro.h'] 12 | end 13 | -------------------------------------------------------------------------------- /iOS-Flip-Transform/0.0.1/iOS-Flip-Transform.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'iOS-Flip-Transform' 3 | s.version = '0.0.1' 4 | s.license = 'MIT' 5 | s.summary = 'Core Animation framework for navigating data by flipping.' 6 | s.homepage = 'https://github.com/Dillion/iOS-Flip-Transform' 7 | s.author = { 'Dillion' => 'Dillion' } 8 | s.source = { :git => 'https://github.com/Dillion/iOS-Flip-Transform.git', :commit => 'c1ec28d57bb60cf7b4ecfa75d0b7588b76fbfb9c' } 9 | s.platform = :ios 10 | s.source_files = 'transform/framework/*.{h,m}' 11 | s.framework = 'QuartzCore' 12 | 13 | end 14 | -------------------------------------------------------------------------------- /xmlrpc/2.3.1/xmlrpc.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'xmlrpc' 3 | s.version = '2.3.1' 4 | s.license = 'MIT' 5 | s.summary = 'The Cocoa XML-RPC Framework is a simple, and lightweight, XML-RPC client framework written in Objective-C.' 6 | s.homepage = 'https://github.com/eczarny/xmlrpc' 7 | s.author = { 'Eric Czarny' => 'eczarny@gmail.com' } 8 | 9 | s.source = { :git => 'https://github.com/eczarny/xmlrpc.git', :tag => '2.3.1' } 10 | 11 | s.source_files = 'XML*.{h,m}', 'NSStringAdditions.{h,m}' 12 | s.requires_arc = true 13 | s.dependency 'NSData+Base64', '~> 1.0.0' 14 | end 15 | -------------------------------------------------------------------------------- /AutoCoding/1.2/AutoCoding.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "AutoCoding" 3 | s.version = "1.2" 4 | s.summary = "AutoCoding is a category on NSObject that provides automatic support for NSCoding to any object." 5 | s.homepage = "https://github.com/nicklockwood/AutoCoding" 6 | s.license = 'zlib' 7 | s.author = { "Nick Lockwood" => "email@address.com" } 8 | s.source = { :git => "https://github.com/nicklockwood/AutoCoding.git", :tag => "1.2" } 9 | s.ios.deployment_target = '3.0' 10 | s.osx.deployment_target = '10.6' 11 | s.source_files = 'AutoCoding' 12 | end 13 | -------------------------------------------------------------------------------- /BlocksKit/0.9.0/BlocksKit.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'BlocksKit' 3 | s.version = '0.9.0' 4 | s.license = 'MIT' 5 | s.summary = 'The Objective-C block utilities you always wish you had.' 6 | s.homepage = 'https://github.com/zwaldowski/BlocksKit' 7 | s.author = { 'Zachary Waldowski' => 'zwaldowski@gmail.com'} 8 | s.source = { :git => 'https://github.com/zwaldowski/BlocksKit.git', :tag => 'v0.9.0' } 9 | 10 | s.source_files = 'BlocksKit' 11 | s.prefix_header_file = 'BlocksKit/BlocksKit-Prefix.pch' 12 | 13 | s.frameworks = 'MessageUI' 14 | 15 | s.requires_arc = true 16 | end 17 | -------------------------------------------------------------------------------- /BlocksKit/0.9.5/BlocksKit.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'BlocksKit' 3 | s.version = '0.9.5' 4 | s.license = 'MIT' 5 | s.summary = 'The Objective-C block utilities you always wish you had.' 6 | s.homepage = 'https://github.com/zwaldowski/BlocksKit' 7 | s.author = { 'Zachary Waldowski' => 'zwaldowski@gmail.com'} 8 | s.source = { :git => 'https://github.com/zwaldowski/BlocksKit.git', :tag => 'v0.9.5' } 9 | 10 | s.source_files = 'BlocksKit' 11 | s.prefix_header_file = 'BlocksKit/BlocksKit-Prefix.pch' 12 | 13 | s.frameworks = 'MessageUI' 14 | 15 | s.requires_arc = true 16 | end 17 | -------------------------------------------------------------------------------- /BlocksKit/1.0.0/BlocksKit.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'BlocksKit' 3 | s.version = '1.0.0' 4 | s.license = 'MIT' 5 | s.summary = 'The Objective-C block utilities you always wish you had.' 6 | s.homepage = 'https://github.com/zwaldowski/BlocksKit' 7 | s.author = { 'Zachary Waldowski' => 'zwaldowski@gmail.com', 8 | 'Alexsander Akers' => 'a2@pandamonia.us' } 9 | s.source = { :git => 'https://github.com/zwaldowski/BlocksKit.git', :tag => 'v1.0.0' } 10 | s.source_files = 'BlocksKit' 11 | s.dependency 'A2DynamicDelegate' 12 | s.ios.frameworks = 'MessageUI' 13 | end 14 | -------------------------------------------------------------------------------- /BlocksKit/1.0.1/BlocksKit.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'BlocksKit' 3 | s.version = '1.0.1' 4 | s.license = 'MIT' 5 | s.summary = 'The Objective-C block utilities you always wish you had.' 6 | s.homepage = 'https://github.com/zwaldowski/BlocksKit' 7 | s.author = { 'Zachary Waldowski' => 'zwaldowski@gmail.com', 8 | 'Alexsander Akers' => 'a2@pandamonia.us' } 9 | s.source = { :git => 'https://github.com/zwaldowski/BlocksKit.git', :tag => 'v1.0.1' } 10 | s.source_files = 'BlocksKit' 11 | s.dependency 'A2DynamicDelegate' 12 | s.ios.frameworks = 'MessageUI' 13 | end 14 | -------------------------------------------------------------------------------- /BlocksKit/1.0.2/BlocksKit.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'BlocksKit' 3 | s.version = '1.0.2' 4 | s.license = 'MIT' 5 | s.summary = 'The Objective-C block utilities you always wish you had.' 6 | s.homepage = 'https://github.com/zwaldowski/BlocksKit' 7 | s.author = { 'Zachary Waldowski' => 'zwaldowski@gmail.com', 8 | 'Alexsander Akers' => 'a2@pandamonia.us' } 9 | s.source = { :git => 'https://github.com/zwaldowski/BlocksKit.git', :tag => 'v1.0.2' } 10 | s.source_files = 'BlocksKit' 11 | s.dependency 'A2DynamicDelegate' 12 | s.ios.frameworks = 'MessageUI' 13 | end 14 | -------------------------------------------------------------------------------- /BlocksKit/1.0.3/BlocksKit.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'BlocksKit' 3 | s.version = '1.0.3' 4 | s.license = 'MIT' 5 | s.summary = 'The Objective-C block utilities you always wish you had.' 6 | s.homepage = 'https://github.com/zwaldowski/BlocksKit' 7 | s.author = { 'Zachary Waldowski' => 'zwaldowski@gmail.com', 8 | 'Alexsander Akers' => 'a2@pandamonia.us' } 9 | s.source = { :git => 'https://github.com/zwaldowski/BlocksKit.git', :tag => 'v1.0.3' } 10 | s.source_files = 'BlocksKit' 11 | s.dependency 'A2DynamicDelegate' 12 | s.ios.frameworks = 'MessageUI' 13 | end 14 | -------------------------------------------------------------------------------- /BlocksKit/1.0.4/BlocksKit.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'BlocksKit' 3 | s.version = '1.0.4' 4 | s.license = 'MIT' 5 | s.summary = 'The Objective-C block utilities you always wish you had.' 6 | s.homepage = 'https://github.com/zwaldowski/BlocksKit' 7 | s.author = { 'Zachary Waldowski' => 'zwaldowski@gmail.com', 8 | 'Alexsander Akers' => 'a2@pandamonia.us' } 9 | s.source = { :git => 'https://github.com/zwaldowski/BlocksKit.git', :tag => 'v1.0.4' } 10 | s.source_files = 'BlocksKit' 11 | s.dependency 'A2DynamicDelegate' 12 | s.ios.frameworks = 'MessageUI' 13 | end 14 | -------------------------------------------------------------------------------- /BlocksKit/1.0.5/BlocksKit.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'BlocksKit' 3 | s.version = '1.0.5' 4 | s.license = 'MIT' 5 | s.summary = 'The Objective-C block utilities you always wish you had.' 6 | s.homepage = 'https://github.com/zwaldowski/BlocksKit' 7 | s.author = { 'Zachary Waldowski' => 'zwaldowski@gmail.com', 8 | 'Alexsander Akers' => 'a2@pandamonia.us' } 9 | s.source = { :git => 'https://github.com/zwaldowski/BlocksKit.git', :tag => 'v1.0.5' } 10 | s.source_files = 'BlocksKit' 11 | s.dependency 'A2DynamicDelegate' 12 | s.ios.frameworks = 'MessageUI' 13 | end 14 | -------------------------------------------------------------------------------- /CargoBay/0.1.0/CargoBay.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'CargoBay' 3 | s.version = '0.1.0' 4 | s.license = 'MIT' 5 | s.summary = 'The Essential StoreKit Companion.' 6 | s.homepage = 'https://github.com/mattt/CargoBay' 7 | s.authors = { 'Mattt Thompson' => 'm@mattt.me' } 8 | s.source = { :git => 'https://github.com/mattt/CargoBay.git', :tag => '0.1.0' } 9 | s.source_files = 'CargoBay' 10 | s.requires_arc = true 11 | 12 | s.ios.deployment_target = '5.0' 13 | s.osx.deployment_target = '10.7' 14 | s.frameworks = 'StoreKit' 15 | 16 | s.dependency 'AFNetworking', '>= 0.9' 17 | end 18 | -------------------------------------------------------------------------------- /DDExpandableButton/0.0.1/DDExpandableButton.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do|s| 2 | s.name='DDExpandableButton' 3 | s.version='0.0.1' 4 | s.license = {:type => 'MIT', :file => 'LICENSE'} 5 | s.author = 'Damien Debin' 6 | s.homepage = 'https://github.com/ddebin/DDExpandableButton' 7 | s.summary="DDExpandableButton is a class designed to be used like an expandable UIButton; as seen in the iOS Camera app for the flash button." 8 | s.source={:git=>'https://github.com/ddebin/DDExpandableButton.git',:commit=>'9046184de675799655274c571b5c82d2ba826eff'} 9 | s.source_files='DDExpandableButton/*{.h,.m}' 10 | s.platform = :ios 11 | end -------------------------------------------------------------------------------- /DIYAssetPicker/0.2.0/DIYAssetPicker.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'DIYAssetPicker' 3 | s.version = '0.2.0' 4 | s.license = 'Apache 2.0' 5 | s.summary = 'Drop-in UIImagePickerController replacement w/ landscape support.' 6 | s.homepage = 'https://github.com/dongle/AssetPicker' 7 | s.authors = {'Jon Beilin' => 'jon@diy.org'} 8 | s.source = { :git => 'https://github.com/dongle/AssetPicker.git', :tag => 'v0.2.0' } 9 | s.platform = :ios, '5.0' 10 | s.source_files = 'DIYAssetPicker/*.{h,m,png}' 11 | s.framework = 'UIKit', 'AssetsLibrary', 'Foundation', 'CoreGraphics', 'AVFoundation' 12 | end -------------------------------------------------------------------------------- /KGNoise/1.0.0/KGNoise.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "KGNoise" 3 | s.version = "1.0.0" 4 | s.summary = "Cocoa noise drawing code + a ready to go noise view." 5 | s.homepage = "https://github.com/kgn/KGNoise" 6 | s.license = { :type => 'MIT', :file => 'license.txt' } 7 | s.author = { "David Keegan" => "git@davidkeegan.com" } 8 | s.source = { :git => "https://github.com/kgn/KGNoise.git", :tag => "1.0.0" } 9 | s.ios.deployment_target = '5.0' 10 | s.osx.deployment_target = '10.7' 11 | s.source_files = 'KGNoise.{h,m}' 12 | s.requires_arc = true 13 | end 14 | -------------------------------------------------------------------------------- /KGNoise/1.1.0/KGNoise.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "KGNoise" 3 | s.version = "1.1.0" 4 | s.summary = "Cocoa noise drawing code + a ready to go noise view." 5 | s.homepage = "https://github.com/kgn/KGNoise" 6 | s.license = { :type => 'MIT', :file => 'license.txt' } 7 | s.author = { "David Keegan" => "git@davidkeegan.com" } 8 | s.source = { :git => "https://github.com/kgn/KGNoise.git", :tag => "1.1.0" } 9 | s.ios.deployment_target = '5.0' 10 | s.osx.deployment_target = '10.7' 11 | s.source_files = 'KGNoise.{h,m}' 12 | s.requires_arc = true 13 | end 14 | -------------------------------------------------------------------------------- /LROAuth2Client/0.0.1/LROAuth2Client.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'LROAuth2Client' 3 | s.version = '0.0.1' 4 | s.license = { :type => 'MIT', :file => 'MIT-LICENSE' } 5 | s.summary = 'OAuth2 client for iPhone and iPad apps.' 6 | s.homepage = 'https://github.com/lukeredpath/LROAuth2Client' 7 | s.author = 'Luke Redpath' 8 | s.source = { :git => 'https://github.com/lukeredpath/LROAuth2Client.git', :commit => '243d4bfc5eb8fd08d7549050bc8fe636f1bde9cc' } 9 | s.platform = :ios 10 | s.source_files = 'Classes', '*.{h,m}' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /LastFm/0.5.4/LastFm.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "LastFm" 3 | s.version = "0.5.4" 4 | s.summary = "Block based Last.fm SDK for iOS and Mac OS X." 5 | s.homepage = "https://github.com/gangverk/LastFm" 6 | s.license = 'MIT' 7 | s.author = { "Kevin Renskers" => "info@mixedcase.nl" } 8 | s.source = { :git => "https://github.com/gangverk/LastFm.git", :tag => "0.5.4" } 9 | s.ios.deployment_target = '4.0' 10 | s.osx.deployment_target = '10.6' 11 | s.source_files = 'LastFm/*.{h,m}' 12 | s.requires_arc = true 13 | s.dependency 'KissXML', '~> 5.0' 14 | end 15 | -------------------------------------------------------------------------------- /LastFm/0.5.5/LastFm.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "LastFm" 3 | s.version = "0.5.5" 4 | s.summary = "Block based Last.fm SDK for iOS and Mac OS X." 5 | s.homepage = "https://github.com/gangverk/LastFm" 6 | s.license = 'MIT' 7 | s.author = { "Kevin Renskers" => "info@mixedcase.nl" } 8 | s.source = { :git => "https://github.com/gangverk/LastFm.git", :tag => "0.5.5" } 9 | s.ios.deployment_target = '4.0' 10 | s.osx.deployment_target = '10.6' 11 | s.source_files = 'LastFm/*.{h,m}' 12 | s.requires_arc = true 13 | s.dependency 'KissXML', '~> 5.0' 14 | end 15 | -------------------------------------------------------------------------------- /LastFm/0.5.6/LastFm.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "LastFm" 3 | s.version = "0.5.6" 4 | s.summary = "Block based Last.fm SDK for iOS and Mac OS X." 5 | s.homepage = "https://github.com/gangverk/LastFm" 6 | s.license = 'MIT' 7 | s.author = { "Kevin Renskers" => "info@mixedcase.nl" } 8 | s.source = { :git => "https://github.com/gangverk/LastFm.git", :tag => "0.5.6" } 9 | s.ios.deployment_target = '4.0' 10 | s.osx.deployment_target = '10.6' 11 | s.source_files = 'LastFm/*.{h,m}' 12 | s.requires_arc = true 13 | s.dependency 'KissXML', '~> 5.0' 14 | end 15 | -------------------------------------------------------------------------------- /LastFm/0.5.7/LastFm.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "LastFm" 3 | s.version = "0.5.7" 4 | s.summary = "Block based Last.fm SDK for iOS and Mac OS X." 5 | s.homepage = "https://github.com/gangverk/LastFm" 6 | s.license = 'MIT' 7 | s.author = { "Kevin Renskers" => "info@mixedcase.nl" } 8 | s.source = { :git => "https://github.com/gangverk/LastFm.git", :tag => "0.5.7" } 9 | s.ios.deployment_target = '4.0' 10 | s.osx.deployment_target = '10.6' 11 | s.source_files = 'LastFm/*.{h,m}' 12 | s.requires_arc = true 13 | s.dependency 'KissXML', '~> 5.0' 14 | end 15 | -------------------------------------------------------------------------------- /NLTHTTPStubServer/0.1.1/NLTHTTPStubServer.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'NLTHTTPStubServer' 3 | s.version = '0.1.1' 4 | s.license = 'MIT' 5 | s.summary = 'NLTHTTPStubServer is mocking server. launch simple HTTPServer on Testcodes.' 6 | s.homepage = 'http://github.com/yaakaito/NLTHTTPStubServer' 7 | s.author = { 'KAZUMA Ukyo' => 'yaakaito@gmail.com' } 8 | s.source = { :git => 'https://github.com/yaakaito/NLTHTTPStubServer.git', :tag => '0.1.1' } 9 | s.platform = :ios 10 | s.source_files = 'NLTHTTPStubServer/**/*.{h,m}' 11 | 12 | s.dependency 'CocoaHTTPServer', '2.2.1' 13 | end 14 | -------------------------------------------------------------------------------- /ObjectiveSugar/0.2/ObjectiveSugar.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "ObjectiveSugar" 3 | s.version = "0.2" 4 | s.summary = "ObjectiveC additions for humans. Ruby style." 5 | s.homepage = "https://github.com/mneorr/ObjectiveSugar" 6 | s.license = { :type => 'MIT', :file => 'LICENSE' } 7 | s.author = { "Marin Usalj" => "mneorr@gmail.com" } 8 | s.source = { :git => "https://github.com/mneorr/ObjectiveSugar.git", :tag => '0.2' } 9 | 10 | s.ios.deployment_target = '5.0' 11 | s.osx.deployment_target = '10.7' 12 | 13 | s.source_files = 'src/**/*.{h,m}' 14 | end 15 | -------------------------------------------------------------------------------- /ObjectiveSugar/0.3/ObjectiveSugar.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "ObjectiveSugar" 3 | s.version = "0.3" 4 | s.summary = "ObjectiveC additions for humans. Ruby style." 5 | s.homepage = "https://github.com/mneorr/ObjectiveSugar" 6 | s.license = { :type => 'MIT', :file => 'LICENSE' } 7 | s.author = { "Marin Usalj" => "mneorr@gmail.com" } 8 | s.source = { :git => "https://github.com/mneorr/ObjectiveSugar.git", :tag => '0.3' } 9 | 10 | s.ios.deployment_target = '5.0' 11 | s.osx.deployment_target = '10.7' 12 | 13 | s.source_files = 'src/**/*.{h,m}' 14 | end 15 | -------------------------------------------------------------------------------- /ObjectiveSugar/0.4/ObjectiveSugar.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "ObjectiveSugar" 3 | s.version = "0.4" 4 | s.summary = "ObjectiveC additions for humans. Ruby style." 5 | s.homepage = "https://github.com/mneorr/ObjectiveSugar" 6 | s.license = { :type => 'MIT', :file => 'LICENSE' } 7 | s.author = { "Marin Usalj" => "mneorr@gmail.com" } 8 | s.source = { :git => "https://github.com/mneorr/ObjectiveSugar.git", :tag => '0.4' } 9 | 10 | s.ios.deployment_target = '5.0' 11 | s.osx.deployment_target = '10.7' 12 | 13 | s.source_files = 'src/**/*.{h,m}' 14 | end 15 | -------------------------------------------------------------------------------- /SignalR-ObjC/0.5.0/SignalR-ObjC.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "SignalR-ObjC" 3 | s.version = "0.5.0" 4 | s.summary = "Objective-C Client for the SignalR Project works with iOS and Mac." 5 | s.homepage = "https://github.com/DyKnow/SignalR-ObjC" 6 | s.license = 'MIT' 7 | s.author = { "Alex Billingsley" => "abillingsley@dyknow.com" } 8 | s.source = { :git => 'https://github.com/DyKnow/SignalR-ObjC.git', :tag => '0.5.0' } 9 | s.source_files = 'SignalR.Client', 'SignalR.Client/**/*.{h,m}' 10 | s.requires_arc = true 11 | s.dependency 'AFNetworking' 12 | end 13 | -------------------------------------------------------------------------------- /UIColor-CrossFade/0.0.1/UIColor-CrossFade.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'UIColor-CrossFade' 3 | s.version = '0.0.1' 4 | s.platform = :ios 5 | s.license = 'MIT' 6 | s.summary = 'UIColor category to cross fade between two UIColors at a specific ratio.' 7 | s.homepage = 'https://github.com/cbpowell/UIColor-CrossFade' 8 | s.author = { 'Charles Powell' => 'https://github.com/cbpowell' } 9 | s.source = { :git => 'https://github.com/cbpowell/UIColor-CrossFade.git', :commit => '5b72c40925575e8bebf0d6fe1e82dc8dc1b88bf5' } 10 | s.source_files = '*.{h,m}' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /UIView+TKGeometry/0.1.1/UIView+TKGeometry.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "UIView+TKGeometry" 3 | s.version = "0.1.1" 4 | s.summary = "Category methods for UIView for easy size, center and origin manipulation." 5 | s.homepage = "http://github.com/mapedd/UIView-TKGeometry" 6 | s.license = 'Apache' 7 | s.author = { "Tomek Kuzma" => "mapedd@mapedd.com" } 8 | s.source = { :git => "https://github.com/mapedd/UIView-TKGeometry.git", :tag => "0.1.1" } 9 | s.platform = :ios 10 | s.source_files = 'UIView+TKGeometry.{h,m}' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /sundown/0.1.0/sundown.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'sundown' 3 | s.version = '0.1.0' 4 | s.summary = "Markdown parser based on the Upskirt library by Natacha Porté. Written in C with a lightweight Objective-C Wrapper" 5 | s.homepage = 'https://github.com/Daij-Djan/sundown' 6 | s.author = { 'Dominik Pich' => 'dominik@pich.info' } 7 | s.license = { :type => 'MIT'} 8 | 9 | s.source = { :git => 'https://github.com/Daij-Djan/sundown.git', :tag => '0.1.0' } 10 | s.source_files = 'src/*.{h,c,m}', 'html/*.{h,c}' 11 | s.requires_arc = true 12 | end 13 | 14 | -------------------------------------------------------------------------------- /A2DynamicDelegate/1.0/A2DynamicDelegate.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'A2DynamicDelegate' 3 | s.version = '1.0' 4 | s.license = 'BSD' 5 | s.summary = 'Blocks are to functions as A2DynamicDelegate is to delegates.' 6 | s.homepage = 'https://github.com/pandamonia/A2DynamicDelegate' 7 | s.author = { 'Alexsander Akers' => 'a2@pandamonia.us', 8 | 'Zachary Waldowski' => 'zwaldowski@gmail.com' } 9 | 10 | s.source = { :git => 'https://github.com/pandamonia/A2DynamicDelegate.git', :tag => 'v1.0' } 11 | s.source_files = 'A2DynamicDelegate.{h,m}', 'A2BlockDelegate.{h,m}' 12 | end 13 | -------------------------------------------------------------------------------- /AFHTTPRequestOperationLogger/0.9.0/AFHTTPRequestOperationLogger.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'AFHTTPRequestOperationLogger' 3 | s.version = '0.9.0' 4 | s.license = 'MIT' 5 | s.summary = 'AFNetworking Extension for HTTP Request Logging.' 6 | s.homepage = 'https://github.com/AFNetworking/AFHTTPRequestOperationLogger' 7 | s.authors = { 'Mattt Thompson' => 'm@mattt.me' } 8 | s.source = { :git => 'https://github.com/AFNetworking/AFHTTPRequestOperationLogger.git', :tag => '0.9.0' } 9 | s.source_files = 'AFHTTPRequestOperationLogger.{h,m}' 10 | s.dependency 'AFNetworking', '>= 0.9.0' 11 | end 12 | -------------------------------------------------------------------------------- /AQGridView/1.3/AQGridView.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'AQGridView' 3 | s.version = '1.3' 4 | s.license = 'BSD' 5 | s.summary = 'A grid view for iPhone/iPad, designed to look similar to NSCollectionView.' 6 | s.homepage = 'https://github.com/AlanQuatermain/AQGridView' 7 | s.author = { 'Alan Quatermain' => 'jimdovey@mac.com' } 8 | s.source = { :git => 'https://github.com/AlanQuatermain/AQGridView.git', :tag => '1.3' } 9 | s.platform = :ios 10 | s.requires_arc = true 11 | s.source_files = 'Classes' 12 | s.resources = "Resources/*.png" 13 | 14 | s.framework = 'QuartzCore' 15 | end 16 | -------------------------------------------------------------------------------- /DAKeyboardControl/0.0.1/DAKeyboardControl.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'DAKeyboardControl' 3 | s.version = '0.0.1' 4 | s.platform = :ios 5 | s.license = 'MIT' 6 | s.summary = 'Easily add keyboard awareness and scrolling dismissal.' 7 | s.homepage = 'https://github.com/danielamitay/DAKeyboardControl' 8 | s.author = { 'Daniel Amitay' => 'hello@danielamitay.com' } 9 | s.source = { :git => 'https://github.com/danielamitay/DAKeyboardControl.git', :commit => '31b3687a3aa1c36b3754e54ea7687d36b9e89084' } 10 | s.source_files = 'DAKeyboardControl/*.{h,m}' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /DIYAssetPicker/0.1.1/DIYAssetPicker.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'DIYAssetPicker' 3 | s.version = '0.1.1' 4 | s.license = 'Apache 2.0' 5 | s.summary = 'Drop-in UIImagePickerController replacement, now with filters and orientations.' 6 | s.homepage = 'https://github.com/dongle/AssetPicker' 7 | s.authors = {'Jon Beilin' => 'jon@diy.org'} 8 | s.source = { :git => 'https://github.com/dongle/AssetPicker.git', :tag => 'v0.1.1' } 9 | s.platform = :ios, '5.0' 10 | s.source_files = 'DIYAssetPicker/*.{h,m,png}' 11 | s.framework = 'UIKit', 'AssetsLibrary', 'Foundation', 'CoreGraphics' 12 | end 13 | -------------------------------------------------------------------------------- /MDAboutController/0.7/MDAboutController.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'MDAboutController' 3 | s.version = '0.7' 4 | s.license = 'MIT' 5 | s.platform = :ios 6 | s.summary = 'Automatically populated about view controller for iOS apps!.' 7 | s.homepage = 'http://mochidev.com/' 8 | s.author = { 'Dimitri Bouniol' => 'dimitri008@mac.com' } 9 | s.source = { :git => 'https://github.com/mochidev/MDAboutController.git', 10 | :tag => '0.7' } 11 | s.source_files = 'Classes/*.{h,m}' 12 | s.resources = 'Images/*.png' 13 | s.frameworks = 'UIKit' , 'MessageUI' 14 | end 15 | -------------------------------------------------------------------------------- /MDCShineEffect/0.1.0/MDCShineEffect.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'MDCShineEffect' 3 | s.version = '0.1.0' 4 | s.summary = 'Add a "shine" effect to any view.' 5 | s.homepage = 'https://github.com/modocache/MDCShineEffect' 6 | s.license = 'MIT' 7 | s.author = { 'modocache' => 'modocache@gmail.com' } 8 | s.source = { :git => 'https://github.com/modocache/MDCShineEffect.git', :tag => "v#{s.version}" } 9 | s.source_files = '*.{h,m}' 10 | s.requires_arc = true 11 | s.platform = :ios, '5.0' 12 | s.frameworks = 'UIKit', 'QuartzCore', 'CoreImage' 13 | end 14 | -------------------------------------------------------------------------------- /NXOAuth2Client/1.1.0/NXOAuth2Client.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'NXOAuth2Client' 3 | s.version = '1.1.0' 4 | s.license = 'BSD' 5 | s.summary = 'Client library for OAuth2 (currently built against draft 10 of the OAuth2 spec).' 6 | s.homepage = 'https://github.com/nxtbgthng/OAuth2Client' 7 | s.author = { 'nxtbgthng' => 'team@nxtbgthng.com'} 8 | s.source = { :git => 'https://github.com/nxtbgthng/OAuth2Client.git', :tag => 'v1.1.0' } 9 | s.source_files = 'NXOAuth2Account+Private.h', 'Sources/', 'Sources/OAuth2Client/' 10 | s.frameworks = 'Security' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /NoticeView/1.0.0/NoticeView.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'NoticeView' 3 | s.version = '1.0.0' 4 | s.license = 'MIT' 5 | s.summary = 'A TweetBot-like notice component for iOS.' 6 | s.homepage = 'https://github.com/tciuro/NoticeView/' 7 | s.author = { 'Tito Ciuro' => 'tciuro@mac.com' } 8 | s.source = { :git => 'https://github.com/tciuro/NoticeView.git', :tag => '1.0.0' } 9 | s.platform = :ios 10 | s.source_files = 'NoticeView/WBNoticeView/*.{m,h}' 11 | 12 | s.frameworks = 'Foundation', 'UIKit', 'CoreGraphics', 'QuartzCore' 13 | s.resources = 'NoticeView/WBNoticeView/NoticeView.bundle' 14 | end 15 | -------------------------------------------------------------------------------- /POViewFrameBuilder/1.0.0/POViewFrameBuilder.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "POViewFrameBuilder" 3 | s.version = "1.0.0" 4 | s.summary = "A small library for semantic layout of UIViews." 5 | s.homepage = "https://github.com/podio/ios-view-frame-builder" 6 | s.license = 'MIT' 7 | s.author = { "Sebastian Rehnby" => "sebastian@podio.com" } 8 | 9 | s.source = { :git => "https://github.com/podio/ios-view-frame-builder.git", :tag => "1.0.0" } 10 | s.platform = :ios, '5.0' 11 | s.source_files = 'POViewFrameBuilder/**/*.{h,m}' 12 | s.requires_arc = true 13 | end 14 | -------------------------------------------------------------------------------- /PunchScrollView/1.0.0/PunchScrollView.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'PunchScrollView' 3 | s.version = '1.0.0' 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 | # TODO please add a license 9 | s.license = 'UNKNOWN!' 10 | 11 | s.source = { :git => 'https://github.com/tapwork/PunchScrollView.git', :tag => '1.0.0' } 12 | 13 | s.platform = :ios 14 | s.source_files = 'PunchScrollView.{h,m}' 15 | 16 | end 17 | -------------------------------------------------------------------------------- /A2DynamicDelegate/1.0.1/A2DynamicDelegate.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'A2DynamicDelegate' 3 | s.version = '1.0.1' 4 | s.license = 'BSD' 5 | s.summary = 'Blocks are to functions as A2DynamicDelegate is to delegates.' 6 | s.homepage = 'https://github.com/pandamonia/A2DynamicDelegate' 7 | s.author = { 'Alexsander Akers' => 'a2@pandamonia.us', 8 | 'Zachary Waldowski' => 'zwaldowski@gmail.com' } 9 | 10 | s.source = { :git => 'https://github.com/pandamonia/A2DynamicDelegate.git', :tag => 'v1.0.1' } 11 | s.source_files = 'A2DynamicDelegate.{h,m}', 'A2BlockDelegate.{h,m}' 12 | end 13 | -------------------------------------------------------------------------------- /A2DynamicDelegate/1.0.2/A2DynamicDelegate.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'A2DynamicDelegate' 3 | s.version = '1.0.2' 4 | s.license = 'BSD' 5 | s.summary = 'Blocks are to functions as A2DynamicDelegate is to delegates.' 6 | s.homepage = 'https://github.com/pandamonia/A2DynamicDelegate' 7 | s.author = { 'Alexsander Akers' => 'a2@pandamonia.us', 8 | 'Zachary Waldowski' => 'zwaldowski@gmail.com' } 9 | 10 | s.source = { :git => 'https://github.com/pandamonia/A2DynamicDelegate.git', :tag => 'v1.0.2' } 11 | s.source_files = 'A2DynamicDelegate.{h,m}', 'A2BlockDelegate.{h,m}' 12 | end 13 | -------------------------------------------------------------------------------- /A2DynamicDelegate/1.0.3/A2DynamicDelegate.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'A2DynamicDelegate' 3 | s.version = '1.0.3' 4 | s.license = 'BSD' 5 | s.summary = 'Blocks are to functions as A2DynamicDelegate is to delegates.' 6 | s.homepage = 'https://github.com/pandamonia/A2DynamicDelegate' 7 | s.author = { 'Alexsander Akers' => 'a2@pandamonia.us', 8 | 'Zachary Waldowski' => 'zwaldowski@gmail.com' } 9 | 10 | s.source = { :git => 'https://github.com/pandamonia/A2DynamicDelegate.git', :tag => 'v1.0.3' } 11 | s.source_files = 'A2DynamicDelegate.{h,m}', 'A2BlockDelegate.{h,m}' 12 | end 13 | -------------------------------------------------------------------------------- /A2DynamicDelegate/1.0.4/A2DynamicDelegate.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'A2DynamicDelegate' 3 | s.version = '1.0.4' 4 | s.license = 'BSD' 5 | s.summary = 'Blocks are to functions as A2DynamicDelegate is to delegates.' 6 | s.homepage = 'https://github.com/pandamonia/A2DynamicDelegate' 7 | s.author = { 'Alexsander Akers' => 'a2@pandamonia.us', 8 | 'Zachary Waldowski' => 'zwaldowski@gmail.com' } 9 | 10 | s.source = { :git => 'https://github.com/pandamonia/A2DynamicDelegate.git', :tag => 'v1.0.4' } 11 | s.source_files = 'A2DynamicDelegate.{h,m}', 'A2BlockDelegate.{h,m}' 12 | end 13 | -------------------------------------------------------------------------------- /A2DynamicDelegate/1.0.5/A2DynamicDelegate.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'A2DynamicDelegate' 3 | s.version = '1.0.5' 4 | s.license = 'BSD' 5 | s.summary = 'Blocks are to functions as A2DynamicDelegate is to delegates.' 6 | s.homepage = 'https://github.com/pandamonia/A2DynamicDelegate' 7 | s.author = { 'Alexsander Akers' => 'a2@pandamonia.us', 8 | 'Zachary Waldowski' => 'zwaldowski@gmail.com' } 9 | 10 | s.source = { :git => 'https://github.com/pandamonia/A2DynamicDelegate.git', :tag => 'v1.0.5' } 11 | s.source_files = 'A2DynamicDelegate.{h,m}', 'A2BlockDelegate.{h,m}' 12 | end 13 | -------------------------------------------------------------------------------- /A2DynamicDelegate/1.0.6/A2DynamicDelegate.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'A2DynamicDelegate' 3 | s.version = '1.0.6' 4 | s.license = 'BSD' 5 | s.summary = 'Blocks are to functions as A2DynamicDelegate is to delegates.' 6 | s.homepage = 'https://github.com/pandamonia/A2DynamicDelegate' 7 | s.author = { 'Alexsander Akers' => 'a2@pandamonia.us', 8 | 'Zachary Waldowski' => 'zwaldowski@gmail.com' } 9 | 10 | s.source = { :git => 'https://github.com/pandamonia/A2DynamicDelegate.git', :tag => 'v1.0.6' } 11 | s.source_files = 'A2DynamicDelegate.{h,m}', 'A2BlockDelegate.{h,m}' 12 | end 13 | -------------------------------------------------------------------------------- /A2DynamicDelegate/1.0.7/A2DynamicDelegate.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'A2DynamicDelegate' 3 | s.version = '1.0.7' 4 | s.license = 'BSD' 5 | s.summary = 'Blocks are to functions as A2DynamicDelegate is to delegates.' 6 | s.homepage = 'https://github.com/pandamonia/A2DynamicDelegate' 7 | s.author = { 'Alexsander Akers' => 'a2@pandamonia.us', 8 | 'Zachary Waldowski' => 'zwaldowski@gmail.com' } 9 | 10 | s.source = { :git => 'https://github.com/pandamonia/A2DynamicDelegate.git', :tag => 'v1.0.7' } 11 | s.source_files = 'A2DynamicDelegate.{h,m}', 'A2BlockDelegate.{h,m}' 12 | end 13 | -------------------------------------------------------------------------------- /BetterBlocks/0.0.1/BetterBlocks.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'BetterBlocks' 3 | s.version = '0.0.1' 4 | s.license = { :type => 'MIT', :file => 'LICENSE.txt' } 5 | s.summary = 'Completion and Error blocks for NSURLConnection.' 6 | s.homepage = 'https://github.com/neilco/BetterBlocks' 7 | s.author = { 'Neil Cowburn' => 'neilco@gmail.com' } 8 | s.source = { :git => 'https://github.com/neilco/BetterBlocks.git', 9 | :tag => '0.0.1' } 10 | s.source_files = 'NSURLConnection+BetterBlocks.{h,m}' 11 | 12 | s.ios.deployment_target = '5.0' 13 | s.osx.deployment_target = '10.7' 14 | end -------------------------------------------------------------------------------- /DCRoundSwitch/0.0.1/DCRoundSwitch.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "DCRoundSwitch" 3 | s.version = "0.0.1" 4 | s.summary = "A 'modern' replica of UISwitch." 5 | s.homepage = "https://github.com/domesticcatsoftware/DCRoundSwitch" 6 | s.license = 'MIT' 7 | s.author = { "Patrick Richards" => "contact@domesticcat.com.au" } 8 | s.source = { :git => "https://github.com/domesticcatsoftware/DCRoundSwitch.git", :commit => "88fc73a47d5572fd324da453207f65c5b6a400d0" } 9 | s.platform = :ios 10 | s.source_files = 'DCRoundSwitch/*' 11 | s.frameworks = 'QuartzCore' 12 | end 13 | -------------------------------------------------------------------------------- /LastFm/0.10.0/LastFm.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "LastFm" 3 | s.version = "0.10.0" 4 | s.summary = "Block based Last.fm SDK for iOS and Mac OS X." 5 | s.homepage = "https://github.com/gangverk/LastFm" 6 | s.license = 'MIT' 7 | s.author = { "Kevin Renskers" => "info@mixedcase.nl" } 8 | s.source = { :git => "https://github.com/gangverk/LastFm.git", :tag => s.version.to_s } 9 | s.ios.deployment_target = '4.0' 10 | s.osx.deployment_target = '10.6' 11 | s.source_files = 'LastFm/*.{h,m}' 12 | s.requires_arc = true 13 | s.dependency 'KissXML', '~> 5.0' 14 | end 15 | -------------------------------------------------------------------------------- /LastFm/0.10.1/LastFm.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "LastFm" 3 | s.version = "0.10.1" 4 | s.summary = "Block based Last.fm SDK for iOS and Mac OS X." 5 | s.homepage = "https://github.com/gangverk/LastFm" 6 | s.license = 'MIT' 7 | s.author = { "Kevin Renskers" => "info@mixedcase.nl" } 8 | s.source = { :git => "https://github.com/gangverk/LastFm.git", :tag => s.version.to_s } 9 | s.ios.deployment_target = '4.0' 10 | s.osx.deployment_target = '10.6' 11 | s.source_files = 'LastFm/*.{h,m}' 12 | s.requires_arc = true 13 | s.dependency 'KissXML', '~> 5.0' 14 | end 15 | -------------------------------------------------------------------------------- /LastFm/0.11.0/LastFm.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "LastFm" 3 | s.version = "0.11.0" 4 | s.summary = "Block based Last.fm SDK for iOS and Mac OS X." 5 | s.homepage = "https://github.com/gangverk/LastFm" 6 | s.license = 'MIT' 7 | s.author = { "Kevin Renskers" => "info@mixedcase.nl" } 8 | s.source = { :git => "https://github.com/gangverk/LastFm.git", :tag => s.version.to_s } 9 | s.ios.deployment_target = '4.0' 10 | s.osx.deployment_target = '10.6' 11 | s.source_files = 'LastFm/*.{h,m}' 12 | s.requires_arc = true 13 | s.dependency 'KissXML', '~> 5.0' 14 | end 15 | -------------------------------------------------------------------------------- /LastFm/0.12.0/LastFm.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "LastFm" 3 | s.version = "0.12.0" 4 | s.summary = "Block based Last.fm SDK for iOS and Mac OS X." 5 | s.homepage = "https://github.com/gangverk/LastFm" 6 | s.license = 'MIT' 7 | s.author = { "Kevin Renskers" => "info@mixedcase.nl" } 8 | s.source = { :git => "https://github.com/gangverk/LastFm.git", :tag => s.version.to_s } 9 | s.ios.deployment_target = '4.0' 10 | s.osx.deployment_target = '10.6' 11 | s.source_files = 'LastFm/*.{h,m}' 12 | s.requires_arc = true 13 | s.dependency 'KissXML', '~> 5.0' 14 | end 15 | -------------------------------------------------------------------------------- /LastFm/0.5.8/LastFm.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "LastFm" 3 | s.version = "0.5.8" 4 | s.summary = "Block based Last.fm SDK for iOS and Mac OS X." 5 | s.homepage = "https://github.com/gangverk/LastFm" 6 | s.license = 'MIT' 7 | s.author = { "Kevin Renskers" => "info@mixedcase.nl" } 8 | s.source = { :git => "https://github.com/gangverk/LastFm.git", :tag => s.version.to_s } 9 | s.ios.deployment_target = '4.0' 10 | s.osx.deployment_target = '10.6' 11 | s.source_files = 'LastFm/*.{h,m}' 12 | s.requires_arc = true 13 | s.dependency 'KissXML', '~> 5.0' 14 | end 15 | -------------------------------------------------------------------------------- /LastFm/0.9.0/LastFm.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "LastFm" 3 | s.version = "0.9.0" 4 | s.summary = "Block based Last.fm SDK for iOS and Mac OS X." 5 | s.homepage = "https://github.com/gangverk/LastFm" 6 | s.license = 'MIT' 7 | s.author = { "Kevin Renskers" => "info@mixedcase.nl" } 8 | s.source = { :git => "https://github.com/gangverk/LastFm.git", :tag => s.version.to_s } 9 | s.ios.deployment_target = '4.0' 10 | s.osx.deployment_target = '10.6' 11 | s.source_files = 'LastFm/*.{h,m}' 12 | s.requires_arc = true 13 | s.dependency 'KissXML', '~> 5.0' 14 | end 15 | -------------------------------------------------------------------------------- /LastFm/0.9.1/LastFm.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "LastFm" 3 | s.version = "0.9.1" 4 | s.summary = "Block based Last.fm SDK for iOS and Mac OS X." 5 | s.homepage = "https://github.com/gangverk/LastFm" 6 | s.license = 'MIT' 7 | s.author = { "Kevin Renskers" => "info@mixedcase.nl" } 8 | s.source = { :git => "https://github.com/gangverk/LastFm.git", :tag => s.version.to_s } 9 | s.ios.deployment_target = '4.0' 10 | s.osx.deployment_target = '10.6' 11 | s.source_files = 'LastFm/*.{h,m}' 12 | s.requires_arc = true 13 | s.dependency 'KissXML', '~> 5.0' 14 | end 15 | -------------------------------------------------------------------------------- /LastFm/0.9.2/LastFm.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "LastFm" 3 | s.version = "0.9.2" 4 | s.summary = "Block based Last.fm SDK for iOS and Mac OS X." 5 | s.homepage = "https://github.com/gangverk/LastFm" 6 | s.license = 'MIT' 7 | s.author = { "Kevin Renskers" => "info@mixedcase.nl" } 8 | s.source = { :git => "https://github.com/gangverk/LastFm.git", :tag => s.version.to_s } 9 | s.ios.deployment_target = '4.0' 10 | s.osx.deployment_target = '10.6' 11 | s.source_files = 'LastFm/*.{h,m}' 12 | s.requires_arc = true 13 | s.dependency 'KissXML', '~> 5.0' 14 | end 15 | -------------------------------------------------------------------------------- /LastFm/0.9.3/LastFm.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "LastFm" 3 | s.version = "0.9.3" 4 | s.summary = "Block based Last.fm SDK for iOS and Mac OS X." 5 | s.homepage = "https://github.com/gangverk/LastFm" 6 | s.license = 'MIT' 7 | s.author = { "Kevin Renskers" => "info@mixedcase.nl" } 8 | s.source = { :git => "https://github.com/gangverk/LastFm.git", :tag => s.version.to_s } 9 | s.ios.deployment_target = '4.0' 10 | s.osx.deployment_target = '10.6' 11 | s.source_files = 'LastFm/*.{h,m}' 12 | s.requires_arc = true 13 | s.dependency 'KissXML', '~> 5.0' 14 | end 15 | -------------------------------------------------------------------------------- /LastFm/1.0.0/LastFm.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "LastFm" 3 | s.version = "1.0.0" 4 | s.summary = "Block based Last.fm SDK for iOS and Mac OS X." 5 | s.homepage = "https://github.com/gangverk/LastFm" 6 | s.license = 'MIT' 7 | s.author = { "Kevin Renskers" => "info@mixedcase.nl" } 8 | s.source = { :git => "https://github.com/gangverk/LastFm.git", :tag => s.version.to_s } 9 | s.ios.deployment_target = '4.0' 10 | s.osx.deployment_target = '10.6' 11 | s.source_files = 'LastFm/*.{h,m}' 12 | s.requires_arc = true 13 | s.dependency 'KissXML', '~> 5.0' 14 | end 15 | -------------------------------------------------------------------------------- /LastFm/1.1.0/LastFm.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "LastFm" 3 | s.version = "1.1.0" 4 | s.summary = "Block based Last.fm SDK for iOS and Mac OS X." 5 | s.homepage = "https://github.com/gangverk/LastFm" 6 | s.license = 'MIT' 7 | s.author = { "Kevin Renskers" => "info@mixedcase.nl" } 8 | s.source = { :git => "https://github.com/gangverk/LastFm.git", :tag => s.version.to_s } 9 | s.ios.deployment_target = '4.0' 10 | s.osx.deployment_target = '10.6' 11 | s.source_files = 'LastFm/*.{h,m}' 12 | s.requires_arc = true 13 | s.dependency 'KissXML', '~> 5.0' 14 | end 15 | -------------------------------------------------------------------------------- /RDActionSheet/0.0.1/RDActionSheet.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'RDActionSheet' 3 | s.version = '0.0.1' 4 | s.license = 'MIT' 5 | s.summary = 'Class to make a easily customisable Action Sheet for iOS.' 6 | s.homepage = 'http://riothq.com' 7 | s.author = { 'Red Davis' => 'reddavis@gmail.com' } 8 | s.source = { :git => 'https://github.com/reddavis/RDActionSheet.git', :commit => 'c0aa3b9c19152e81bafc3bfc2b5a083bc7b2c34e' } 9 | s.platform = :ios 10 | s.source_files = 'RDActionSheet/RDActionSheet.{h,m}' 11 | s.resources = "RDActionSheet/*.png" 12 | s.framework = 'UIKit' 13 | 14 | end 15 | -------------------------------------------------------------------------------- /RTLabel/1.0/RTLabel.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "RTLabel" 3 | s.version = "1.0" 4 | s.summary = "Rich text formatting based on HTML-like markups for iOS." 5 | s.homepage = "https://github.com/honcheng/RTLabel" 6 | s.license = { :type => 'MIT', :file => 'LICENSE' } 7 | s.author = { "Muh Hon Cheng" => "honcheng@gmail.com" } 8 | s.source = { :git => "https://github.com/honcheng/RTLabel.git", :tag => "1.0" } 9 | s.platform = :ios 10 | s.source_files = 'RTLabelProject/Classes/RTLabel.{h,m}' 11 | s.framework = 'CoreText' 12 | s.requires_arc = true 13 | end 14 | -------------------------------------------------------------------------------- /iTVDb/0.0.1/iTVDb.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "iTVDb" 3 | s.version = "0.0.1" 4 | s.author = { "Kevin Tuhumury" => "kevin.tuhumury@gmail.com" } 5 | s.homepage = "https://github.com/kevintuhumury/itvdb" 6 | s.summary = "iTVDb provides a wrapper around the TVDB (http://thetvdb.com) XML API and can be used in iOS apps." 7 | 8 | s.source = { :git => "https://github.com/kevintuhumury/itvdb.git", :tag => "0.0.1" } 9 | s.source_files = '**/*.{h,m}' 10 | s.license = { :type => 'MIT', :file => 'LICENSE' } 11 | s.platform = :ios 12 | s.requires_arc = true 13 | end 14 | -------------------------------------------------------------------------------- /iTVDb/0.0.2/iTVDb.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "iTVDb" 3 | s.version = "0.0.2" 4 | s.author = { "Kevin Tuhumury" => "kevin.tuhumury@gmail.com" } 5 | s.homepage = "https://github.com/kevintuhumury/itvdb" 6 | s.summary = "iTVDb provides a wrapper around the TVDB (http://thetvdb.com) XML API and can be used in iOS apps." 7 | 8 | s.source = { :git => "https://github.com/kevintuhumury/itvdb.git", :tag => "0.0.2" } 9 | s.source_files = '**/*.{h,m}' 10 | s.license = { :type => 'MIT', :file => 'LICENSE' } 11 | s.platform = :ios 12 | s.requires_arc = true 13 | end 14 | -------------------------------------------------------------------------------- /iTunesSearch/0.0.1/iTunesSearch.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "iTunesSearch" 3 | s.version = "0.0.1" 4 | s.summary = "Block based iTunes store communication for iOS and Mac OS X." 5 | s.homepage = "https://github.com/gangverk/iTunesSearch" 6 | s.license = 'MIT' 7 | s.author = { "Gangverk" => "contact@gangverk.is" } 8 | s.source = { :git => "https://github.com/gangverk/iTunesSearch.git", :tag => "0.0.1" } 9 | s.ios.deployment_target = '5.0' 10 | s.osx.deployment_target = '10.6' 11 | s.source_files = 'iTunesSearch/*.{h,m}' 12 | s.requires_arc = true 13 | end 14 | -------------------------------------------------------------------------------- /iTunesSearch/0.0.2/iTunesSearch.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "iTunesSearch" 3 | s.version = "0.0.2" 4 | s.summary = "Block based iTunes store communication for iOS and Mac OS X." 5 | s.homepage = "https://github.com/gangverk/iTunesSearch" 6 | s.license = 'MIT' 7 | s.author = { "Gangverk" => "contact@gangverk.is" } 8 | s.source = { :git => "https://github.com/gangverk/iTunesSearch.git", :tag => "0.0.2" } 9 | s.ios.deployment_target = '5.0' 10 | s.osx.deployment_target = '10.6' 11 | s.source_files = 'iTunesSearch/*.{h,m}' 12 | s.requires_arc = true 13 | end 14 | -------------------------------------------------------------------------------- /sqlite3/3.7.14.1/sqlite3.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "sqlite3" 3 | s.version = "3.7.14.1" 4 | s.summary = "SQLite is an embedded SQL database engine." 5 | s.homepage = "http://www.sqlite.org" 6 | s.license = "Public Domain" 7 | s.author = {"D. Richard Hipp" => "drh@hwaci.com"} 8 | 9 | sqlite_version_format = "%.1d%.2d%.2d%.2d" % s.version.to_s.split('.').push(0) 10 | 11 | s.source = {:http => "http://www.sqlite.org/sqlite-amalgamation-#{sqlite_version_format}.zip"} 12 | s.source_files = "sqlite-amalgamation-#{sqlite_version_format}/sqlite3*.{h,c}" 13 | 14 | end -------------------------------------------------------------------------------- /A2DynamicDelegate/1.0.8/A2DynamicDelegate.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'A2DynamicDelegate' 3 | s.version = '1.0.8' 4 | s.license = 'BSD' 5 | s.summary = 'Blocks are to functions as A2DynamicDelegate is to delegates.' 6 | s.homepage = 'https://github.com/pandamonia/A2DynamicDelegate' 7 | s.author = { 'Alexsander Akers' => 'a2@pandamonia.us', 8 | 'Zachary Waldowski' => 'zwaldowski@gmail.com' } 9 | 10 | s.source = { :git => 'https://github.com/pandamonia/A2DynamicDelegate.git', :tag => 'v1.0.8' } 11 | s.source_files = 'A2DynamicDelegate.{h,m}', 'A2BlockDelegate.{h,m}' 12 | 13 | end 14 | -------------------------------------------------------------------------------- /BackInMotion/0.0.1/BackInMotion.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'BackInMotion' 3 | s.version = '0.0.1' 4 | s.platform = :ios 5 | s.license = { :type => 'MIT', :file => 'LICENSE' } 6 | s.summary = "RubyMotion helper classes for Objective-C." 7 | s.homepage = 'http://github.com/farcaller/BackInMotion' 8 | s.author = { 'Vladimir Pouzanov' => 'farcaller@gmail.com' } 9 | s.source = { :git => 'https://github.com/farcaller/BackInMotion.git', :tag => '0.0.1' } 10 | s.source_files = 'BackInMotion/Classes/*.{h,m}' 11 | 12 | s.xcconfig = { 'OTHER_LDLAGS' => '-lstdc++ -licucore -lc++ -lc++abi' } 13 | end 14 | -------------------------------------------------------------------------------- /Color-Picker-for-iOS/0.0.1/Color-Picker-for-iOS.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'Color-Picker-for-iOS' 3 | s.version = '0.0.1' 4 | s.license = 'BSD' 5 | s.platform = :ios 6 | s.summary = 'ColorPicker for iPhone and iPod touch.' 7 | s.homepage = 'https://github.com/hayashi311' 8 | s.author = { 'Ryota Hayashi' => 'hayashi311' } 9 | s.source = { :git => 'https://github.com/hayashi311/Color-Picker-for-iOS.git', 10 | :commit => '711b2981d29f0cfb7f7b258b79783bc650fa980e' } 11 | s.source_files = 'ColorPicker/*.{h,m}' 12 | s.frameworks = 'UIKit' , 'QuartzCore' 13 | 14 | end 15 | -------------------------------------------------------------------------------- /GRMustache/4.2.0/GRMustache.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'GRMustache' 3 | s.version = '4.2.0' 4 | s.license = 'MIT' 5 | s.summary = 'Flexible and production-ready Mustache templates for MacOS Cocoa and iOS.' 6 | s.homepage = 'https://github.com/groue/GRMustache' 7 | s.author = { 'Gwendal Roué' => 'gr@pierlis.com' } 8 | s.source = { :git => 'https://github.com/groue/GRMustache.git', :tag => 'v4.2.0' } 9 | s.source_files = 'src/classes' 10 | s.public_header_files = FileList['src/classes/*.h'].exclude(/_private/) 11 | s.framework = 'Foundation' 12 | s.dependency 'JRSwizzle', '~> 1.0' 13 | end 14 | -------------------------------------------------------------------------------- /GRMustache/4.3.0/GRMustache.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'GRMustache' 3 | s.version = '4.3.0' 4 | s.license = 'MIT' 5 | s.summary = 'Flexible and production-ready Mustache templates for MacOS Cocoa and iOS.' 6 | s.homepage = 'https://github.com/groue/GRMustache' 7 | s.author = { 'Gwendal Roué' => 'gr@pierlis.com' } 8 | s.source = { :git => 'https://github.com/groue/GRMustache.git', :tag => 'v4.3.0' } 9 | s.source_files = 'src/classes' 10 | s.public_header_files = FileList['src/classes/*.h'].exclude(/_private/) 11 | s.framework = 'Foundation' 12 | s.dependency 'JRSwizzle', '~> 1.0' 13 | end 14 | -------------------------------------------------------------------------------- /GRMustache/4.3.1/GRMustache.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'GRMustache' 3 | s.version = '4.3.1' 4 | s.license = 'MIT' 5 | s.summary = 'Flexible and production-ready Mustache templates for MacOS Cocoa and iOS.' 6 | s.homepage = 'https://github.com/groue/GRMustache' 7 | s.author = { 'Gwendal Roué' => 'gr@pierlis.com' } 8 | s.source = { :git => 'https://github.com/groue/GRMustache.git', :tag => 'v4.3.1' } 9 | s.source_files = 'src/classes' 10 | s.public_header_files = FileList['src/classes/*.h'].exclude(/_private/) 11 | s.framework = 'Foundation' 12 | s.dependency 'JRSwizzle', '~> 1.0' 13 | end 14 | -------------------------------------------------------------------------------- /GRMustache/4.3.2/GRMustache.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'GRMustache' 3 | s.version = '4.3.2' 4 | s.license = 'MIT' 5 | s.summary = 'Flexible and production-ready Mustache templates for MacOS Cocoa and iOS.' 6 | s.homepage = 'https://github.com/groue/GRMustache' 7 | s.author = { 'Gwendal Roué' => 'gr@pierlis.com' } 8 | s.source = { :git => 'https://github.com/groue/GRMustache.git', :tag => 'v4.3.2' } 9 | s.source_files = 'src/classes' 10 | s.public_header_files = FileList['src/classes/*.h'].exclude(/_private/) 11 | s.framework = 'Foundation' 12 | s.dependency 'JRSwizzle', '~> 1.0' 13 | end 14 | -------------------------------------------------------------------------------- /GRMustache/4.3.3/GRMustache.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'GRMustache' 3 | s.version = '4.3.3' 4 | s.license = 'MIT' 5 | s.summary = 'Flexible and production-ready Mustache templates for MacOS Cocoa and iOS.' 6 | s.homepage = 'https://github.com/groue/GRMustache' 7 | s.author = { 'Gwendal Roué' => 'gr@pierlis.com' } 8 | s.source = { :git => 'https://github.com/groue/GRMustache.git', :tag => 'v4.3.3' } 9 | s.source_files = 'src/classes' 10 | s.public_header_files = FileList['src/classes/*.h'].exclude(/_private/) 11 | s.framework = 'Foundation' 12 | s.dependency 'JRSwizzle', '~> 1.0' 13 | end 14 | -------------------------------------------------------------------------------- /GRMustache/4.3.4/GRMustache.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'GRMustache' 3 | s.version = '4.3.4' 4 | s.license = 'MIT' 5 | s.summary = 'Flexible and production-ready Mustache templates for MacOS Cocoa and iOS.' 6 | s.homepage = 'https://github.com/groue/GRMustache' 7 | s.author = { 'Gwendal Roué' => 'gr@pierlis.com' } 8 | s.source = { :git => 'https://github.com/groue/GRMustache.git', :tag => 'v4.3.4' } 9 | s.source_files = 'src/classes' 10 | s.public_header_files = FileList['src/classes/*.h'].exclude(/_private/) 11 | s.framework = 'Foundation' 12 | s.dependency 'JRSwizzle', '~> 1.0' 13 | end 14 | -------------------------------------------------------------------------------- /LBGIFImage/0.0.1/LBGIFImage.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "LBGIFImage" 3 | s.version = "0.0.1" 4 | s.summary = "This is a small category that creates an animated UIImage out of a gif image." 5 | s.homepage = "https://github.com/larcus94/LBGIFImage" 6 | s.author = { "Laurin Brandner" => "http://laurinbrandner.ch" } 7 | s.source = { :git => "https://github.com/larcus94/LBGIFImage.git", :commit => "2f29b949eca7e98097564b1f3aeab5a4892b779b" } 8 | s.platform = :ios 9 | s.source_files = 'UIImage+GIF.{h,m}' 10 | s.framework = 'ImageIO' 11 | s.license = '' 12 | end 13 | -------------------------------------------------------------------------------- /MFSideMenu/0.0.1/MFSideMenu.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'MFSideMenu' 3 | s.version = '0.0.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 = { 'mikefrederick' => 'mike@viamike.com' } 8 | s.source = { :git => 'https://github.com/mikefrederick/MFSideMenu.git', :commit => 'c0ddb8c0dd297f299f085088e5639c1dd7986b78' } 9 | s.platform = :ios 10 | s.source_files = 'MFSideMenuDemo/MFSideMenu/*.{h,m}' 11 | s.resources = 'MFSideMenuDemo/MFSideMenu/*.png' 12 | s.frameworks = ['QuartzCore'] 13 | end 14 | -------------------------------------------------------------------------------- /MGBox2/1.0.0/MGBox2.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "MGBox2" 3 | s.version = "1.0.0" 4 | s.summary = "Simple, quick iOS tables, grids, and more." 5 | s.homepage = "https://github.com/sobri909/MGBox2" 6 | 7 | s.license = 'Copyright 2012, Matt Greenfield' 8 | 9 | s.author = { "Matt Greenfield" => "matt@bigpaua.com" } 10 | s.source = { :git => "https://github.com/sobri909/MGBox2.git", :tag => "1.0.0" } 11 | 12 | s.platform = :ios, '5.0' 13 | 14 | s.source_files = 'MGBox/**/*.{h,m}' 15 | 16 | s.framework = 'QuartzCore' 17 | s.requires_arc = true 18 | 19 | end 20 | -------------------------------------------------------------------------------- /MGBox2/1.3.0/MGBox2.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "MGBox2" 3 | s.version = "1.3.0" 4 | s.summary = "Simple, quick iOS tables, grids, and more." 5 | s.homepage = "https://github.com/sobri909/MGBox2" 6 | 7 | s.license = 'Copyright 2012, Matt Greenfield' 8 | 9 | s.author = { "Matt Greenfield" => "matt@bigpaua.com" } 10 | s.source = { :git => "https://github.com/sobri909/MGBox2.git", :tag => "1.3.0" } 11 | 12 | s.platform = :ios, '5.0' 13 | 14 | s.source_files = 'MGBox/**/*.{h,m}' 15 | 16 | s.framework = 'QuartzCore' 17 | s.requires_arc = true 18 | 19 | end 20 | -------------------------------------------------------------------------------- /ObjectiveSugar/0.1/ObjectiveSugar.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "ObjectiveSugar" 3 | s.version = "0.1" 4 | s.summary = "ObjectiveC additions for humans. Ruby style." 5 | s.homepage = "https://github.com/mneorr/ObjectiveSugar" 6 | s.license = { :type => 'MIT', :file => 'LICENSE' } 7 | s.author = { "Marin Usalj" => "mneorr@gmail.com" } 8 | s.source = { :git => "https://github.com/mneorr/ObjectiveSugar.git", :tag => '0.1' } 9 | 10 | s.ios.deployment_target = '5.0' 11 | s.osx.deployment_target = '10.7' 12 | 13 | s.source_files = 'Classes', 'src/**/*.{h,m}' 14 | end 15 | -------------------------------------------------------------------------------- /SJNotificationViewController/1.0.1/SJNotificationViewController.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'SJNotificationViewController' 3 | s.version = '1.0.1' 4 | s.license = 'MIT' 5 | s.summary = 'Lightweight notifications in iOS apps.' 6 | s.author = { 'Scott Jackson' => 'scottjacksonx@gmail.com' } 7 | s.source = { :git => 'https://github.com/ekdevdes/SJNotificationViewController.git', :tag => '1.0.1' } 8 | s.homepage = 'http://github.com/ekdevdes/SJNotificationViewController' 9 | s.framework = 'QuartzCore' 10 | s.platform = :ios 11 | s.source_files = 'SJNotificationViewController{.h,.m,.xib}' 12 | end 13 | -------------------------------------------------------------------------------- /UIGlossyButton/0.0.3/UIGlossyButton.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'UIGlossyButton' 3 | s.version = '0.0.3' 4 | s.license = 'MIT' 5 | s.summary = 'Generate system like or other nice button without any image.' 6 | s.homepage = 'https://github.com/waterlou/UIGlossyButton' 7 | s.author = { 'waterlou' => 'https://github.com/waterlou' } 8 | 9 | s.platform = :ios 10 | s.source = { :git => 'https://github.com/waterlou/UIGlossyButton.git', :tag => 'v0.0.3' } 11 | s.source_files = 'UIGlossyButton/UIGlossyButton.{h,m}', 'UIGlossyButton/UIView+LayerEffects.{h,m}' 12 | end -------------------------------------------------------------------------------- /UIImage+PDF/1.0.0/UIImage+PDF.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'UIImage+PDF' 3 | s.version = '1.0.0' 4 | s.license = 'custom, see https://github.com/mindbrix/UIImage-PDF#licence' 5 | s.summary = 'Simple UIImage+PDF renderer category for iOS scalable assets.' 6 | s.homepage = 'https://github.com/mindbrix/UIImage-PDF' 7 | s.author = { 'Nigel Timothy Barber' => 'nigel@mindbrix.co.uk' } 8 | s.source = { :git => 'https://github.com/mindbrix/UIImage-PDF.git', :tag => '1.0.0' } 9 | s.platform = :ios 10 | s.source_files = 'UIImage+PDF/*.{h,m}' 11 | 12 | s.frameworks = 'Foundation', 'UIKit', 'CoreGraphics' 13 | end 14 | -------------------------------------------------------------------------------- /iFuga/1.1/iFuga.podspec: -------------------------------------------------------------------------------- 1 | 2 | Pod::Spec.new do |s| 3 | s.name = "iFuga" 4 | s.version = '1.1' 5 | s.summary = "iOS component for displaying a fullscreen image gallery Supports orientation changes." 6 | s.homepage = "http://github.com/gavrix/ifuga" 7 | 8 | s.license = 'MIT' 9 | s.author = { "Sergey Gavrilyuk" => "sergey.gavrilyuk@gmail.com" } 10 | s.source = { :git => "https://github.com/gavrix/ifuga.git", :tag => '1.1'} 11 | s.platform = :ios 12 | 13 | s.ios.deployment_target = '4.0' 14 | s.source_files = 'iFuga/iFuga' 15 | s.frameworks = 'QuartzCore' 16 | 17 | end 18 | -------------------------------------------------------------------------------- /iTunesSearch/0.0.3/iTunesSearch.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "iTunesSearch" 3 | s.version = "0.0.3" 4 | s.summary = "Block based iTunes store communication for iOS and Mac OS X." 5 | s.homepage = "https://github.com/gangverk/iTunesSearch" 6 | s.license = 'MIT' 7 | s.author = { "Gangverk" => "contact@gangverk.is" } 8 | s.source = { :git => "https://github.com/gangverk/iTunesSearch.git", :tag => s.version.to_s } 9 | s.ios.deployment_target = '5.0' 10 | s.osx.deployment_target = '10.6' 11 | s.source_files = 'iTunesSearch/*.{h,m}' 12 | s.requires_arc = true 13 | end 14 | -------------------------------------------------------------------------------- /iTunesSearch/0.1.0/iTunesSearch.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "iTunesSearch" 3 | s.version = "0.1.0" 4 | s.summary = "Block based iTunes store communication for iOS and Mac OS X." 5 | s.homepage = "https://github.com/gangverk/iTunesSearch" 6 | s.license = 'MIT' 7 | s.author = { "Gangverk" => "contact@gangverk.is" } 8 | s.source = { :git => "https://github.com/gangverk/iTunesSearch.git", :tag => s.version.to_s } 9 | s.ios.deployment_target = '5.0' 10 | s.osx.deployment_target = '10.6' 11 | s.source_files = 'iTunesSearch/*.{h,m}' 12 | s.requires_arc = true 13 | end 14 | -------------------------------------------------------------------------------- /iTunesSearch/0.1.1/iTunesSearch.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "iTunesSearch" 3 | s.version = "0.1.1" 4 | s.summary = "Block based iTunes store communication for iOS and Mac OS X." 5 | s.homepage = "https://github.com/gangverk/iTunesSearch" 6 | s.license = 'MIT' 7 | s.author = { "Gangverk" => "contact@gangverk.is" } 8 | s.source = { :git => "https://github.com/gangverk/iTunesSearch.git", :tag => s.version.to_s } 9 | s.ios.deployment_target = '5.0' 10 | s.osx.deployment_target = '10.6' 11 | s.source_files = 'iTunesSearch/*.{h,m}' 12 | s.requires_arc = true 13 | end 14 | -------------------------------------------------------------------------------- /DCIntrospect/0.0.1/DCIntrospect.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'DCIntrospect' 3 | s.version = '0.0.1' 4 | s.license = 'MIT' 5 | s.summary = 'Introspect is small set of tools for iOS that aid in debugging user interfaces built with UIKit.' 6 | s.homepage = 'https://github.com/domesticcatsoftware/DCIntrospect' 7 | s.author = { 'Patrick Richards' => 'contact@domesticcat.com.au' } 8 | s.source = { :git => 'https://github.com/domesticcatsoftware/DCIntrospect.git', :commit => "3ef2c10710f007b6d699c2a0b996ce1e3a79bde0" } 9 | s.source_files = 'DCIntrospect' 10 | s.frameworks = 'QuartzCore' 11 | 12 | end 13 | -------------------------------------------------------------------------------- /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", :commit => '21eb2811d2a54ac792293de292677adf4255a915' } 9 | s.platform = :ios 10 | s.source_files = 'DLStarRating', 'DLStarRating/**/*.{h,m}' 11 | s.resource = "DLStarRating/images/*.png" 12 | end 13 | -------------------------------------------------------------------------------- /FTAssetRenderer/0.1.0/FTAssetRenderer.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "FTAssetRenderer" 3 | s.version = "0.1.0" 4 | s.summary = "Create image assets at runtime in any color when used as mask and/or at any resolution when it’s a PDF." 5 | s.homepage = "https://github.com/Fingertips/FTAssetRenderer" 6 | s.license = 'MIT' 7 | s.author = { "Eloy Durán" => "eloy.de.enige@gmail.com" } 8 | s.source = { :git => "https://github.com/Fingertips/FTAssetRenderer.git", :tag => "0.1.0" } 9 | s.platform = :ios, '4.0' 10 | s.source_files = 'Source' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /FTAssetRenderer/0.1.1/FTAssetRenderer.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "FTAssetRenderer" 3 | s.version = "0.1.1" 4 | s.summary = "Create image assets at runtime in any color when used as mask and/or at any resolution when it’s a PDF." 5 | s.homepage = "https://github.com/Fingertips/FTAssetRenderer" 6 | s.license = 'MIT' 7 | s.author = { "Eloy Durán" => "eloy.de.enige@gmail.com" } 8 | s.source = { :git => "https://github.com/Fingertips/FTAssetRenderer.git", :tag => "0.1.1" } 9 | s.platform = :ios, '4.0' 10 | s.source_files = 'Source' 11 | s.requires_arc = true 12 | end 13 | -------------------------------------------------------------------------------- /MACalendarUI/1.0.0/MACalendarUI.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'MACalendarUI' 3 | s.platform = :ios 4 | s.version = '1.0.0' 5 | s.license = 'BSD' 6 | s.summary = 'MACalendarUI is a project which offers calendar user interface for iPhone applications.' 7 | s.authors = {'Matias Muhonen' => 'mmu@iki.fi' } 8 | s.source = { :git => 'https://github.com/muhku/calendar-ui.git', :commit => 'df86fc4d5dd28da6dd5b647137179ae2d7911093'} 9 | s.source_files = 'Classes/Views' 10 | s.resources = 'Images/*.png' 11 | s.requires_arc = true 12 | s.homepage = 'https://github.com/muhku/calendar-ui' 13 | end -------------------------------------------------------------------------------- /MAKVONotificationCenter/0.0.1/MAKVONotificationCenter.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'MAKVONotificationCenter' 3 | s.version = '0.0.1' 4 | s.source = { :git => 'https://github.com/mikeash/MAKVONotificationCenter.git', :commit => 'b9b64d107bcd2a39b9185e72c27c3422026eeed2' } 5 | s.homepage = 'http://www.mikeash.com/pyblog/key-value-observing-done-right.html' 6 | s.author = { 'Mike Ash' => 'mike@mikeash.com' } 7 | s.summary = 'Key-Value Observing Done Right.' 8 | s.source_files = 'MAKVONotificationCenter.{h,m}' 9 | s.header_dir = s.name 10 | s.requires_arc = true 11 | 12 | end 13 | -------------------------------------------------------------------------------- /PullToRefresh/0.0.1/PullToRefresh.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'PullToRefresh' 3 | s.version = '0.0.1' 4 | s.platform = :ios 5 | s.summary = 'A simple iPhone TableViewController for adding pull-to-refresh functionality.' 6 | s.homepage = 'https://github.com/leah/PullToRefresh' 7 | s.author = { 'Leah Culver' => 'leah.culver@gmail.com' } 8 | s.source = { :git => 'https://github.com/leah/PullToRefresh.git', :commit => '6ae5ed942bccd57029312da0106ab4a55f29289d' } 9 | s.source_files = 'Classes/PullRefreshTableViewController.*' 10 | s.framework = 'QuartzCore' 11 | s.resource = 'arrow.png' 12 | end 13 | -------------------------------------------------------------------------------- /UIGlossyButton/0.0.4/UIGlossyButton.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = 'UIGlossyButton' 3 | s.version = '0.0.4' 4 | s.license = 'MIT' 5 | s.summary = 'Generate system like or other nice button without any image.' 6 | s.homepage = 'https://github.com/waterlou/UIGlossyButton' 7 | s.author = { 'waterlou' => 'https://github.com/waterlou' } 8 | 9 | s.platform = :ios 10 | s.source = { :git => 'https://github.com/waterlou/UIGlossyButton.git', :tag => 'v0.0.4' } 11 | s.source_files = 'UIGlossyButton/UIGlossyButton.{h,m}', 'UIGlossyButton/UIView+LayerEffects.{h,m}' 12 | end 13 | -------------------------------------------------------------------------------- /UIImage-Resize/0.1/UIImage-Resize.podspec: -------------------------------------------------------------------------------- 1 | Pod::Spec.new do |s| 2 | s.name = "UIImage-Resize" 3 | s.version = "0.1" 4 | s.summary = "Category to add some resizing methods to the UIImage class, to resize it to a given CGRect — or fit in a CGRect keeping aspect ratio." 5 | s.homepage = "https://github.com/AliSoftware/UIImage-Resize" 6 | s.author = { "AliSoftware" => "olivier.halligon+ae@gmail.com" } 7 | s.source = { :git => "https://github.com/AliSoftware/UIImage-Resize.git", :commit => "230cf01392032feab422803aabb90e69ee192c33" } 8 | s.license = 'MIT' 9 | 10 | s.source_files = '*.{h,m}' 11 | end --------------------------------------------------------------------------------