{ | |
"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/**/*" | |
} |