[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 6 / a / UIViewController+BlockSegue / 1.0.0 / UIViewController+BlockSegue.podspec.json
blobdda74e2812b51a94c39ed5b22d2c3ee4348bb9b4
2   "name": "UIViewController+BlockSegue",
3   "version": "1.0.0",
4   "summary": "UIViewController category which allows to use a block to prepare segue instead of ugly -prepareForSegue method.",
5   "homepage": "https://github.com/patoroco/UIViewController-BlockSegue",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Jorge Maroto Garcia": "patoroco@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/patoroco/UIViewController-BlockSegue.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "source_files": "UIViewController+BlockSegue",
21   "frameworks": "UIKit",
22   "requires_arc": true