[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / c / 1 / 4 / NAOClientLib / 0.0.11 / NAOClientLib.podspec.json
blob96ea31d3c23542e75a5c851c25d507715de9de6c
2   "name": "NAOClientLib",
3   "version": "0.0.11",
4   "summary": "NAOSDK Client lib example",
5   "description": "This lib was written to demonstrate that we can use NAOSDK via an intermediate library referenced in CocoaPods.",
6   "libraries": [
7     "c++",
8     "z"
9   ],
10   "frameworks": [
11     "CoreBluetooth",
12     "CoreLocation",
13     "CoreMotion",
14     "SystemConfiguration"
15   ],
16   "requires_arc": true,
17   "homepage": "https://docs.nao-cloud.com/",
18   "license": {
19     "type": "POLESTAR",
20     "file": "LICENSE"
21   },
22   "authors": {
23     "Pole Star": "support@polestar.eu"
24   },
25   "source": {
26     "git": "https://bitbucket.org/xily31/naoclientlib.git",
27     "tag": "0.0.11"
28   },
29   "platforms": {
30     "ios": "9.0"
31   },
32   "source_files": "Pod/Classes/*.h",
33   "vendored_libraries": "Pod/Classes/libNAOClientLib.a"