blob: 14b028d9860cd973db31b823e8e379c86145aa48 [file] [log] [blame]
{
"name": "RubaPod",
"version": "0.1.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.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RubaPod/Classes/**/*",
"deprecated": true
}