blob: 97fc5d40e8719e29b60d7b39d910d001ed7ad584 [file] [log] [blame]
{
"name": "RubaPod",
"version": "0.3.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.3.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RubaPod/Classes/**/*"
}