1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "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/**/*",
- "resource_bundles": {
- "ZZUIKit": [
- "ZZUIKit/Assets/*.png",
- "ZZUIKit/Assets/*.xml",
- "ZZUIKit/Assets/*.strings",
- "ZZUIKit/Assets/*.lproj/*"
- ]
- },
- "dependencies": {
- "ZZFoundation": [
- "~> 0.1.4"
- ],
- "FlexLib": [
- "~> 2.9.1"
- ]
- }
- }
|