blob: dcaff4de9554e2978ac81c807a8e247f96d61636 [file] [log] [blame]
{
"name": "AKABeacon",
"version": "0.2.1",
"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.2.1"
},
"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.2.1"
]
}
}