blob: 8a2c5de981c288f0ef4920e2e00891cabd75086f [file] [log] [blame]
{
"name": "ForceCuBeSDK",
"version": "0.0.6",
"summary": "ForceCuBe SDK for working with BLE devices.",
"homepage": "http://forcecube.com",
"authors": {
"ForceCuBe": "so@forcecube.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://gitlab.com/forcecube/ios-sdk-package.git",
"tag": "0.0.6"
},
"source_files": "Headers/*.h",
"vendored_libraries": "libForceCuBe.a",
"frameworks": [
"UIKit",
"Foundation",
"AdSupport",
"CoreBluetooth",
"CoreLocation"
],
"dependencies": {
"Reachability": [
],
"OCMock": [
]
},
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Headers/ForceCuBeSDK\""
},
"license": {
"type": "Copyright",
"text": " Copyright 2015 ForceCuBe. All rights reserved.\n"
}
}