| { |
| "name": "YetUI", |
| "version": "1.0.8", |
| "summary": "YetUI is an iOS library writen by swift.", |
| "description": "YetUI is an iOS library writen by swift. OK", |
| "homepage": "https://github.com/yangentao/YetUI", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "yangentao": "entaoyang@163.com" |
| }, |
| "source": { |
| "git": "https://github.com/yangentao/YetUI.git", |
| "tag": "1.0.8" |
| }, |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "swift_versions": [ |
| "5.0", |
| "5.0" |
| ], |
| "source_files": "YetUI/Classes/**/*", |
| "resources": [ |
| "YetUI/Assets/*" |
| ], |
| "frameworks": [ |
| "UIKit", |
| "CFNetwork", |
| "CoreGraphics", |
| "AVFoundation", |
| "Photos" |
| ], |
| "dependencies": { |
| "YetBase": [ |
| |
| ], |
| "Yson": [ |
| |
| ] |
| }, |
| "swift_version": "5.0" |
| } |