Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/CocoaPods/Specs
Browse files Browse the repository at this point in the history
# By Kjuly (4) and others
# Via Keith Smiley (12) and others
* 'master' of https://github.com/CocoaPods/Specs: (59 commits)
  renamed MagicalRecord from 2.1.0 to 2.1
  removed magicalrecord 2.1.beta.1 pod
  Update MagicalRecord/2.1.0/MagicalRecord.podspec
  STTweetLabel 2.0.2
  Added MagicalRecord 2.1.0
  Added MKMapViewZoom podspec
  Add NSUUID 1.0.0
  Add clipper 5.0.2
  ⭕ Add KYArcTab 1.0.0
  [Update] Specta (0.1.7)
  [Add] StartAtLoginController.
  Added EDSunriseSet 0.0.1
  Update ZGParallelView to 0.1.0
  Update MNMPullToRefresh to last commit to prevent duplicate symbol issues
  Added MNMPullToRefresh Podspec
  Add ChartboostSDK 3.0.7
  ⭕ Add KYCircleMenu 1.0.0
  Add CRBoilerplate 0.1.4
  Update src/_folders_ source_files path
  Add GoogleAnalytics-iOS-SDK 2.0beta4
  ...
  • Loading branch information
lexrus committed Jan 10, 2013
2 parents 033e577 + 45446b4 commit 3f9e75b
Show file tree
Hide file tree
Showing 53 changed files with 874 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Pod::Spec.new do |s|
s.name = "ALAssetsLibrary-CustomPhotoAlbum"
s.version = "1.0.0"
s.summary = "A nice ALAssetsLibrary category for saving images & videos into custom photo album."
s.homepage = "https://github.com/Kjuly/ALAssetsLibrary-CustomPhotoAlbum"
s.license = 'MIT'
s.authors = { "Marin Todorov" => "touch-code-magazine@underplot.com", "Kjuly" => "dev@kjuly.com" }
s.source = { :git => "https://github.com/Kjuly/ALAssetsLibrary-CustomPhotoAlbum.git", :tag => "1.0.0" }
s.platform = :ios
s.source_files = 'ALAssetsLibrary-CustomPhotoAlbum/*.{h,m}'
end
40 changes: 40 additions & 0 deletions Appacitive-iOS-SDK/1.0.0/Appacitive-iOS-SDK.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
#
# Be sure to run `pod spec lint Appacitive-iOS-SDK.podspec' to ensure this is a
# valid spec.
#
# Remove all comments before submitting the spec. Optional attributes are commented.
#
# For details see: https://github.com/CocoaPods/CocoaPods/wiki/The-podspec-format
#
Pod::Spec.new do |s|
s.name = "Appacitive-iOS-SDK"
s.version = "1.0.0"
s.summary = "iOS SDK for the Appacitive platform."
s.homepage = "https://github.com/aliHafizji/Appacitive-iOS-SDK"

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

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

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

s.platform = :ios, '5.0'

s.source_files = 'Appacitive-iOS-SDK/*'

s.frameworks = 'CoreLocation.framework', 'UIKit.framework','SystemConfiguration.framework','Security.framework','CFNetwork.framework','Foundation.framework'

s.requires_arc = true
s.dependency 'MKNetworkKit', '0.85'
end
21 changes: 21 additions & 0 deletions Ashton/0.1.0/Ashton.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Pod::Spec.new do |s|
s.name = "Ashton"
s.version = "0.1.0"
s.summary = "Converts NSAttributedStrings between AppKit, CoreText, UIKit and HTML."
s.homepage = "https://github.com/IdeasOnCanvas/Ashton"

s.license = { :type => 'MIT', :file => 'MIT-LICENSE.txt' }
s.author = { "Martin Schuerrer" => "martin@schuerrer.org" }

s.source = { :git => "https://github.com/IdeasOnCanvas/Ashton.git", :tag => "v0.1.0" }

s.ios.deployment_target = '5.0'
s.ios.frameworks = 'CoreText'
s.ios.source_files = FileList['Ashton/*.{h,m}'].exclude(/AppKit/)

