blob: b735dd465a470b3c532f84b27d4260967cd5e632 [file] [log] [blame]
{
"name": "BeaconBox",
"version": "1.0.2",
"summary": "Scan Your iBeacons with a single of code",
"description": "BeaconBox is a Swift Library which overcomes your iBeacons Scan Code. It will make your life easy whenn you are dealing with iBeacons.",
"homepage": "https://github.com/greenSyntax/BeaconBox",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"greenSyntax": "abhishek.ravi@thoughts2binary.com"
},
"source": {
"git": "https://github.com/greenSyntax/BeaconBox.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "BeaconBox/Classes/**/*",
"frameworks": [
"UIKit",
"CoreLocation"
]
}