[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 0 / b / c / MFWalkthrough / 0.0.2 / MFWalkthrough.podspec.json
blob67c43c9e5eb79eb0c9a4fb998be3f604f8ecea48
2   "name": "MFWalkthrough",
3   "version": "0.0.2",
4   "summary": "A container view controller for iOS that manages conditional navigation between view controllers",
5   "homepage": "http://pheuter.github.io/MFWalkthrough",
6   "license": "MIT",
7   "authors": {
8     "Mark Fayngersh": "phunny.phacts@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/pheuter/MFWalkthrough.git",
12     "tag": "0.0.2"
13   },
14   "social_media_url": "https://twitter.com/pheuter",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Classes",
20   "public_header_files": "Classes/**/*.h",
21   "dependencies": {
22     "KVOController": [
23       "~> 1.0"
24     ],
25     "FRDLivelyButton": [
26       "~> 1.1.2"
27     ]
28   }