blob: f08f7697dbf0e7ba80432170b9023ede5cfeef81 [file] [log] [blame]
{
"name": "DryBle",
"version": "0.0.3",
"summary": "DryBle",
"homepage": "https://github.com/duanruiying/DryBle",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"duanruiying": "2237840768@qq.com"
},
"source": {
"git": "https://github.com/duanruiying/DryBle.git",
"tag": "0.0.3"
},
"description": "TODO: 蓝牙扫描、外设连接、主机与外设之间的信令收发.",
"swift_versions": "5",
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"user_target_xcconfig": {
"OTHER_LDFLAGS": [
"-w"
]
},
"pod_target_xcconfig": {
"OTHER_LDFLAGS": [
"-w"
]
},
"source_files": "DryBle/Classes/Code/**/*",
"frameworks": [
"UIKit",
"Foundation",
"CoreBluetooth"
],
"swift_version": "5"
}