| { | |
| "name": "mySimplePod", | |
| "version": "0.1.0", | |
| "summary": "My first simple CocoaPod", | |
| "swift_version": "4.1", | |
| "description": "TODO: Add long description of the pod here.", | |
| "homepage": "https://bitbucket.org/piotrlopata/mysimplepod", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "pjjotr": "piotr.lopata@appchance.com" | |
| }, | |
| "source": { | |
| "git": "https://bitbucket.org/piotrlopata/mysimplepod.git", | |
| "tag": "0.1.0" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source_files": "mySimplePod/Classes/**/*" | |
| } |