blob: 8ed0e3d88acdee297321ce3f4674b19c018e7138 [file] [log] [blame]
{
"name": "iOSBinaryPractice",
"version": "1.0.0",
"summary": "iOSBinaryPractice",
"description": "iOS 组件二进制化方案 Demo",
"homepage": "https://github.com/maxfong/iOS-Library-Binary-Practice",
"license": "MIT",
"authors": {
"maxfong": "devmaxfong@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/maxfong/iOS-Library-Binary-Practice.git",
"tag": "1.0.0"
},
"source_files": "Products/**/*.{h}",
"vendored_frameworks": "Products/*.framework",
"dependencies": {
"MFSIdentifier": [
]
},
"prepare_command": "/bin/sh build_framework.sh"
}