123456789101112131415161718192021222324252627 |
- {
- "name": "ZZUIKit",
- "version": "0.1.0",
- "summary": "Lightest UIKit Extension,while strong enough.",
- "description": "TODO: Add long description of the pod here.",
- "homepage": "https://github.com/Ox8BADFOOD/ZZUIKit",
- "license": {
- "type": "MIT",
- "file": "LICENSE"
- },
- "authors": {
- "bymiracles@163.com": "350991881@qq.com"
- },
- "source": {
- "git": "https://github.com/Ox8BADFOOD/ZZUIKit.git",
- "tag": "0.1.0"
- },
- "platforms": {
- "ios": "9.0"
- },
- "source_files": "ZZUIKit/Classes/**/*",
- "dependencies": {
- "ZZUIKitEx": [
- "~> 0.1.0"
- ]
- }
- }
|