blob: 7d2c905a39ef9d9363dc57e232aaa1d3e15a1da6 [file] [log] [blame]
{
"name": "DemoProjectSB",
"version": "1.0.0",
"summary": "A DemoProject.",
"description": "This is a Demo Project to understand the working of cocoapod",
"homepage": "http://sankalpbhandari.me",
"license": {
"type": "MIT"
},
"authors": {
"Sankalp Bhandari": "sankalpbhandari@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/sankalpbhandari/DemoProject.git",
"tag": "1.0.0"
},
"source_files": "**/*.{h, m, swift}"
}