[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / c / a / MapsIndoors / 1.4.1 / MapsIndoors.podspec.json
blob47eeb6d8a238351c3ab7a00f6d45face247f6213
2   "name": "MapsIndoors",
3   "version": "1.4.1",
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.4.1"
22   },
23   "platforms": {
24     "ios": "8.0"
25   },
26   "requires_arc": true,
27   "vendored_frameworks": [
28     "MapsIndoorsSDK.framework"
29   ],
30   "resources": [
31     "MapsIndoorSDK.bundle"
32   ],
33   "libraries": [
34     "sqlite3",
35     "c++",
36     "icucore",
37     "z"
38   ],
39   "frameworks": [
40     "Accelerate",
41     "CoreBluetooth",
42     "AVFoundation",
43     "CoreData",
44     "CoreLocation",
45     "CoreText",
46     "Foundation",
47     "GLKit",
48     "ImageIO",
49     "OpenGLES",
50     "QuartzCore",
51     "SystemConfiguration"
52   ],
53   "dependencies": {
54     "JSONModel": [
55       "~> 1.1"
56     ],
57     "GoogleMaps": [
58       "~> 1.10.5"
59     ]
60   },
61   "pod_target_xcconfig": {
62     "ENABLE_BITCODE": "NO"
63   }