[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / e / 6 / a / UIViewController+BlockSegue / 0.2.2 / UIViewController+BlockSegue.podspec.json
blobb39cc7bd9911c25ad68faa8ba816b9e12ec8c7fc
2   "name": "UIViewController+BlockSegue",
3   "version": "0.2.2",
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": "0.2.2"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "source_files": "UIViewController+BlockSegue",
21   "frameworks": "UIKit",
22   "requires_arc": true