blob: 041c11d510dcdb60dc29950bc53591910c638786 [file] [log] [blame]
{
"name": "BleComm",
"version": "0.4.0",
"summary": "Simple BLE Communction Library",
"description": "A Simple iOS BLE Communication Library as CocoaPod",
"homepage": "https://github.com/perusworld/BleComm",
"license": "MIT",
"authors": {
"Saravana Perumal Shanmugam": "saravanaperumal@msn.com"
},
"source": {
"git": "https://github.com/perusworld/BleComm.git",
"tag": "0.4.0"
},
"social_media_url": "https://twitter.com/perusworld",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"BleComm": [
"Pod/Assets/*.png"
]
}
}