| { | |
| "name": "CFALibrary", | |
| "version": "0.1.0", | |
| "summary": "My CFALibrary.", | |
| "description": "here is description", | |
| "homepage": "https://github.com/code4ape-individual/CFALibrary", | |
| "license": "MIT", | |
| "authors": { | |
| "code4ape": "junjie_deng@qq.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/code4ape-individual/CFALibrary.git", | |
| "tag": "0.1.0" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source_files": "CFALibrary/Classes/**/*", | |
| "resource_bundles": { | |
| "CFALibrary": [ | |
| "CFALibrary/Assets/*.png" | |
| ] | |
| } | |
| } |