blob: 91f6561dd39b344950e3cc072b677b3fc4c34847 [file] [log] [blame]
{
"name": "CLDeviceService",
"version": "0.2.6",
"summary": "A short description of CLDeviceService.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://gitee.com/einbebop/CLDeviceService",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Einbebop": "einbebop1998@gmail.com"
},
"source": {
"git": "https://gitee.com/einbebop/CLDeviceService.git",
"tag": "0.2.6"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CLDeviceService/Classes/**/*",
"resource_bundles": {
"CLDeviceService": [
"CLDeviceService/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"libraries": [
"icucore",
"c++"
],
"frameworks": "CoreBluetooth",
"vendored_libraries": "CLDeviceService/Classes/Libs/*.a",
"vendored_frameworks": "CLDeviceService/Classes/Libs/*.framework",
"static_framework": true,
"pod_target_xcconfig": {
"VALID_ARCHS[sdk=iphonesimulator*]": ""
}
}