| { | |
| "name": "SomeExtensions", | |
| "version": "0.2.0", | |
| "summary": "add Some usefull extensions.", | |
| "swift_version": "4.2", | |
| "description": "TODO: Add long description of the pod here.", | |
| "homepage": "https://github.com/hydeguo/SomeExtensions", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "Hyde Guo": "guohyde@gmail.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/hydeguo/SomeExtensions.git", | |
| "tag": "0.2.0" | |
| }, | |
| "platforms": { | |
| "ios": "10.3" | |
| }, | |
| "source_files": "SomeExtensions/Classes/**/*" | |
| } |