blob: 9d9ebcde17642e7f1109dc949773d08c5436a513 [file] [log] [blame]
{
"name": "BlueCapKit",
"version": "0.1.0",
"summary": "BlueCap is Swift CoreBluetooth and much more.",
"homepage": "https://github.com/troystribling/BlueCap",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"documentation_url": "https://github.com/troystribling/BlueCap",
"authors": {
"Troy Stribling": "me@troystribling.com"
},
"social_media_url": "http://twitter.com/troystribling",
"platforms": {
"ios": "8.0"
},
"cocoapods_version": ">= 1.0",
"source": {
"git": "https://github.com/troystribling/BlueCap.git",
"tag": "0.1.0"
},
"source_files": "BlueCapKit/**/*.swift",
"frameworks": [
"CoreBluetooth",
"CoreLocation"
]
}