blob: 5ed3cfee8788516df999779752df341f44e71bfd [file] [log] [blame]
{
"name": "HotelUI",
"version": "0.1.5",
"summary": "A short description of HotelUI.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/erezspatz/HotelUI",
"license": {
"type": "BSD"
},
"authors": {
"michal shatz": "michal@msapps.mobi"
},
"source": {
"git": "https://github.com/erezspatz/HotelUI",
"tag": "0.1.5"
},
"platforms": {
"ios": "9.0"
},
"source_files": [
"HotelUI/SDK/Extensions**/*",
"HotelUI/SDK/Reservation**/*",
"HotelUI/SDK/UpdateDetails**/*",
"HotelUI/SDK/ValidateDetails**/*",
"HotelUI/SDK/**/*"
],
"resource_bundles": {
"HotelUI": [
"HotelUI/SDK/**/*.storyboard",
"HotelUI/SDK/**/*.xcassets"
]
},
"dependencies": {
"Alamofire": [
"~> 4.0"
]
}
}