blob: c908b23c4ac45633054aa00bcd6d996154920764 [file] [log] [blame]
{
"name": "PRAugmentedReality",
"version": "3.1.0",
"summary": "iOS AR Library.",
"homepage": "https://github.com/promet/PRAugmentedReality",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Geoffroy Lesage": "geoff@promethost.com"
},
"source": {
"git": "https://github.com/promet/PRAugmentedReality.git",
"tag": "v3.1.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Classes/**/*.{h,m}",
"resources": [
"Classes/Graphics/*.png",
"Classes/AR/*.xib"
],
"frameworks": [
"AVFoundation",
"CoreLocation",
"CoreMotion",
"MapKit",
"MobileCoreServices",
"SystemConfiguration",
"QuartzCore"
]
}