[Update] Apache Cordova is leaving the incubator state. Update repo url.

This commit is contained in:
Christoph Jerolimov
2012-12-05 23:51:41 +01:00
parent f14ce974dc
commit 7c510ebfe5
15 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -8,7 +8,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/cordova-ios.git", :tag => "1.0.0" }
s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.0.0" }
s.source = { :git => "https://github.com/apache/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'
+1 -1
View File
@@ -8,7 +8,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/cordova-ios.git", :tag => "1.1.0" }
s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.1.0" }
s.source = { :git => "https://github.com/apache/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'
+1 -1
View File
@@ -8,7 +8,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/cordova-ios.git", :tag => "1.2.0" }
s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.2.0" }
s.source = { :git => "https://github.com/apache/cordova-ios.git", :tag => "1.2.0" }
s.source_files = 'PhoneGapLib/Classes/*.{h,m}'
s.resources = 'PhoneGapLib/javascripts/core/*.js', 'PhoneGapLib/VERSION'
+1 -1
View File
@@ -8,7 +8,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/cordova-ios.git", :tag => "1.3.0" }
s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.3.0" }
s.source = { :git => "https://github.com/apache/cordova-ios.git", :tag => "1.3.0" }
s.source_files = 'PhoneGapLib/Classes/*.{h,m}'
s.resources = 'PhoneGapLib/javascripts/core/*.js', 'PhoneGapLib/VERSION'
+1 -1
View File
@@ -8,7 +8,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/cordova-ios.git", :tag => "1.4.0" }
s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.4.0" }
s.source = { :git => "https://github.com/apache/cordova-ios.git", :tag => "1.4.0" }
s.source_files = 'PhoneGapLib/Classes/*.{h,m}'
s.resources = 'PhoneGapLib/javascripts/core/*.js', 'PhoneGapLib/VERSION'
+1 -1
View File
@@ -8,7 +8,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/cordova-ios.git", :tag => "1.4.1" }
s.source = { :git => "https://github.com/apache/incubator-cordova-ios.git", :tag => "1.4.1" }
s.source = { :git => "https://github.com/apache/cordova-ios.git", :tag => "1.4.1" }
s.source_files = 'PhoneGapLib/Classes/*.{h,m}'
s.resources = 'PhoneGapLib/javascripts/core/*.js', 'PhoneGapLib/VERSION'
+1 -1
View File
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.license = 'Apache License, Version 2.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 = { :git => "https://github.com/apache/cordova-ios.git", :tag => "1.5.0" }
s.source_files = 'CordovaLib/Classes/*.{h,m}'
s.resources = 'CordovaLib/javascripts/core/*.js', 'CordovaLib/VERSION'
+1 -1
View File
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.license = 'Apache License, Version 2.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 = { :git => "https://github.com/apache/cordova-ios.git", :tag => "1.6.0" }
s.source_files = 'CordovaLib/Classes/*.{h,m}'
s.resources = 'CordovaLib/javascript/*.js', 'CordovaLib/VERSION'
+1 -1
View File
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.license = 'Apache License, Version 2.0'
# 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 = { :git => "https://github.com/apache/cordova-ios.git", :tag => "1.6.1" }
s.source_files = 'CordovaLib/Classes/*.{h,m}'
s.resources = 'CordovaLib/javascript/*.js', 'CordovaLib/VERSION'
+1 -1
View File
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.license = 'Apache License, Version 2.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 = { :git => "https://github.com/apache/cordova-ios.git", :tag => "1.7.0" }
s.source_files = 'CordovaLib/Classes/*.{h,m}'
s.resources = 'CordovaLib/javascript/*.js', 'CordovaLib/VERSION'
+1 -1
View File
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.license = 'Apache License, Version 2.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 = { :git => "https://github.com/apache/cordova-ios.git", :tag => "1.8.0" }
s.source_files = 'CordovaLib/Classes/*.{h,m}'
s.resources = 'CordovaLib/javascript/*.js', 'CordovaLib/VERSION'
+1 -1
View File
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.license = 'Apache License, Version 2.0'
# 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 = { :git => "https://github.com/apache/cordova-ios.git", :tag => "1.8.1" }
s.source_files = 'CordovaLib/Classes/*.{h,m}'
s.resources = 'CordovaLib/javascript/*.js', 'CordovaLib/VERSION'
+1 -1
View File
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.license = 'Apache License, Version 2.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 = { :git => "https://github.com/apache/cordova-ios.git", :tag => "1.9.0" }
s.source_files = 'CordovaLib/Classes/*.{h,m}'
s.resources = 'CordovaLib/javascript/*.js', 'CordovaLib/VERSION'
+2 -2
View File
@@ -7,8 +7,8 @@ Pod::Spec.new do |s|
s.license = 'Apache License, Version 2.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 = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "2.1.0" }
s.source = { :git => "https://github.com/apache/cordova-ios.git", :tag => "2.1.0" }
s.source_files = 'CordovaLib/Classes/*.{h,m}'
s.resources = 'CordovaLib/javascript/*.js', 'CordovaLib/VERSION'
+2 -2
View File
@@ -7,8 +7,8 @@ Pod::Spec.new do |s|
s.license = 'Apache License, Version 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 = { :git => "http://git-wip-us.apache.org/repos/asf/cordova-ios.git", :tag => "2.2.0" }
s.source = { :git => "https://github.com/apache/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'