blob: c25e18e36b4e38ccecda4a3d1cfadfccec61df83 [file] [log] [blame]
{
"name": "NAOClientLib",
"version": "0.0.10",
"summary": "NAOSDK Client lib example",
"description": "This lib was written to demonstrate that we can use NAOSDK via an intermediate library referenced in CocoaPods.",
"libraries": [
"c++",
"z"
],
"frameworks": [
"CoreBluetooth",
"CoreLocation",
"CoreMotion",
"SystemConfiguration"
],
"requires_arc": true,
"homepage": "https://docs.nao-cloud.com/",
"license": {
"type": "POLESTAR",
"file": "LICENSE"
},
"authors": {
"Pole Star": "support@polestar.eu"
},
"source": {
"git": "https://bitbucket.org/xily31/naoclientlib.git",
"tag": "0.0.10"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Pod/Classes/*.h",
"vendored_libraries": "Pod/Classes/libNAOClientLib.a",
"dependencies": {
"NAOSDK": [
"4.5.0"
]
}
}