[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / c / 4 / 9 / RNExternStoryboard / 1.0 / RNExternStoryboard.podspec.json
blob32c07a77f95beadcfe3e80f6c46ca6ae7ccd1382
2   "name": "RNExternStoryboard",
3   "version": "1.0",
4   "summary": "Clean way to link view controllers with segues between multiple storyboards",
5   "description": "Split your View Controller logic into multiple reusable Storyboards, seguing between them effortlessly with no additional code and no subclassing!",
6   "homepage": "https://github.com/nobre84/RNExternStoryboard",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Rafael Nobre": "nobre84@gmail.com"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/nobre84/RNExternStoryboard.git",
19     "tag": "1.0"
20   },
21   "source_files": "Library/*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "ObjcAssociatedObjectHelpers": [
25       "~> 1.2.0"
26     ],
27     "JRSwizzle": [
28       "~> 1.0"
29     ]
30   }