[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / 0 / f / hndlSegue / 1.0 / hndlSegue.podspec.json
blob5158c2b2f397241ca1e878359a023b766666e1f1
2   "name": "hndlSegue",
3   "version": "1.0",
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   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/madmaxmv/hndlSegue.git",
19     "tag": "v1.0"
20   },
21   "source_files": "SegueExtension/*.swift",
22   "exclude_files": "Exclude",
23   "frameworks": "Foundation",
24   "pushed_with_swift_version": "3.0"