From a0691cf2ad0a5f374452a4846659fec96d743dd0 Mon Sep 17 00:00:00 2001 From: ben_hot Date: Wed, 27 Jul 2016 16:33:06 +0800 Subject: [PATCH 1/6] Update PanicAR.podspec --- PanicAR.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PanicAR.podspec b/PanicAR.podspec index 616b0f4..5b8b039 100644 --- a/PanicAR.podspec +++ b/PanicAR.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PanicAR" - s.version = "2.2.3017" + s.version = "2.2.3025" s.summary = "Location-based Augmented Reality Framework for point of interest visualization." s.homepage = "http://github.com/doPanic/PanicAR" s.license = { From f6d8108982d753fc4ded12bab32af4dd6d346a74 Mon Sep 17 00:00:00 2001 From: ben_hot Date: Wed, 27 Jul 2016 16:37:03 +0800 Subject: [PATCH 2/6] Update PanicAR.podspec --- PanicAR.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PanicAR.podspec b/PanicAR.podspec index 5b8b039..53d7dee 100644 --- a/PanicAR.podspec +++ b/PanicAR.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PanicAR" - s.version = "2.2.3025" + s.version = "2.3.2945" s.summary = "Location-based Augmented Reality Framework for point of interest visualization." s.homepage = "http://github.com/doPanic/PanicAR" s.license = { From 41584e412feb52ee7de0fe927ec11f70ea67d2b5 Mon Sep 17 00:00:00 2001 From: ben_hot Date: Wed, 27 Jul 2016 16:45:07 +0800 Subject: [PATCH 3/6] Update PanicAR.podspec --- PanicAR.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PanicAR.podspec b/PanicAR.podspec index 53d7dee..60bd0ae 100644 --- a/PanicAR.podspec +++ b/PanicAR.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = "PanicAR" s.version = "2.3.2945" s.summary = "Location-based Augmented Reality Framework for point of interest visualization." - s.homepage = "http://github.com/doPanic/PanicAR" + s.homepage = "https://github.com/Vuframe/PanicAR" s.license = { :type => 'proprietary', :text => 'http://dopanic.com/downloads/ar/PanicARLicenseTermsEN.pdf' From 27eb2c6e0ec2f5e6da7e5bfe469793f08858f46a Mon Sep 17 00:00:00 2001 From: ben_hot Date: Wed, 27 Jul 2016 16:46:51 +0800 Subject: [PATCH 4/6] Update PanicAR.podspec --- PanicAR.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PanicAR.podspec b/PanicAR.podspec index 60bd0ae..77889fc 100644 --- a/PanicAR.podspec +++ b/PanicAR.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| } s.author = { "Andreas Zeitler" => "azeitler@dopanic.com" } s.source = { - :git => "https://github.com/doPanic/PanicAR.git", + :git => "https://github.com/Vuframe/PanicAR.git", :tag => "#{s.version.to_s}" } s.platform = :ios, '7.0' From 189fb99e39f9fb2d05c10a5820e1052fdde4bda7 Mon Sep 17 00:00:00 2001 From: ben_hot Date: Wed, 27 Jul 2016 16:54:33 +0800 Subject: [PATCH 5/6] Update PanicAR.podspec --- PanicAR.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PanicAR.podspec b/PanicAR.podspec index 77889fc..e7a6366 100644 --- a/PanicAR.podspec +++ b/PanicAR.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PanicAR" - s.version = "2.3.2945" + s.version = "v2.3.2945" s.summary = "Location-based Augmented Reality Framework for point of interest visualization." s.homepage = "https://github.com/Vuframe/PanicAR" s.license = { From 3c59ebda7266348299e0975a44a1a217f6f26ac7 Mon Sep 17 00:00:00 2001 From: ben_hot Date: Wed, 27 Jul 2016 16:57:46 +0800 Subject: [PATCH 6/6] Update PanicAR.podspec --- PanicAR.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PanicAR.podspec b/PanicAR.podspec index e7a6366..4bd9d03 100644 --- a/PanicAR.podspec +++ b/PanicAR.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PanicAR" - s.version = "v2.3.2945" + s.version = "2.3.2945" s.summary = "Location-based Augmented Reality Framework for point of interest visualization." s.homepage = "https://github.com/Vuframe/PanicAR" s.license = { @@ -10,7 +10,7 @@ Pod::Spec.new do |s| s.author = { "Andreas Zeitler" => "azeitler@dopanic.com" } s.source = { :git => "https://github.com/Vuframe/PanicAR.git", - :tag => "#{s.version.to_s}" + :commit => "0ba009bd7d200724b452d67aa33f1884f53f306d" } s.platform = :ios, '7.0' s.frameworks = 'AVFoundation', 'CoreLocation', 'CoreMotion', 'CoreVideo', 'CoreMedia', 'CoreGraphics', 'UIKit', 'Foundation', 'QuartzCore', 'MapKit', 'PanicARKit'