Skip to content

Commit

Permalink
Merge branch 'master' of github.com:CocoaPods/Specs
Browse files Browse the repository at this point in the history
  • Loading branch information
hdoria committed Nov 28, 2012
2 parents c2bc072 + 02d7cfe commit 672ce72
Show file tree
Hide file tree
Showing 112 changed files with 1,445 additions and 68 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
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'AFDownloadRequestOperation'
s.version = '0.0.1'
s.summary = "A progressive download operation for AFNetworking."
s.homepage = "https://github.com/steipete/AFDownloadRequestOperation"
s.author = { 'Peter Steinberger' => '[email protected]' }
s.source = { :git => 'https://github.com/steipete/AFDownloadRequestOperation.git', :commit => '2d7672ba74f1eae1fa2f8bd45525df1f5be81e40' }
s.platform = :ios, '5.0'
s.requires_arc = true
s.source_files = '*.{h,m}'
s.license = 'MIT'
s.dependency 'AFNetworking', :head
end
21 changes: 11 additions & 10 deletions ATMHud/0.0.1/ATMHud.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
Pod::Spec.new do |s|
s.name = 'ATMHud'
s.version = '0.0.1'
s.platform = :ios
s.summary = 'Library for the creation of HUDs in iPhone applications.'
s.homepage = 'https://github.com/atomton/ATMHud'
s.author = { 'Marcel Müller' => '[email protected]' }
s.source = { :git => 'https://github.com/atomton/ATMHud.git', :commit => 'fc79fed7268362c744de5470169db0a381866ad7' }
s.source_files = 'ATM*.{h,m}'
s.resources = '11-x.png', '19-check.png', 'pop.wav'
s.frameworks = 'QuartzCore', 'AudioToolbox'
s.name = 'ATMHud'
s.version = '0.0.1'
s.platform = :ios
s.summary = 'Library for the creation of HUDs in iPhone applications.'
s.homepage = 'https://github.com/atomton/ATMHud'
s.author = { 'Marcel Müller' => '[email protected]' }
s.source = { :git => 'https://github.com/atomton/ATMHud.git', :commit => 'fc79fed7268362c744de5470169db0a381866ad7' }
s.source_files = 'ATM*.{h,m}'
s.resources = '11-x.png', '19-check.png', 'pop.wav'
s.frameworks = 'QuartzCore', 'AudioToolbox'
s.license = 'BSD'
end
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
1 change: 1 addition & 0 deletions Appirater/0.0.1/Appirater.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/arashpayan/appirater.git', :commit => '0f3776a47b17bd4f6cbee0ad02c9450869d26c42' }
s.source_files = '*.{h,m}'
s.frameworks = 'CFNetwork', 'SystemConfiguration'
s.license = { :type => 'MIT', :text => 'Copyright 2012. Arash Payan. This library is distributed under the terms of the MIT/X11.' }
end
1 change: 1 addition & 0 deletions Appirater/0.0.2/Appirater.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ Pod::Spec.new do |s|
s.source_files = '*.{h,m}'
s.frameworks = 'CFNetwork', 'SystemConfiguration'
s.resource = 'Appirater.bundle'
s.license = { :type => 'MIT', :text => 'Copyright 2012. Arash Payan. This library is distributed under the terms of the MIT/X11.' }
end
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" => "[email protected]" }

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" => "[email protected]"}
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
14 changes: 14 additions & 0 deletions BetterBlocks/0.0.1/BetterBlocks.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = 'BetterBlocks'
s.version = '0.0.1'
s.license = { :type => 'MIT', :file => 'LICENSE.txt' }
s.summary = 'Completion and Error blocks for NSURLConnection.'
s.homepage = 'https://github.com/neilco/BetterBlocks'
s.author = { 'Neil Cowburn' => '[email protected]' }
s.source = { :git => 'https://github.com/neilco/BetterBlocks.git',
:tag => '0.0.1' }
s.source_files = 'NSURLConnection+BetterBlocks.{h,m}'

s.ios.deployment_target = '5.0'
s.osx.deployment_target = '10.7'
end
27 changes: 27 additions & 0 deletions BlocksKit/1.8.1/BlocksKit.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Pod::Spec.new do |s|
s.name = 'BlocksKit'
s.version = '1.8.1'
s.license = 'MIT'
s.summary = 'The Objective-C block utilities you always wish you had.'
s.homepage = 'https://github.com/pandamonia/BlocksKit'
s.author = { 'Zachary Waldowski' => '[email protected]',
'Alexsander Akers' => '[email protected]' }
s.source = { :git => 'https://github.com/pandamonia/BlocksKit.git', :tag => 'v1.8.1' }
s.requires_arc = true
s.osx.source_files = 'BlocksKit/*.{h,m}'
s.osx.library = 'ffi'
s.osx.deployment_target = '10.7'
s.ios.dependency 'libffi'
s.ios.frameworks = 'MessageUI'
s.ios.source_files = 'BlocksKit/*.{h,m}', 'BlocksKit/UIKit/*.{h,m}', 'BlocksKit/MessageUI/*.{h,m}'
s.ios.deployment_target = '5.0'
s.documentation = {
:html => 'http://pandamonia.github.com/BlocksKit/Documentation/index.html',
:appledoc => [
'--project-company', 'Pandamonia LLC',
'--company-id', 'us.pandamonia',
'--no-repeat-first-par',
'--no-warn-invalid-crossref'
]
}
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" => "[email protected]", "Gordon Fontenot" => "[email protected]", "Diana Zmuda" => "[email protected]" }
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" => "[email protected]", "Gordon Fontenot" => "[email protected]", "Diana Zmuda" => "[email protected]" }
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
15 changes: 15 additions & 0 deletions BrynKit/1.0.1/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.1"
s.author = { "bryn austin bellomy" => "[email protected]" }
s.summary = "Macros and helpers for logging, debugging, and metaprogramming."
s.homepage = "http://brynbellomy.github.com/BrynKit"
s.license = 'WTFPL'


s.source = { :git => "https://github.com/brynbellomy/BrynKit.git", :tag => "v1.0.1" }
s.source_files = '*.{h,m}'
s.requires_arc = true
s.xcconfig = { 'PUBLIC_HEADERS_FOLDER_PATH' => 'include/$(TARGET_NAME)' }
s.prefix_header_contents = "#import <BrynKit/BrynKit.h>"
end
13 changes: 13 additions & 0 deletions CDEvents/1.2.0/CDEvents.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "CDEvents"
s.version = "1.2.0"
s.summary = "An Objective-C wrapper for Mac OS X’s FSEvents C API."
s.homepage = "http://rastersize.github.com/CDEvents"
s.license = 'MIT'
s.author = { "Aron Cedercrantz" => "[email protected]" }
s.source = { :git => "https://github.com/rastersize/CDEvents.git", :tag => "1.2.0" }
s.platform = :osx, '10.6'
s.source_files = '*.{h,m}'
s.framework = 'CoreServices'
s.requires_arc = true
end
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
1 change: 1 addition & 0 deletions CocoaSoundCloudAPI/1.0.0/CocoaSoundCloudAPI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ Pod::Spec.new do |s|
s.framework = 'Security'

s.dependency 'NXOAuth2Client', '~> 1.0'
s.license = 'Apache License, Version 2.0'
end
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' => '[email protected]' }
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
Loading

0 comments on commit 672ce72

Please sign in to comment.