blob: c965d393a82ac13a91fe45e15889876550bd7d2a [file] [log] [blame]
{
"name": "BeeconmeSDK",
"version": "0.1.0",
"summary": "This library is intended for use with the beecon.me API.",
"description": "This library provides the ability to scan and receive notifications and campaigns from the beecon.me platform beacons.",
"homepage": "https://github.com/ctenuta/beecon.me-IOS-SDK",
"license": "MIT",
"authors": {
"Cristiano Andaló Tenuta": "cristiano@cubique.com.br"
},
"source": {
"git": "https://github.com/ctenuta/beecon.me-IOS-SDK.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"BeeconmeSDK": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"Firebase": [
">= 2.5.1"
]
}
}