blob: 3dfb0649ec4aa6ad9e84b078af72668d77f5154b [file] [log] [blame]
{
"name": "Eddystone",
"version": "1.0.1",
"summary": "Explore the Physical Web",
"description": "Add Eddystone support to your app and start letting your users interact with the Physical Web. This cocoapod will allow you to scan for Beacons broadcasting the Eddystone-URL protocol.",
"homepage": "https://github.com/BlueBiteLLC/Eddystone",
"license": "MIT",
"authors": {
"Tanner Nelson": "tanner@bluebite.com"
},
"source": {
"git": "https://github.com/BlueBiteLLC/Eddystone.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/BlueBite",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Eddystone": [
"Pod/Assets/*.png"
]
},
"frameworks": "CoreBluetooth"
}