blob: 4033aab4ed4b87faa28dfcf4448163303fb05204 [file] [log] [blame]
{
"name": "AKABeacon",
"version": "0.1.3",
"license": "BSD",
"homepage": "https://github.com/mutech/aka-ios-beacon/",
"authors": {
"Michael Utech": "michael.utech@aka-labs.com"
},
"summary": "The missing binding framework for iOS",
"source": {
"git": "https://github.com/mutech/aka-ios-beacon.git",
"tag": "0.1.3"
},
"source_files": [
"AKABeacon/AKABeacon/Classes/*.{h,m}",
"AKABeacon/AKABeacon/AKABeacon.h"
],
"private_header_files": [
"AKABeacon/AKABeacon/Classes/*_Internal.h",
"AKABeacon/AKABeacon/AKABeacon.h"
],
"platforms": {
"ios": "8.2"
},
"frameworks": "Foundation",
"module_name": "AKABeacon",
"dependencies": {
"AKACommons": [
"~> 0.1.2"
]
}
}