blob: f61d5c3a817bd408e5efdef6b58d6a03f2a72013 [file] [log] [blame]
{
"name": "MyOwnExt",
"version": "0.1.0",
"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.1.0"
},
"swift_version": "4.0",
"platforms": {
"ios": "8.0"
},
"source_files": "MyOwnExt/Classes/**/*"
}