blob: e508c96e7750bc760bcb93e819d940ab3fe29bfe [file] [log] [blame]
{
"name": "BleComm",
"version": "0.4.1",
"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.1"
},
"social_media_url": "https://twitter.com/perusworld",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"BleComm": [
"Pod/Assets/*.png"
]
}
}