[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / c / a / MapsIndoors / 1.3.11 / MapsIndoors.podspec.json
blob9e73133d5c17e38bfc82c372058f85fea73a10a8
2   "name": "MapsIndoors",
3   "version": "1.3.11",
4   "summary": "Library for making the MapsIndoors experience available to your iOS users.",
5   "description": "The MapsIndoors SDK is the idea of integrating everything on your venue, like people, goods, offices, shops, rooms and buildings with the mapping, positioning and wayfinding technologies provided in the MapsIndoors platform. We make the MapsIndoors platform available to interested businesses and/or partners. So if you think you should be one of them, please call us or send us an email. Mean while, you are most welcome to check out the demo project using 'pod try MapsIndoors'.",
6   "homepage": "http://dev.mapsindoors.com",
7   "screenshots": [
8     "http://app.mapsindoors.com/mapsindoors/ios/mapsindoors-ios-screenshot1.png",
9     "http://app.mapsindoors.com/mapsindoors/ios/mapsindoors-ios-screenshot2.png",
10     "http://app.mapsindoors.com/mapsindoors/ios/mapsindoors-ios-screenshot3.png"
11   ],
12   "license": {
13     "type": "Commercial",
14     "text": "Copyright 2015 by MapsPeople A/S\n"
15   },
16   "authors": {
17     "MapsPeople": "accounts@mapspeople.com"
18   },
19   "source": {
20     "git": "https://github.com/MapsIndoors/MapsIndoorsIOS.git",
21     "tag": "1.3.11"
22   },
23   "platforms": {
24     "ios": "8.0"
25   },
26   "requires_arc": true,
27   "source_files": [
29   ],
30   "vendored_frameworks": [
31     "MapsIndoorsSDK.framework"
32   ],
33   "resources": [
34     "MapsIndoorSDK.bundle"
35   ],
36   "libraries": [
37     "sqlite3",
38     "c++",
39     "icucore",
40     "z"
41   ],
42   "frameworks": [
43     "AVFoundation",
44     "CoreData",
45     "CoreLocation",
46     "CoreText",
47     "Foundation",
48     "GLKit",
49     "ImageIO",
50     "OpenGLES",
51     "QuartzCore",
52     "SystemConfiguration"
53   ],
54   "dependencies": {
55     "JSONModel": [
56       "~> 1.1"
57     ]
58   },
59   "pod_target_xcconfig": {
60     "ENABLE_BITCODE": "NO"
61   }