blob: 6c1a65e8180c05836dde5076d69f7799f303641f [file] [log] [blame]
{
"name": "MyOwnExt",
"version": "0.3.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.3.2"
},
"swift_version": "4.2",
"platforms": {
"ios": "9.0"
},
"source_files": "MyOwnExt/Classes/**/*"
}