Skip to content

Commit

Permalink
Merge branch 'master' of github.com:CocoaPods/Specs
Browse files Browse the repository at this point in the history
* 'master' of github.com:CocoaPods/Specs: (34 commits)
  Point license to README.markdown.
  Specify min iOS version as 5.0 for __weak ARC.
  [Update] BotKit (0.1.1)
  Add tagged releases of JASidePanels
  Initial import of podspec for OCMockite version 0.23
  Adding podspec for FormatterKit 1.1.1
  Adding AeroGear OTP
  Add OCHamcrest 1.9 Podspec
  [Add] WeChatSDK (0.0.1)
  Update lua/5.2.1/lua.podspec
  ColorPopover requires ARC and iOS 5+
  [Update] WorkflowSchema (0.3.0)
  [Update] ObjectiveSugar (0.3)
  adding lua lib support
  [Update] OHAttributedLabel (3.2.1)
  Added UIColor-CrossFade
  Add BotKit 0.1
  removed 1.3.4 due to build issues
  [Bundler] Add Gemfile.lock to repo, for Travis issues.
  [Add] Flash2Cocos2D (0.5)
  ...
  • Loading branch information
orta committed Nov 25, 2012
2 parents 00b0053 + 512419a commit 3fd6a6a
Show file tree
Hide file tree
Showing 46 changed files with 568 additions and 21 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.*.sw?
.DS_Store
.rbenv-version
Gemfile.lock
.idea
31 changes: 31 additions & 0 deletions AeroGear-OTP/1.0.0.M1.20121124/AeroGear-OTP.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
#
# JBoss, Home of Professional Open Source
# Copyright ${year}, Red Hat, Inc., and individual contributors
# by the @authors tag. See the copyright.txt in the distribution for a
# full listing of individual contributors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
Pod::Spec.new do |s|
s.name = "AeroGear-OTP"
s.version = "1.0.0.M1.20121124"
s.summary = "Provides an Objective-C One Time Password API."
s.homepage = "https://github.com/aerogear/aerogear-otp-ios"
s.license = 'Apache License, Version 2.0'
s.author = "Red Hat, Inc."
s.source = { :git => 'https://github.com/aerogear/aerogear-otp-ios.git', :tag => '1.0.0.M1.20121124' }
s.platform = :ios
s.source_files = 'aerogear-otp.ios/Classes/*.{h,m}'
s.public_header_files = 'aerogear-otp.ios/Classes/AeroGearOTP.h', 'aerogear-otp.ios/Classes/AGOtp.h', 'aerogear-otp.ios/Classes/AGTotp.h'
s.requires_arc = true
end
23 changes: 23 additions & 0 deletions BeeDebugger/0.1/BeeDebugger.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# -*- coding: utf-8 -*-
Pod::Spec.new do |s|
s.name = "BeeDebugger"
s.version = "0.1"
s.summary = "A powerful runtime Debugger on iOS platform."
s.description = <<-DESC
BeeDebugger can show your system info and memeory usage when running your app.
Just add [BeeDebugger show]; after [<main window> makeKeyAndVisible];
DESC
s.homepage = "http://bbs.whatsbug.com"
s.license = 'MIT'
s.author = { "gavinkwoe" => "gavinkwoe@gmail.com" }

s.platform = :ios
s.source = { :git => "https://github.com/stcui/BeeFramework.git", :tag => "0.1" }
s.source_files = 'BeeDebugger'
s.resource = "BeeDebugger/*.png"
s.frameworks = 'CoreMedia', 'CoreVideo', 'AVFoundation', 'Security', 'SystemConfiguration', 'QuartzCore', 'MobileCoreServices', 'CFNetwork'
s.library = 'z'
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libz' }

s.dependency 'BeeFramework'
end
28 changes: 28 additions & 0 deletions BeeFramework/0.1.1/BeeFramework.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
Pod::Spec.new do |s|
s.name = "BeeFramework"
s.version = "0.1.1"
s.summary = "Bee Framework is an iOS MVC framework to help you develop your app rapidly."
s.description = <<-DESC
Bee Framework is a MVC Framework to develop iOS application.
It has pretty clear hieracy and signal based mechanism, also with cache and asynchonized networking methods in it.
Add __BEE_DEBUGGER__=1 in build setting of Pods target and add [BeeDebugger show] to AppDelegate to enable Bee Debugger.
DESC
s.homepage = "http://bbs.whatsbug.com/BeeFramework"
s.license = 'MIT'


