blob: 3258ab885a05d3a8bcf74ff2ae94b771e521e554 [file] [log] [blame]
{
"name": "Vacation",
"version": "0.1.0",
"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.0"
},
"source_files": [
"Classes",
"Pod/Classes/**/*.{h,m}"
],
"dependencies": {
"Mantle": [
"~> 2.0"
],
"AFNetworking": [
"~> 2.2"
]
}
}