blob: 5dacb129d40419929d542b6c7490d4f8332dcd8d [file] [log] [blame]
{
"name": "RubaPod",
"version": "0.2.0",
"summary": "RubaPod is an example about how to create your own pod",
"swift_version": "3.2",
"description": "This cocoapod is only to create my first pod, I will remove it soon",
"homepage": "https://github.com/ruberlagunas/ownpod.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ruber": "rlagunas92@gmail.com"
},
"source": {
"git": "https://github.com/ruberlagunas/ownpod.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RubaPod/Classes/**/*",
"deprecated": true
}