blob: b470650f2496e6bc136418d6ebe8f7573eab66cf [file] [log] [blame]
{
"name": "CorpoHotel",
"version": "0.1.1",
"summary": "A demo for Corpo Hotel cocoapod.",
"description": "A project as demo to learn CocoaPods.",
"homepage": "https://github.com/ibaibhavsingh/CorpoHotel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ibaibhavsingh": "divine.baibhav@touristtube.com"
},
"source": {
"git": "https://github.com/ibaibhavsingh/CorpoHotel.git",
"tag": "0.1.1"
},
"swift_version": "4.0",
"platforms": {
"ios": "8.0"
},
"source_files": "CorpoHotel/Classes/**/*",
"subspecs": [
{
"name": "viewController",
"source_files": "CorpoHotel/Classes/*.{swift}"
}
]
}