blob: 2d7bb62083fde12b9ea16af6ebfb0e7400e830fc [file] [log] [blame]
{
"name": "BleCommC",
"version": "0.1.0",
"summary": "Simple BLE Communication Library - Objective C Version",
"description": "Simple BLE Communication Library (Objective C Version) as CocoaPod",
"homepage": "https://github.com/perusworld/BleCommC",
"license": "MIT",
"authors": {
"Saravana Perumal Shanmugam": "saravanaperumal@msn.com"
},
"source": {
"git": "https://github.com/perusworld/BleCommC.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/perusworld",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"BleCommC": [
"Pod/Assets/*.png"
]
}
}