blob: 0315f20e61befe8eaf4b823323cdf84238ebd2c3 [file] [log] [blame]
{
"name": "demoPods",
"version": "0.1.0",
"summary": "My First Demo CocoaPods",
"homepage": "https://blog.goodgods.com",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"huhphilgoo": "pgmagician@gmail.com"
},
"source": {
"git": "https://github.com/huhphilgoo/demoPods.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "demoPods/Classes/**/*.{swift}"
}