| { |
| "name": "MyCustomPod", |
| "version": "0.0.1", |
| "summary": "A CocoaPods library written in Swift", |
| "description": "This CocoaPods library returns its name when you ask nicely.", |
| "homepage": "https://github.com/JosipMarkovic20/MyCustomPod", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Josip marković": "josip.j.markovic@gmail.com" |
| }, |
| "platforms": { |
| "ios": "12.1" |
| }, |
| "swift_versions": "4.2", |
| "source": { |
| "git": "https://github.com/JosipMarkovic20/MyCustomPod.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "MyCustomPod/**/*.{h,m,swift}", |
| "swift_version": "4.2" |
| } |