blob: 153aaff992e45272f79350e858b281efa4332020 [file] [log] [blame]
{
"name": "CocoapodDemo1",
"version": "1.0.1-beta",
"summary": "This is my first demo about cocoapod. Please check!.",
"description": "This fantastic view changes its color gradually makes your app look fantastic!",
"homepage": "https://github.com/thitran22/CocoapodDemo",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hoang Thi": "thi.tran@flomail.net"
},
"source": {
"git": "https://github.com/thitran22/CocoapodDemo.git",
"tag": "1.0.1-beta"
},
"platforms": {
"ios": "10.0"
},
"source_files": "CocoapodDemo/*.swift"
}