s.osx.deployment_target = '10.7'
s.osx.frameworks = 'CoreText'
s.osx.source_files = FileList['Ashton/*.{h,m}'].exclude(/UIKit/)

s.requires_arc = true
end
21 changes: 21 additions & 0 deletions Ashton/0.1.1/Ashton.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Pod::Spec.new do |s|
s.name = "Ashton"
s.version = "0.1.1"
s.summary = "Converts NSAttributedStrings between AppKit, CoreText, UIKit and HTML."
s.homepage = "https://github.com/IdeasOnCanvas/Ashton"

s.license = { :type => 'MIT', :file => 'MIT-LICENSE.txt' }
s.author = { "Martin Schuerrer" => "martin@schuerrer.org" }

s.source = { :git => "https://github.com/IdeasOnCanvas/Ashton.git", :tag => "v#{s.version}" }

s.ios.deployment_target = '5.0'
s.ios.frameworks = 'CoreText'
s.ios.source_files = FileList['Ashton/*.{h,m}'].exclude(/AppKit/)

s.osx.deployment_target = '10.7'
s.osx.frameworks = 'CoreText'
s.osx.source_files = FileList['Ashton/*.{h,m}'].exclude(/UIKit/)

s.requires_arc = true
end
14 changes: 14 additions & 0 deletions BCGenieEffect/1.0/BCGenieEffect.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "BCGenieEffect"
s.version = "1.0"
s.summary = "OSX style genie effect inside your iOS app."
s.homepage = "https://github.com/Ciechan/BCGenieEffect"
s.license = 'MIT'
s.author = { "Bartosz Ciechanowski" => "ciechan@gmail.com" }
s.source = { :git => "https://github.com/Ciechan/BCGenieEffect.git", :tag => "1.0" }
s.platform = :ios
s.source_files = 'UIView+Genie.{h,m}'
s.requires_arc = true

s.ios.deployment_target = '5.0'
end
18 changes: 18 additions & 0 deletions BlockRSSParser/1.0/BlockRSSParser.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Pod::Spec.new do |s|
s.name = "BlockRSSParser"
s.version = "1.0"
s.summary = "AFNetworkingXMLRequestOperation based RSS parser."
s.homepage = "https://github.com/tiboll/BlockRSSParser"

s.license = { :type => 'MIT', :file => 'LICENSE' }

s.author = { "Thibaut LE LEVIER" => "thibaut@lelevier.fr" }

s.source = { :git => "https://github.com/tiboll/BlockRSSParser.git", :tag => "1.0" }

s.platform = :ios

s.source_files = 'Classes', 'RSSParser/*.{h,m}'

s.dependency 'AFNetworking', '~> 0.10.1'
end
15 changes: 15 additions & 0 deletions BrynKit/1.0.3/BrynKit.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = "BrynKit"
s.version = "1.0.3"
s.author = { "bryn austin bellomy" => "bryn.bellomy@gmail.com" }
s.summary = "Macros and helpers for logging, debugging, and metaprogramming."
s.homepage = "http://brynbellomy.github.com/BrynKit"
s.license = 'WTFPL'


s.source = { :git => "https://github.com/brynbellomy/BrynKit.git", :tag => "v1.0.3" }
s.source_files = '*.{h,m}'
s.requires_arc = true
s.xcconfig = { 'PUBLIC_HEADERS_FOLDER_PATH' => 'include/$(TARGET_NAME)' }
s.prefix_header_contents = "#ifdef __OBJC__\n#import <BrynKit/BrynKit.h>\n#endif"
end
18 changes: 18 additions & 0 deletions CRBoilerplate/0.1.4/CRBoilerplate.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Pod::Spec.new do |s|
s.name = "CRBoilerplate"
s.version = "0.1.4"
s.summary = "A library of my boilerplate code for iOS."
s.description = <<-DESC
Code I'd rather not rewrite a thousand times.
DESC
s.homepage = "https://github.com/yaakov-h/CRBoilerplate"
s.license = 'BSD'
s.author = 'Yaakov'
s.source = { :git => "https://github.com/yaakov-h/CRBoilerplate.git", :tag => "0.1.4" }

