blob: ddfab37ccd33f22823149e4cae9239f19aa9fd77 [file] [log] [blame]
{
"name": "PRAugmentedReality",
"version": "1.0.4",
"summary": "iOS AR Library with Drupal communication module.",
"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": "v1.0.4"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": false,
"source_files": "Classes/ARSettings.h",
"resources": [
"Classes/Graphics/*.png",
"Classes/AR/*.xib"
],
"frameworks": [
"AVFoundation",
"CoreLocation",
"CoreMotion",
"MapKit",
"MobileCoreServices",
"SystemConfiguration",
"QuartzCore"
],
"dependencies": {
"FMDB": [
"~> 2.0"
],
"AFNetworking": [
"~> 1.0"
],
"SCNetworkReachability": [
"~> 1.0"
]
},
"subspecs": [
{
"name": "Custom DIOS",
"source_files": "Frameworks/DIOS/*.{h,m}"
},
{
"name": "AR",
"source_files": "Classes/AR/*.{h,m}"
},
{
"name": "Data",
"source_files": "Classes/Data/*.{h,m}"
},
{
"name": "Location",
"source_files": "Classes/Location/*.{h,m}"
}
]
}