blob: 75d01f7f5edb69a07e21cffe6c3adeab59097830 [file] [log] [blame]
{
"name": "KRBle",
"version": "1.2.1",
"summary": "Achieved BLE with Central and Peripheral modules in BT4.0.",
"description": "KRBle implements the Bluetooth Low Engery (BLE) and simulate SPP transfer big data ( ex : image / 2,000 words ), central and peripheral can exchange the big data to each other, summarized, you could easy use this project to build your BLE applications.",
"homepage": "https://github.com/Kalvar/ios-KRBle",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kalvar Lin": "ilovekalvar@gmail.com"
},
"social_media_url": "https://twitter.com/ilovekalvar",
"source": {
"git": "https://github.com/Kalvar/ios-KRBle.git",
"tag": "1.2.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"public_header_files": "KRBle/**/*.h",
"source_files": "KRBle/**/*.{h,m}",
"frameworks": [
"Foundation",
"CoreBluetooth"
]
}