{ | |
"name": "ZSDemo", | |
"version": "0.0.2", | |
"summary": "这是我的框架", | |
"homepage": "https://github.com/zhangyafeng123/ZSDemo", | |
"license": "MIT", | |
"authors": { | |
"xiaogege": "email@address.com" | |
}, | |
"platforms": { | |
"ios": "8.0" | |
}, | |
"source": { | |
"git": "https://github.com/zhangyafeng123/ZSDemo.git", | |
"tag": "0.0.2" | |
}, | |
"source_files": [ | |
"ZSDemo", | |
"MyTestProject/我的框架/*.{h,m}" | |
], | |
"requires_arc": true | |
} |