blob: e7897497b28723fdab1655ed6840b19d01488e2a [file] [log] [blame]
{
"name": "Cusp",
"version": "0.1.1",
"summary": "Bluetooth Low Energy library in Swift.",
"description": "Cusp is a Bluetooth Low Energy library written in Swift, built on CoreBluetooth and GCD, and for iOS only.",
"homepage": "https://github.com/keyOfVv/Cusp",
"license": "MIT",
"authors": {
"Ke Yang": "ofveravi@gmail.com"
},
"source": {
"git": "https://github.com/keyOfVv/Cusp.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Cusp": [
"Pod/Assets/*.png"
]
}
}