s.platform = :ios, '6.0'
s.source_files = 'Classes', 'CRBoilerplate/**/*.{h,m,c}'
s.public_header_files = 'CRBoilerplate/**/{CR,UI,NS}*.h'
s.framework = 'Foundation', 'UIKit', 'CoreGraphics'
s.requires_arc = true
end
14 changes: 14 additions & 0 deletions CWLSynthesizeSingleton/0.0.1/CWLSynthesizeSingleton.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "CWLSynthesizeSingleton"
s.version = "0.0.1"
s.summary = "Matt Gallagher's Singleton macro."
s.homepage = "https://github.com/incbee/CWLSynthesizeSingleton"
s.license = {
:type => 'MIT',
:text => 'Copyright 2012 by Incredible Bee.'
}
s.author = { "Incredible Bee" => "email@address.com" }
s.source = { :git => "https://github.com/incbee/CWLSynthesizeSingleton.git", :commit => "3efe9a7edd210435a6ed2b71d9aa29bc3de382b0" }
s.platform = :ios
s.source_files = '*.{h,m}'
end
17 changes: 17 additions & 0 deletions ChartboostSDK/3.0.7/ChartboostSDK.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Pod::Spec.new do |s|
s.name = 'ChartboostSDK'
s.version = '3.0.7'
s.license = 'Commercial'
s.summary = 'ChartboostSDK for showing ads and more apps pages, and tracking analytics and in-app purchase revenue.'
s.homepage = 'https://chartboost.com/'
s.author = { 'Chartboost' => 'https://chartboost.com/' }
s.source = { :git => 'https://github.com/MattesGroeger/ChartboostSDK.git', :tag => '3.0.7' }
s.description = 'ChartboostSDK for showing ads and more apps pages, and tracking analytics and in-app purchase revenue.'
s.platform = :ios
s.source_files = '**/*.h'
s.preserve_paths = '**/*.a'
s.library = 'Chartboost'
s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '"$(PODS_ROOT)/ChartboostSDK/Chartboost"' }
s.weak_frameworks = 'AdSupport', 'StoreKit'
s.frameworks = 'QuartzCore', 'SystemConfiguration', 'CoreGraphics'
end
34 changes: 34 additions & 0 deletions Cordova/2.3.0/Cordova.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
Pod::Spec.new do |s|
s.name = "Cordova"
s.version = "2.3.0"
s.summary = "Apache Cordova is a platform for building native mobile applications using HTML, CSS and JavaScript."
s.homepage = "http://cordova.apache.org/"
s.author = "Original developed by Nitobi (acquire by Adobe) and all other PhoneGap and Cordova Contributors"

s.license = 'Apache License, Version 2.0'

# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "2.3.0" }
s.source = { :git => "https://github.com/apache/cordova-ios.git", :tag => "2.3.0" }
s.source_files = 'CordovaLib/Classes/*.{h,m}'
s.resources = 'CordovaLib/cordova.ios.js', 'CordovaLib/VERSION'

s.platform = :ios, '4.3'
s.requires_arc = true

# TODO: Missing AddressBookUI here, but CocoaPods generates incorrect OTHER_LDFLAGS in Pods/Pods.xcconfig. Will analyse this soon..
# OTHER_LDFLAGS = -ObjC UI -framework AVFoundation <- incorrect UI argument here!

s.frameworks = 'AddressBook', 'AudioToolbox', 'AVFoundation', 'CoreLocation', 'MediaPlayer', 'QuartzCore', 'SystemConfiguration', 'MobileCoreServices', 'CoreMedia', 'UIKit'

# Note: This is not the same like the original JSONKit. Cordova developers decide to integrate
# *a changed copy* (with prefixed class and method names) of it instead of using CocoaPods. :S
# But they missed to translate it like the main project to use ARC, yet.
s.subspec 'JSON' do |json|
json.source_files = 'CordovaLib/Classes/JSON/*.{h,m}'
json.platform = :ios, '4.3'
json.requires_arc = false
# TODO requires_arc does not work for subproject, so set compiler flag by hand until CocoaPods 0.15(?) will support this.
json.compiler_flags = '-fno-objc-arc'
end

