blob: 6b87a6f2d1520d42446b7321be92a015c2433d66 [file] [log] [blame]
{
"name": "createYouOwnCocoapod",
"version": "0.1.0",
"summary": "learning how to make a cocoapod",
"swift_version": "4.0",
"description": "... learning how to make a cocoapod",
"homepage": "https://github.com/a-eid/testCocoaPod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"a-eid": "a.eid@yandex.com"
},
"source": {
"git": "https://github.com/a-eid/testCocoaPod.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "createYouOwnCocoapod/Classes/**/*"
}