s.author = { "gavinkwoe" => "gavinkwoe@gmail.com"}
s.source = { :git => "https://github.com/stcui/BeeFramework.git", :tag => "0.1.1" }
s.resource = "BeeDebugger/*.png"
s.platform = :ios

s.source_files = 'BeeDebugger/**/*.{h,m}', 'BeeFramework/{Foundation,MVC}/**/*.{h,m,mm}', 'BeeFramework/Bee.h'
s.frameworks = 'CoreMedia', 'CoreVideo', 'AVFoundation', 'Security', 'SystemConfiguration', 'QuartzCore', 'MobileCoreServices', 'CFNetwork'
s.library = 'z'
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libz' }

s.dependency 'JSONKit'
s.dependency 'ASIHTTPRequest'
s.dependency 'Reachability'
s.dependency 'SFHFKeychainUtils'
end
24 changes: 24 additions & 0 deletions BotKit/0.1.1/BotKit.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Pod::Spec.new do |s|
s.name = "BotKit"
s.version = "0.1.1"
s.summary = "BotKit is a Cocoa Touch static library for use in iOS projects."
s.homepage = "https://github.com/thoughtbot/BotKit"

s.license = 'MIT'
s.authors = { "Mark Adams" => "mark@thoughtbot.com", "Gordon Fontenot" => "gordon@thoughtbot.com", "Diana Zmuda" => "diana@apprentice.io" }
s.source = {
:git => "https://github.com/thoughtbot/BotKit.git",
:tag => "0.1.1"
}

s.platform = :ios, '5.0'
s.source_files = 'BotKit/Classes'
s.requires_arc = true
s.framework = 'CoreData'

s.prefix_header_contents = <<-EOS
#import <Availability.h>
#import <CoreData/CoreData.h>
EOS

end
24 changes: 24 additions & 0 deletions BotKit/0.1/BotKit.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Pod::Spec.new do |s|
s.name = "BotKit"
s.version = "0.1"
s.summary = "BotKit is a Cocoa Touch static library for use in iOS projects."
s.homepage = "https://github.com/thoughtbot/BotKit"

s.license = 'MIT'
s.authors = { "Mark Adams" => "mark@thoughtbot.com", "Gordon Fontenot" => "gordon@thoughtbot.com", "Diana Zmuda" => "diana@apprentice.io" }
s.source = {
:git => "https://github.com/thoughtbot/BotKit.git",
:tag => "0.1"
}

s.platform = :ios, '5.0'
s.source_files = 'BotKit'
s.requires_arc = true
s.framework = 'CoreData'

s.prefix_header_contents = <<-EOS
#import <Availability.h>
#import <CoreData/CoreData.h>
EOS

