blob: 4efe5eaf8b444cc91574e2fd50585eeb5048e042 [file] [log] [blame]
{
"name": "ReactiveEstimote",
"version": "0.1.0",
"summary": "ReactiveCocoa extensions for the Estimote SDK.",
"description": " A few handy extensions for working with the Estimote SDK,\n together with ReactiveCocoa.\n\n This library came to be after attempting to work with editing\n properties of an `ESTBeacon` object, but needing to wait\n for the connection to the device.\n",
"homepage": "https://github.com/eliperkins/ReactiveEstimote",
"license": "MIT",
"authors": {
"Eli Perkins": "eli.j.perkins@gmail.com"
},
"source": {
"git": "https://github.com/eliperkins/ReactiveEstimote.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/_eliperkins",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"dependencies": {
"ReactiveCocoa": [
"~> 2.3.1"
],
"EstimoteSDK": [
"~> 2.0.1"
]
}
}