[Add] MentaIFLYAdapter 6.00.23
[CocoaPods.git] / Specs / 8 / c / a / PRAugmentedReality / 3.1.0 / PRAugmentedReality.podspec.json
blobc908b23c4ac45633054aa00bcd6d996154920764
2   "name": "PRAugmentedReality",
3   "version": "3.1.0",
4   "summary": "iOS AR Library.",
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": "v3.1.0"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "requires_arc": true,
21   "source_files": "Classes/**/*.{h,m}",
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     "QuartzCore"
34   ]