12345678910111213141516171819202122 |
- {
- "name": "ZZFoundation",
- "version": "0.1.0",
- "summary": "A short description of ZZFoundation.",
- "description": "TODO: Add long description of the pod here.",
- "homepage": "https://github.com/bymiracles@163.com/ZZFoundation",
- "license": {
- "type": "MIT",
- "file": "LICENSE"
- },
- "authors": {
- "bymiracles@163.com": "350991881@qq.com"
- },
- "source": {
- "git": "https://github.com/bymiracles@163.com/ZZFoundation.git",
- "tag": "0.1.0"
- },
- "platforms": {
- "ios": "9.0"
- },
- "source_files": "ZZFoundation/Classes/**/*"
- }
|