Merge pull request #1485 from doPanic/master

fixed homepage and repo
This commit is contained in:
Keith Smiley
2013-03-13 11:46:28 -07:00
2 changed files with 22 additions and 2 deletions
+2 -2
View File
@@ -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'
+20
View File
@@ -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