[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 0 / f / hndlSegue / 0.9 / hndlSegue.podspec.json
blob2fa605ada420e6ca99bd3786578c95f1a03f4cff
2   "name": "hndlSegue",
3   "version": "0.9",
4   "summary": "hndlSegue make work with segues easy",
5   "description": "hndlSegue is a simple lib what allow to call performSegueWithIdentifier with block of code(handler for that segue).",
6   "homepage": "https://github.com/madmaxmv/hndlSegue",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "matyushenko": "matyushenko.m.v@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/madmaxmv/hndlSegue.git",
16     "tag": "v0.9"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "source_files": "SegueExtension/SegueExtension/*.swift",
23   "exclude_files": "SegueExtension/Exclude",
24   "frameworks": "Foundation"