blob: f9c5c0efbc7c9892bbf968c917f7631f915a9db7 [file] [log] [blame]
{
"name": "PRAugmentedReality",
"version": "2.3.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": "v2.3.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Classes/ARSettings.h",
"resources": [
"Classes/Graphics/*.png",
"Classes/AR/*.xib"
],
"frameworks": [
"AVFoundation",
"CoreLocation",
"CoreMotion",
"MapKit",
"MobileCoreServices",
"SystemConfiguration",
"QuartzCore"
],
"subspecs": [
{
"name": "AR",
"source_files": "Classes/AR/*.{h,m}"
},
{
"name": "Location",
"source_files": "Classes/Location/*.{h,m}"
}
]
}