[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 1 / f / KNMSegueRouting / 0.1.0 / KNMSegueRouting.podspec.json
blob4bd11f766ba72902f622621d0174cae40e55e57e
2   "name": "KNMSegueRouting",
3   "version": "0.1.0",
4   "homepage": "https://github.com/konoma/ios-segue-routing",
5   "summary": "Allow preparing for UIStoryboardSegues using explicit methods",
6   "description": "\n  This category analyzes calls to -prepareForSegue:sender:\n  and routes them based on the segue identifier. So for a 'Show Settings'\n  segue, -prepareForShowSettingsSegue:sender: is called.\n  ",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Markus Gasser": "markus.gasser@konoma.ch"
13   },
14   "source": {
15     "git": "git@github.com:konoma/ios-segue-routing.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "Sources/*.{h,m}",
22   "public_header_files": "Sources/*.h",
23   "requires_arc": true,
24   "frameworks": [
25     "Foundation",
26     "UIKit"
27   ]