blob: 3a60e6eb8a7dac6d5e2f5114851e49783124e6ed [file] [log] [blame]
{
"name": "MyOwnExt",
"version": "0.4.3",
"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.3"
},
"platforms": {
"ios": "9.0"
},
"source_files": "MyOwnExt/Classes/**/*"
}