blob: e140f2f6d10024c39ffd99fc5d27f7a5cba70b2f [file] [log] [blame]
{
"name": "PanicAR",
"version": "2.1.2577",
"summary": "Location-based Augmented Reality Framework for point of interest visualization.",
"homepage": "http://github.com/doPanic/PanicAR",
"license": {
"type": "proprietary",
"text": "http://dopanic.com/downloads/ar/PanicARLicenseTermsEN.pdf"
},
"authors": {
"Andreas Zeitler": "azeitler@dopanic.com"
},
"source": {
"git": "https://github.com/doPanic/PanicAR.git",
"tag": "2.1.2577"
},
"platforms": {
"ios": "5.0"
},
"frameworks": [
"AVFoundation",
"CoreLocation",
"CoreMotion",
"CoreGraphics",
"UIKit",
"Foundation",
"QuartzCore",
"MapKit",
"PanicARKit"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/PanicAR/Framework\"",
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/build/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/\""
},
"preserve_paths": [
"Framework/PanicARKit.framework",
"Framework/PanicARKitResources.bundle"
],
"resources": "Framework/PanicARKitResources.bundle",
"requires_arc": false
}