blob: b0de1675962767d66b7f2b071f00b473f424cee1 [file] [log] [blame]
{
"name": "YYHive",
"version": "0.1.2",
"summary": "a micro app framwork",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/yuanyuan100/YYHive",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yuanyuan100": "yuanyuan_pyy@163.com"
},
"source": {
"git": "https://github.com/yuanyuan100/YYHive.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "YYHive/Classes/**/*",
"user_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "YYHIVE_APPDELEGATE_CLASS_STRING=@\\\"YYHiveAppDelegate\\\" YYHIVIE_RUN_VIEW_MODEL=view YYHIVIE_RUN_SERVICE_MODEL=service"
},
"resource_bundles": {
"YYHive": [
"YYHive/Assets/YYHiveInit-info.sh"
]
},
"public_header_files": "Pod/Classes/**/YYHive.h",
"frameworks": "UIKit"
}