blob: 1751ffa7c1fe582f49739e3d7b7bab8805246ed7 [file] [log] [blame]
{
"name": "AKABeacon",
"version": "0.1.0",
"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.0"
},
"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.0"
]
}
}