blob: b17e2d0d76cc43e4686c2b889a8c9b2ad76d512f [file] [log] [blame]
{
"name": "NVBBeaconSDK",
"version": "0.1.0",
"summary": "Framework used to interract with beacons.",
"description": "You can integrate it and display beacons around you.",
"homepage": "https://github.com/annphan/NVBBeaconSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alexandru Chis": "alexandru.chis1987@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/annphan/NVBBeaconSDK.git",
"tag": "0.1.0"
},
"source_files": [
"NVBBeaconSDK",
"NVBBeaconSDK/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"Parse": [
]
}
}