| { | |
| "name": "MyPodMay25", | |
| "version": "0.1.0", | |
| "summary": "My first pod based framework", | |
| "description": "Here is really long description of my first pod framework", | |
| "homepage": "https://google.com", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "amber": "amber@inernetbs.net" | |
| }, | |
| "source": { | |
| "git": "https://Alexey_bit@bitbucket.org/Alexey_bit/mypod.git", | |
| "tag": "0.1.0" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source_files": "MyPod/Classes/**/*" | |
| } |