blob: 76a02e25102e4f32130135e7adc042f69fe50d00 [file] [log] [blame]
{
"name": "YTXModule",
"version": "1.2.4",
"summary": "YTXModule 组件化",
"description": "组件化可以获得App生命周期,并且可以收发消息",
"homepage": "http://gitlab.yintech.net/ytx-ios/YTXModule.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"caojun": "78612846@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "http://gitlab.yintech.net/ytx-ios/YTXModule.git",
"tag": "1.2.4"
},
"prepare_command": "test -f download_zip.sh && sh download_zip.sh YTXModule",
"source_files": "YTXModule/Classes/**/*",
"preserve_paths": [
"YTXModule/lib/libYTXModule.a",
"YTXModule/Classes/**/*",
"download_zip.sh"
],
"frameworks": [
"Foundation",
"UIKit"
]
}