blob: 75ac64409c84855486b1e362f677f77c9572c9b8 [file] [log] [blame]
{
"name": "PELocal-DataUI",
"version": "0.0.1",
"license": "MIT",
"summary": "A set of user interface helpers to use in conjunction with a PELocal-Data based model.",
"authors": {
"Paul Evans": "evansp2@gmail.com"
},
"homepage": "https://github.com/evanspa/PELocal-DataUI",
"source": {
"git": "https://github.com/evanspa/PELocal-DataUI.git",
"tag": "PELocal-DataUI-v0.0.1"
},
"platforms": {
"ios": "8.4"
},
"source_files": "**/*.{h,m}",
"public_header_files": "**/*.h",
"exclude_files": "**/*Tests/*.*",
"requires_arc": true,
"pod_target_xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
},
"dependencies": {
"PEObjc-Commons": [
"1.0.108"
],
"PELocal-Data": [
"0.0.16"
],
"CocoaLumberjack": [
"1.9.2"
],
"FlatUIKit": [
"1.6.2"
],
"BlocksKit": [
"2.2.5"
],
"MBProgressHUD": [
"0.9.1"
]
}
}