blob: b48448aa5ae06cd6e96036987a6ddd341b528d09 [file] [log] [blame]
{
"name": "OWUProximityManager",
"version": "0.0.1",
"summary": "A simple interface to pair a CBPeripheral and CBCentral via iBeacons.",
"homepage": "https://github.com/ohwutup/OWUProximityManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"David Ohayon": "ohayon.1@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/ohwutup/OWUProximityManager.git",
"tag": "0.0.1"
},
"source_files": [
"Classes/*.{h,m}",
"Constants/OWUProximityManagerConstants.h"
],
"frameworks": [
"CoreBluetooth",
"CoreLocation"
],
"requires_arc": "true"
}