end
2 changes: 1 addition & 1 deletion CocoaPods-version.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
last: 0.16.0.rc5
last: 0.16.0
min: 0.6.0
3 changes: 2 additions & 1 deletion ColorPopover/0.0.1/ColorPopover.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
Pod::Spec.new do |s|
s.name = 'ColorPopover'
s.version = '0.0.1'
s.platform = :ios
s.platform = :ios, '5.0'
s.dependency 'WEPopover', '~> 0.0.1'
s.homepage = 'https://github.com/gazolla/ColorPopover'
s.summary = 'ColorPopover is a simple component for iOS that provides a "Popover" color picker.'
s.author = { 'Sebastiao Gazolla Jr' => 'gz@gazapps.com' }
s.source = { :git => 'https://github.com/gazolla/ColorPopover.git', :commit => '545fe3fe0ee84b11a9c60f6caae97b268156c9bd' }
s.source_files = 'Colors/ColorPopover/*.{h,m}'
s.requires_arc = true
s.license = {
:type => 'MIT',
:text => <<-LICENSE
Expand Down
2 changes: 1 addition & 1 deletion Cordova/1.0.0/Cordova.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |s|

s.license = 'The "New" BSD License *or* the MIT License (2008)'

# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "1.0.0" }
# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "1.0.0" }
s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.0.0" }
s.source_files = 'PhoneGapLib/Classes/*.{h,m}', 'PhoneGapLib/Classes/JSON/*.{h,m}'
s.resources = 'PhoneGapLib/javascripts/core/*.js', 'PhoneGapLib/VERSION'
Expand Down
2 changes: 1 addition & 1 deletion Cordova/1.1.0/Cordova.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |s|

s.license = 'The "New" BSD License *or* the MIT License (2008)'

# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "1.1.0" }
# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "1.1.0" }
s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.1.0" }
s.source_files = 'PhoneGapLib/Classes/*.{h,m}', 'PhoneGapLib/Classes/JSON/*.{h,m}'
s.resources = 'PhoneGapLib/javascripts/core/*.js', 'PhoneGapLib/VERSION'
Expand Down
2 changes: 1 addition & 1 deletion Cordova/1.2.0/Cordova.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |s|

s.license = 'The "New" BSD License *or* the MIT License (2008)'

# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "1.2.0" }
# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "1.2.0" }
s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.2.0" }
s.source_files = 'PhoneGapLib/Classes/*.{h,m}'
s.resources = 'PhoneGapLib/javascripts/core/*.js', 'PhoneGapLib/VERSION'
Expand Down
2 changes: 1 addition & 1 deletion Cordova/1.3.0/Cordova.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |s|

s.license = 'The "New" BSD License *or* the MIT License (2008)'

# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "1.3.0" }
# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "1.3.0" }
s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.3.0" }
s.source_files = 'PhoneGapLib/Classes/*.{h,m}'
s.resources = 'PhoneGapLib/javascripts/core/*.js', 'PhoneGapLib/VERSION'
Expand Down
2 changes: 1 addition & 1 deletion Cordova/1.4.0/Cordova.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |s|

s.license = 'The "New" BSD License *or* the MIT License (2008)'

# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "1.4.0" }
# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "1.4.0" }
s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.4.0" }
s.source_files = 'PhoneGapLib/Classes/*.{h,m}'
s.resources = 'PhoneGapLib/javascripts/core/*.js', 'PhoneGapLib/VERSION'
Expand Down
2 changes: 1 addition & 1 deletion Cordova/1.4.1/Cordova.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |s|

s.license = 'The "New" BSD License *or* the MIT License (2008)'

# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "1.4.1" }
# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "1.4.1" }
s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.4.1" }
s.source_files = 'PhoneGapLib/Classes/*.{h,m}'
s.resources = 'PhoneGapLib/javascripts/core/*.js', 'PhoneGapLib/VERSION'
Expand Down
2 changes: 1 addition & 1 deletion Cordova/1.5.0/Cordova.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |s|

s.license = 'Apache License, Version 2.0'

# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "1.5.0" }
# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "1.5.0" }
s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.5.0" }
s.source_files = 'CordovaLib/Classes/*.{h,m}'
s.resources = 'CordovaLib/javascripts/core/*.js', 'CordovaLib/VERSION'
Expand Down
2 changes: 1 addition & 1 deletion Cordova/1.6.0/Cordova.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |s|

s.license = 'Apache License, Version 2.0'

# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "1.6.0" }
# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "1.6.0" }
s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.6.0" }
s.source_files = 'CordovaLib/Classes/*.{h,m}'
s.resources = 'CordovaLib/javascript/*.js', 'CordovaLib/VERSION'
Expand Down
2 changes: 1 addition & 1 deletion Cordova/1.6.1/Cordova.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |s|

s.license = 'Apache License, Version 2.0'

# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "1.6.1" }
# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "1.6.1" }
s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.6.1" }
s.source_files = 'CordovaLib/Classes/*.{h,m}'
s.resources = 'CordovaLib/javascript/*.js', 'CordovaLib/VERSION'
Expand Down
2 changes: 1 addition & 1 deletion Cordova/1.7.0/Cordova.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |s|

s.license = 'Apache License, Version 2.0'

# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "1.7.0" }
# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "1.7.0" }
s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.7.0" }
s.source_files = 'CordovaLib/Classes/*.{h,m}'
s.resources = 'CordovaLib/javascript/*.js', 'CordovaLib/VERSION'
Expand Down
2 changes: 1 addition & 1 deletion Cordova/1.8.0/Cordova.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |s|

s.license = 'Apache License, Version 2.0'

# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "1.8.0" }
# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "1.8.0" }
s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.8.0" }
s.source_files = 'CordovaLib/Classes/*.{h,m}'
s.resources = 'CordovaLib/javascript/*.js', 'CordovaLib/VERSION'
Expand Down
2 changes: 1 addition & 1 deletion Cordova/1.8.1/Cordova.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |s|

s.license = 'Apache License, Version 2.0'

# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "1.8.1" }
# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "1.8.1" }
s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.8.1" }
s.source_files = 'CordovaLib/Classes/*.{h,m}'
s.resources = 'CordovaLib/javascript/*.js', 'CordovaLib/VERSION'
Expand Down
2 changes: 1 addition & 1 deletion Cordova/1.9.0/Cordova.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |s|

s.license = 'Apache License, Version 2.0'

# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "1.9.0" }
# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "1.9.0" }
s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.9.0" }
s.source_files = 'CordovaLib/Classes/*.{h,m}'
s.resources = 'CordovaLib/javascript/*.js', 'CordovaLib/VERSION'
Expand Down
2 changes: 1 addition & 1 deletion Cordova/2.0.0/Cordova.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |s|

s.license = 'Apache License, Version 2.0'

# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "2.0.0" }
# s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "2.0.0" }
s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "2.0.0" }
s.source_files = 'CordovaLib/Classes/*.{h,m}'
s.resources = 'CordovaLib/javascript/*.js', 'CordovaLib/VERSION'
Expand Down
2 changes: 1 addition & 1 deletion Cordova/2.1.0/Cordova.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |s|