end
17 changes: 17 additions & 0 deletions EDSunriseSet/0.0.1/EDSunriseSet.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Pod::Spec.new do |s|
s.name = "EDSunriseSet"
s.version = "0.0.1"
s.summary = "Objective-C class to calculate Sunrise/Sunset/Twilight times."
s.description = <<-DESC
EDSunriseSet is an Objective-C wrapper for the C languages routines created by [Paul Schlyter].
Calculation is done entirely by the C-code routines. EDSunrisetSet bridges those calculations to common cocoa classes (NSDate, NSTimeZone... )
- Calculates Sunrise/Sunset times
- Calculates Civil/Nautical/Astronomical twilight
DESC
s.homepage = "https://github.com/erndev/EDSunriseSet"
s.license = { :type => 'MIT', :file => 'license.txt' }
s.author = { "Ernesto García" => "", " Paul Schlyter" => "pausch@stjarnhimlen.se" }
s.source = { :git => "https://github.com/erndev/EDSunriseSet.git", :commit => "bb6a9d543e7016429cdcb4011a7cfc4870041386" }
s.source_files = '*.{h,m}'
end
18 changes: 18 additions & 0 deletions FamilySearchCocoa/0.10.1/FamilySearchCocoa.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Pod::Spec.new do |s|
s.name = "FamilySearchCocoa"
s.version = "0.10.1"
s.summary = "An easy to use library for interacting with the FamilySearch.org API on iOS or OS X"
s.description = <<-DESC
You need to get a developer key from https://devnet.familysearch.org/ first. Then you can easily get the current user, add
parents, children, spouses and modify a persons events like birth, death, marriage date, etc. More is coming soon.
DESC
s.homepage = "https://github.com/FamilySearch/FamilySearchCocoa"
s.license = 'BSD'
s.author = { "Adam Kirk" => "akirk@familysearch.org" }
s.source = { :git => "https://github.com/FamilySearch/FamilySearchCocoa.git", :tag => "0.10.1" }
s.source_files = 'FamilySearchCocoa/*.{h,m}'
s.requires_arc = true
s.dependency 'MTPocket'
s.dependency 'MTDates'
s.dependency 'MTJSONUtils'
end
13 changes: 13 additions & 0 deletions GVUserDefaults/0.4.1/GVUserDefaults.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "GVUserDefaults"
s.version = "0.4.1"
s.summary = "NSUserDefaults access via properties."
s.homepage = "https://github.com/gangverk/GVUserDefaults"
s.license = 'MIT'
s.author = { "Kevin Renskers" => "info@mixedcase.nl" }
s.source = { :git => "https://github.com/gangverk/GVUserDefaults.git", :tag => s.version.to_s }
s.ios.deployment_target = '4.0'
s.osx.deployment_target = '10.6'
s.source_files = 'GVUserDefaults/*.{h,m}'
s.requires_arc = true
end
33 changes: 33 additions & 0 deletions GoogleAnalytics-iOS-SDK/2.0beta4/GoogleAnalytics-iOS-SDK.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
Pod::Spec.new do |s|
s.name = "GoogleAnalytics-iOS-SDK"
s.version = "2.0beta4"
s.summary = "GoogleAnalytics for iOS SDK."
s.description = <<-DESC
The Google Analytics SDK for iOS makes it easy for native iOS developers to collect user engagement data form their applications. Developers can then use the Google Analytics reports to measure:
* The number of active users are using their applications.
* From where in the world the application is being used.
* Adoption and usage of specific features.
* In-app purchases and transactions.
* And many other useful metrics...
DESC
s.homepage = "https://developers.google.com/analytics/devguides/collection/ios/v2/"

s.license = {
:type => 'Copyright',
:text => <<-LICENSE
Copyright 2009 - 2012 Google, Inc. All rights reserved.
LICENSE
}
s.author = 'Google Inc.'
s.source = { :http => "http://dl.google.com/dl/gaformobileapps/GoogleAnalyticsiOS.zip" }
s.platform = :ios

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

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

