| { |
| "name": "CommonUtil-swift", |
| "version": "1.0.0", |
| "summary": "Swift Extensions", |
| "description": "Swift convenience Extensions", |
| "homepage": "https://github.com/ShinjiroKuroda/CommonUtil-swift", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Shinjiro Kuroda": "kuroman4@gmail.com" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "swift_versions": "4.2", |
| "source": { |
| "git": "https://github.com/ShinjiroKuroda/CommonUtil-swift.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": [ |
| "CommonUtil", |
| "CommonUtil/**/*.swift" |
| ], |
| "swift_version": "4.2" |
| } |