blob: f8dac22a62447519ef2f91d3c3aba44d0da8adff [file] [log] [blame]
{
"name": "MyOwnExt",
"version": "0.4.0",
"swift_versions": "4.2",
"summary": "Im trying to create my own cocoapod",
"description": "EveryThing important for my project example my extension border color",
"homepage": "https://github.com/prizetete/MyOwnExt",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"prizetete": "prizetete1212@gmail.com"
},
"source": {
"git": "https://github.com/prizetete/MyOwnExt.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "MyOwnExt/Classes/**/*"
}