| { |
| "name": "chenzbPodTest", |
| "version": "1.4.0", |
| "summary": "Animal summmmmm.", |
| "description": "Animal description s.", |
| "homepage": "https://www.baidu.com/", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "yueshuya": "bao.yu1990@163.com" |
| }, |
| "source": { |
| "git": "https://github.com/yueshuya/czbPodTest.git", |
| "tag": "1.4.0" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "Animal/**/*.{h,m,mm}", |
| "preserve_paths": "cat.sh", |
| "script_phases": { |
| "name": "Hello World", |
| "script": "chmod +x $PODS_TARGET_SRCROOT/cat.sh; $PODS_TARGET_SRCROOT/cat.sh", |
| "execution_position": "after_compile" |
| } |
| } |