blob: 56ea1ee7aedb0cd6766d9505b5270c98117e926e [file] [log] [blame]
{
"name": "YYHive",
"version": "0.1.1",
"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.1"
},
"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"
}