@@ -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'
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user