blob: e6a46e463c979ac5972245e56ad188b8aed44430 [file] [log] [blame]
{
"name": "CIPDevice",
"version": "0.1.0",
"summary": "CIPDevice 可以获取设备的相关信息.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/css-s/original",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"suchangjie2000@163.com": "suchangjie2000@163.com"
},
"source": {
"git": "https://github.com/css-s/CIPDevice.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "CIPDevice/Classes/**/*.{h,m}",
"public_header_files": "CIPDevice/Classes/**/*.{h}",
"frameworks": [
"CoreBluetooth",
"CoreTelephony",
"MediaPlayer",
"AVFoundation",
"CoreLocation"
]
}