Skip to content

Commit

Permalink
fixed version number to match tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfgang Lutz authored and Wolfgang Lutz committed Mar 13, 2013
1 parent b5b3e31 commit e78dc57
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions 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

0 comments on commit e78dc57

Please sign in to comment.