blob: a4b8656c704a4249dabb091d6b2ee64a0c7137ec [file] [log] [blame]
{
"name": "SimplePodTest",
"version": "0.1.0",
"summary": "My first simple cocoapod MySimplePod.",
"swift_version": "4.1",
"description": "\"MySimplePod is used to test my first cocoapod\"",
"homepage": "https://github.com/ambarchavan/MySimplePod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ambarchavan": "chavanambar@gmail.com"
},
"source": {
"git": "https://github.com/ambarchavan/MySimplePod.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MySimplePod/Classes/**/*"
}