s.xcconfig = { 'LIBRARY_SEARCH_PATHS' => '"$(PODS_ROOT)/GoogleAnalytics-iOS-SDK/GoogleAnalyticsiOS_2.0beta4/Library"' }
end
2 changes: 1 addition & 1 deletion KIF/0.0.1/KIF.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.summary = 'Keep It Functional - iOS Test Framework.'
s.homepage = 'https://github.com/square/KIF'
s.author = { 'Square' => 'https://squareup.com/' }
s.source = { :git => 'https://github.com/square/KIF.git', :commit => '3d669998e7' }
s.source = { :git => 'https://github.com/square/KIF.git', :commit => 'd29f3b5804' }

s.description = 'KIF, which stands for Keep It Functional, is an iOS integration test framework. It allows for easy automation of iOS apps by leveraging the accessibility attributes that the OS makes available for those with visual disabilities.'
s.platform = :ios
Expand Down
14 changes: 14 additions & 0 deletions KYArcTab/1.0.0/KYArcTab.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "KYArcTab"
s.version = "1.0.0"
s.summary = "Arcuated tab view controller with toggleing animation."
s.description = "Arcuated tab view controller with toggleing animation, 2 ~ 4 tabs are enabled. What's more, you can swipe left or right to toggle the views."
s.homepage = "https://github.com/Kjuly/KYArcTab"
s.license = 'MIT'
s.author = { "Kjuly" => "dev@kjuly.com" }
s.source = { :git => "https://github.com/Kjuly/KYArcTab.git", :tag => "1.0.0" }
s.platform = :ios
s.ios.deployment_target = '5.0'
s.source_files = 'KYArcTab/*.{h,m}'
s.framework = 'QuartzCore.framework'
end
13 changes: 13 additions & 0 deletions KYCircleMenu/1.0.0/KYCircleMenu.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "KYCircleMenu"
s.version = "1.0.0"
s.summary = "A circle menu with toggling animation."
s.description = "A circle menu with toggling animation. And you can customize the number of buttons between (1 ~ 6)."
s.homepage = "https://github.com/Kjuly/KYCircleMenu"
s.license = 'MIT'
s.author = { "Kjuly" => "dev@kjuly.com" }
s.source = { :git => "https://github.com/Kjuly/KYCircleMenu.git", :tag => "1.0.0" }
s.platform = :ios
s.ios.deployment_target = '5.0'
s.source_files = 'KYCircleMenu/*.{h,m}'
end
37 changes: 37 additions & 0 deletions LARSAdController/3.0.0/LARSAdController.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
Pod::Spec.new do |s|
s.name = 'LARSAdController'
s.version = '3.0.0'
s.summary = 'Lightweight ad mediation for iOS to properly manage multiple ad networks dynamically including iAd and Google ads.'
s.description = 'A lightweight singleton ad mediation platform for iOS. Ads are managed in a way that most closely adheres to best practices for ad networks using a single instance for each ad network in order to provide the best publishing platform for advertisers to maximize ad inventory based on your particular needs. Currently there are two adapters available (iAd and Google Ads). The adapters can be extended to any ad framework wanted.'
s.homepage = 'https://github.com/larsacus/LARSAdController'
s.author = {
'Lars Anderson' => 'iAm@theonlylars.com'
}
s.source = {
:git => 'https://github.com/larsacus/LARSAdController.git',
:tag => s.version.to_s
}
s.platform = :ios, 5.0
s.license = 'MIT'
s.requires_arc = true
s.frameworks = 'CoreGraphics'

s.subspec 'Core' do |core|
core.source_files = 'Source/{LARSAdController,TOLAdViewController}.{h,m}','Source/TOLAdAdapter.h'
end

s.subspec 'GoogleAds' do |g|
g.source_files = 'Source/TOLAdAdapterGoogleAds.{h,m}'
g.dependency 'AdMob'
g.dependency 'LARSAdController/Core'
g.weak_frameworks = 'AdSupport'
g.frameworks = 'AudioToolbox', 'MessageUI', 'SystemConfiguration', 'CoreGraphics', 'StoreKit'
end

s.subspec 'iAds' do |iAds|
iAds.source_files = 'Source/TOLAdAdapteriAds.{h,m}'
iAds.dependency 'LARSAdController/Core'
iAds.frameworks = 'iAd'
iAds.weak_frameworks = 'AdSupport'
end
end
Loading

0 comments on commit 3f9e75b

Please sign in to comment.