| { |
| "name": "JSUtilities", |
| "version": "1.0.1", |
| "summary": "Utilities For iOS Programming", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/joongseoD/JSUtilities", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "jsworkspace@naver.com": "jsworkspace@naver.com" |
| }, |
| "swift_versions": [ |
| "5.0" |
| ], |
| "source": { |
| "git": "https://github.com/joongseoD/JSUtilities.git", |
| "tag": "1.0.1" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "JSUtilities/Classes/**/*", |
| "swift_version": "5.0" |
| } |