| { |
| "name": "FirstValidUsablePod", |
| "version": "0.1.0", |
| "summary": "This is my first Pod", |
| "description": "This is my first self created cocoa pod", |
| "homepage": "https://github.com/mkrisztian95/FirstValidUsablePod", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Molnar Kristian": "krisztian.molnar@azinec.com" |
| }, |
| "source": { |
| "git": "https://github.com/mkrisztian95/FirstValidUsablePod.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "FirstValidUsablePod/Classes/**/*" |
| } |