blob: 20a5d5f0628f24b12410214c70269ef804929f30 [file] [log] [blame]
{
"name": "Vacation",
"version": "0.1.1",
"summary": "An easy to use Model State Transfer Framework for iOS",
"homepage": "https://github.com/IgorKovr/Vacation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"IgorK": "IgorKovr@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/IgorKovr/Vacation.git",
"tag": "0.1.1"
},
"source_files": [
"Classes",
"Pod/Classes/**/*.{h,m}"
],
"dependencies": {
"Mantle": [
"~> 2.0"
],
"AFNetworking": [
"~> 2.2"
]
}
}