s.license = 'Apache License, Version 2.0'

s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "2.1.0" }
s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "2.1.0" }
# s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "2.1.0" }
s.source_files = 'CordovaLib/Classes/*.{h,m}'
s.resources = 'CordovaLib/javascript/*.js', 'CordovaLib/VERSION'
Expand Down
2 changes: 1 addition & 1 deletion Cordova/2.2.0/Cordova.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |s|

s.license = 'Apache License, Version 2.0'

s.source = { :git => "http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios.git", :tag => "2.2.0" }
s.source = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "2.2.0" }
# s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "2.2.0" }
s.source_files = 'CordovaLib/Classes/*.{h,m}'
s.resources = 'bin/templates/project/www/cordova-2.2.0.js', 'CordovaLib/VERSION'
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Pod::Spec.new do |s|
s.name = "DoneCancelNumberPadToolbar"
s.version = "0.6.0"
s.summary = "Adds Done and Cancel buttons to an iPhone Number Pad."
s.homepage = "https://github.com/broderboy/iphone-DoneCancelNumberPadToolbar"

s.license = 'cc-wiki'

s.author = { "broderboy" => "timothy.broder@gmail.com" }
s.source = { :git => "https://github.com/broderboy/iphone-DoneCancelNumberPadToolbar.git", :tag => "0.6.0 " }

s.platform = :ios, '5.0'
s.source_files = 'DoneCancelNumberPadToolbar*.{h,m}'

s.requires_arc = true

end
3 changes: 2 additions & 1 deletion EGOCache/2.0/EGOCache.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Pod::Spec.new do |s|
:tag => 'v2.0' }

s.source_files = '*.{h,m}'
s.requires_arc = true

s.license = {
:type => 'MIT',
Expand All @@ -23,4 +24,4 @@ Pod::Spec.new do |s|
LICENSE
}

end
end
15 changes: 15 additions & 0 deletions Flash2Cocos2D/0.5/Flash2Cocos2D.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = "Flash2Cocos2D"
s.version = "0.5"
s.summary = "Library to import animations made in Flash to Cocos2D."
s.description = "A modified grapefrukt-export creates xml descriptions of timeline animations. Flash2Cocos2D imports that xml and recreates what were timeline animations."
s.homepage = "https://github.com/percentjuice/Flash2Cocos2D"
s.license = 'MIT'
s.author = 'cstuempges'
s.source = { :git => "https://github.com/percentjuice/Flash2Cocos2D.git", :tag => "v0.5" }
s.platform = :ios, '5.0'
s.source_files = 'FlashToCocosARC', 'FlashToCocosARC/*.{h,m}'
s.requires_arc = true
s.dependency 'cocos2d', '2.0'
s.dependency 'TBXML', '1.5'
end
Loading

0 comments on commit 3fd6a6a

Please sign in to comment.