blob: 2d92a2eda2333ccba6d81bce823f48d28f7cf0b6 [file] [log] [blame]
{
"name": "inBeaconsSDK",
"version": "1.0.0",
"platforms": {
"ios": "7.1"
},
"summary": "inBeaconsSDK using Estimote beacons",
"description": "Makes really easy to use Estimote beacons from inBeacons cloud CMS (www.inbeacons.com)",
"homepage": "http://www.inbeacons.com",
"social_media_url": "https://twitter.com/danilopriore",
"license": {
"type": "GNU License",
"file": "LICENSE"
},
"authors": {
"Danilo Priore": "support@prioregroup.com"
},
"source": {
"git": "https://github.com/priore/inbeacons.git",
"tag": "v1.0.0"
},
"source_files": "inBeaconsSDK/inbeacons.{h,m}",
"ios": {
"frameworks": [
"CoreLocation",
"UIKit"
]
},
"requires_arc": true
}