blob: c431c3bb4d396c863676afdd2461ed30ce75119f [file] [log] [blame]
{
"name": "IOSVMBeaconsKit",
"version": "1.0",
"summary": "Useful set of timesaving tools",
"homepage": "https://voodoo-mobile@bitbucket.org/voodoo-mobile/iosvmbeaconskit.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Voodoo Mobile": "public@voodoo-mobile.com"
},
"source": {
"git": "https://voodoo-mobile@bitbucket.org/voodoo-mobile/iosvmbeaconskit.git",
"branch": "master",
"tag": "1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "iOSVM.Beacons/**/*.{h,m}",
"resource_bundles": {
"iOSVM.Beacons": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"IOSVMCoreKit": [
"1.0"
]
},
"public_header_files": "iOSVM.Beacons/**/*.h"
}