blob: 70fc6b086ea9b725cfa2540f7703a121f32ce8ed [file] [log] [blame]
{
"name": "TAKiBeaconManager",
"version": "0.1.1",
"summary": "iBeacon Handler",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"homepage": "https://github.com/taktem/TAKiBeaconManager",
"authors": {
"SOMTD": "totem.kc[at]me.com"
},
"source": {
"git": "https://github.com/taktem/TAKiBeaconManager.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": [
"CoreLocation",
"CoreBluetooth"
],
"source_files": "TAKiBeaconManager/**/*.{h,m}",
"public_header_files": "TAKiBeaconManager/**/*.{h}"
}