blob: af793c1518f538094284d2a83cbbd0c531524c56 [file] [log] [blame]
{
"name": "BleepMonitor",
"version": "1.6",
"summary": "BLEep iOS SDK.",
"description": " BLEep BMS and SDKs\n",
"homepage": "https://github.com/PhuongNL/BleepMonitor",
"license": "MIT",
"authors": {
"Phuong Nguyen": "phuongnl.hn@gmail.com"
},
"source": {
"git": "https://github.com/PhuongNL/BleepMonitor.git",
"tag": "1.6"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m}",
"resource_bundles": {
"BleepMonitor": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"CoreLocation",
"UIKit",
"Foundation"
]
}