diff --git a/PanicAR/2.0.2577/PanicAR.podspec b/PanicAR/2.0.2577/PanicAR.podspec index 2446441c..dffe800d 100644 --- a/PanicAR/2.0.2577/PanicAR.podspec +++ b/PanicAR/2.0.2577/PanicAR.podspec @@ -2,14 +2,14 @@ Pod::Spec.new do |s| s.name = "PanicAR" s.version = "2.0.2577" s.summary = "Location-based Augmented Reality Framework for point of interest visualization." - s.homepage = "http://github.com/doPanic/Developer" + s.homepage = "http://github.com/doPanic/PanicAR" s.license = { :type => 'proprietary', :text => 'http://dopanic.com/downloads/ar/PanicARLicenseTermsEN.pdf' } s.author = { "Andreas Zeitler" => "azeitler@dopanic.com" } s.source = { - :git => "git@bitbucket.org:dopanic/panicar-public.git", + :git => "https://github.com/doPanic/PanicAR.git", :tag => "#{s.version.to_s}" } s.platform = :ios, '5.0' diff --git a/PanicAR/2.1.2577/PanicAR.podspec b/PanicAR/2.1.2577/PanicAR.podspec new file mode 100644 index 00000000..b5e71328 --- /dev/null +++ b/PanicAR/2.1.2577/PanicAR.podspec @@ -0,0 +1,20 @@ +Pod::Spec.new do |s| + s.name = "PanicAR" + s.version = "2.1.2577" + s.summary = "Location-based Augmented Reality Framework for point of interest visualization." + s.homepage = "http://github.com/doPanic/PanicAR" + s.license = { + :type => 'proprietary', + :text => 'http://dopanic.com/downloads/ar/PanicARLicenseTermsEN.pdf' + } + s.author = { "Andreas Zeitler" => "azeitler@dopanic.com" } + s.source = { + :git => "https://github.com/doPanic/PanicAR.git", + :tag => "#{s.version.to_s}" + } + s.platform = :ios, '5.0' + s.frameworks = 'AVFoundation', 'CoreLocation', 'CoreMotion', 'CoreGraphics', 'UIKit', 'Foundation', 'QuartzCore', 'MapKit', 'PanicARKit' + s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(PODS_ROOT)/PanicAR/Framework"', 'LIBRARY_SEARCH_PATHS' => '"$(PODS_ROOT)/build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/"' } + s.preserve_paths = 'Framework/PanicARKit.framework', 'Framework/PanicARKitResources.bundle' + s.resources = 'Framework/PanicARKitResources.bundle' +end