[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 8 / c / a / PRAugmentedReality / 1.0.3 / PRAugmentedReality.podspec.json
blob750c7f48c466435b55b687768a5185b997359bb7
2   "name": "PRAugmentedReality",
3   "version": "1.0.3",
4   "summary": "iOS AR Library with Drupal communication module.",
5   "homepage": "https://github.com/promet/PRAugmentedReality",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Geoffroy Lesage": "geoff@promethost.com"
12   },
13   "source": {
14     "git": "https://github.com/promet/PRAugmentedReality.git",
15     "tag": "v1.0.3"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "requires_arc": false,
21   "source_files": "Classes/ARSettings.h",
22   "resources": [
23     "Classes/Graphics/*.png",
24     "Classes/AR/*.xib"
25   ],
26   "frameworks": [
27     "AVFoundation",
28     "CoreLocation",
29     "CoreMotion",
30     "MapKit",
31     "MobileCoreServices",
32     "SystemConfiguration"
33   ],
34   "dependencies": {
35     "FMDB": [
36       "~> 2.0"
37     ],
38     "AFNetworking": [
39       "~> 1.0"
40     ],
41     "SCNetworkReachability": [
42       "~> 1.0"
43     ]
44   },
45   "subspecs": [
46     {
47       "name": "Custom DIOS",
48       "source_files": "Frameworks/DIOS/*.{h,m}"
49     },
50     {
51       "name": "AR",
52       "source_files": "Classes/AR/*.{h,m}"
53     },
54     {
55       "name": "Data",
56       "source_files": "Classes/Data/*.{h,m}"
57     },
58     {
59       "name": "Location",
60       "source_files": "Classes/Location/*.{h,m}"
61     }
62   ]