| { |
| "name": "NormalExtension", |
| "version": "1.0.0", |
| "summary": "一个建立pod仓库的简单demo.", |
| "description": "这只是一个建立pod仓库的简单demo,并没有实际的意思。教学使用。", |
| "homepage": "https://github.com/Mrliuyuewu/NormalExtension", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "刘跃武": "yuewuliu@126.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/Mrliuyuewu/NormalExtension.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": [ |
| "Classes", |
| "NormalExtension/NormalExtension/Classes/**/*.{h,m}" |
| ], |
| "requires_arc": true |
| } |