| { |
| "name": "DTYourPod", |
| "version": "0.0.1", |
| "summary": "Testing pod creation for a swift library.", |
| "description": "Some description will be put here. Some description will be put here. Some description will be put here. Some description will be put here. Some description will be put here.", |
| "homepage": "https://github.com/deivitaka/YourPod.git", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Deivi Taka": "deivitaka@yahoo.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "swift_version": "4.2", |
| "source": { |
| "git": "https://github.com/deivitaka/YourPod.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "YourPod/*.swift" |
| } |