blob: 67c43c9e5eb79eb0c9a4fb998be3f604f8ecea48 [file] [log] [blame]
{
"name": "MFWalkthrough",
"version": "0.0.2",
"summary": "A container view controller for iOS that manages conditional navigation between view controllers",
"homepage": "http://pheuter.github.io/MFWalkthrough",
"license": "MIT",
"authors": {
"Mark Fayngersh": "phunny.phacts@gmail.com"
},
"source": {
"git": "https://github.com/pheuter/MFWalkthrough.git",
"tag": "0.0.2"
},
"social_media_url": "https://twitter.com/pheuter",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes",
"public_header_files": "Classes/**/*.h",
"dependencies": {
"KVOController": [
"~> 1.0"
],
"FRDLivelyButton": [
"~> 1.1.2"
]
}
}