| { | |
| "name": "QLIconFont", | |
| "version": "0.0.3", | |
| "summary": "iconfont工具,如果有自己的图标库,直接替换资源文件即可", | |
| "homepage": "https://github.com/burtworld/QLIconFont.git", | |
| "license": "MIT", | |
| "authors": { | |
| "paramita": "baqkoo007@aliyun.com" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/burtworld/QLIconFont.git", | |
| "tag": "0.0.3" | |
| }, | |
| "source_files": [ | |
| "Classes", | |
| "Classes/**/*.{h,m}" | |
| ], | |
| "exclude_files": "Classes/Exclude", | |
| "resources": "Asserts/*", | |
| "requires_arc": true | |
| } |