blob: 7f8ac05a2a6a2cfd923f37588cf76ab9b18eb856 [file] [log] [blame]
{
"name": "GGBluetooth",
"version": "0.0.1",
"summary": "GGBluetooth<CoreBluetooth>封装的轻量级BLE框架。支持函数式语法糖,让你的代码更简练。GGBluetooth is a small framework based on <CoreBluetooth>. Support functional syntactic sugar to make your code more concise.",
"description": "This is a framework to mutipeer, supported on iOS.",
"homepage": "https://github.com/itmarsung/GGBluetooth",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"marsung": "itmarsung@163.com"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/itmarsung/GGBluetooth.git",
"tag": "0.0.1"
},
"source_files": "GGBluetooth/framework/*.{h,m}"
}