blob: 7aa64acb7a42f563a03e0ef0360dd67c4dfec244 [file] [log] [blame]
{
"name": "AKACommons",
"version": "0.1.0.pre",
"license": "BSD",
"authors": {
"Michael Utech": "michael.utech@aka-labs.com"
},
"homepage": "https://github.com/mutech/aka-ios-commons/",
"summary": "Reusable components.",
"source": {
"git": "https://github.com/mutech/aka-ios-commons.git",
"tag": "0.1.0.pre"
},
"source_files": "AKACommons/Classes/*.{h,m}",
"private_header_files": [
"AKACommons/Classes/*_Internal.h",
"AKACommons/AKATVRowSegment.h",
"AKACommons/AKATVSection.h",
"AKACommons/AKATVUpdateBatch.h"
],
"platforms": {
"ios": "8.0"
},
"frameworks": "Foundation",
"module_name": "AKACommons",
"dependencies": {
"CocoaLumberjack": [
"~> 2.1.0"
]
}
}