| { |
| "name": "RyzeExtension", |
| "version": "1.0.0", |
| "summary": "A handy collection of Swift extensions.", |
| "swift_version": "4.2", |
| "description": "RyzeExtension: A handy collection of Swift extensions.", |
| "homepage": "https://github.com/ZengR/RyzeExtension", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "zeng": "121637342@qq.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/ZengR/RyzeExtension.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": [ |
| "Sources", |
| "RyzeExtensionDemo/Sources/**/*" |
| ], |
| "exclude_files": "Classes/Exclude" |
| } |