blob: 43de0e0774e1437e8382faf292fe5b70bce2d8f2 [file] [log] [blame]
{
"name": "SomePod",
"version": "0.1.0",
"summary": "Here is the description which describes this produrc as it is",
"description": "A short description of SomePod. So you can use it for some of your swift application to make it more usefull",
"homepage": "https://bitbucket.org/victorbarskov/somepod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Victor Barskov": "victor.barskov@gmail.com"
},
"source": {
"git": "https://bitbucket.org/victorbarskov/somepod",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SomePod/Classes/**/*"
}