| { |
| "name": "HelloWorldCocoaPods", |
| "version": "0.1.0", |
| "summary": "Creating a pod", |
| "description": "'Creating a pod and publishing to CocoaPods'", |
| "homepage": "https://github.com/Mauricifj/HelloWorldCocoaPods", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "mauricifj": "m.f.j@hotmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/Mauricifj/HelloWorldCocoaPods.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "12.0" |
| }, |
| "source_files": "Source/**/*", |
| "swift_versions": "5.0", |
| "swift_version": "5.0" |
| } |