blob: 2b3688f6d1ce94889fa044a1bc99e29e220ad011 [file] [log] [blame]
{
"name": "OWUProximityManager",
"version": "0.0.2",
"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.2"
},
"source_files": [
"Classes/*.{h,m}",
"Constants/OWUProximityManagerConstants.h"
],
"frameworks": [
"CoreBluetooth",
"CoreLocation"
],
"requires_arc": "true"
}