[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / 2 / 1 / KNMExternalViewController / 1.0.1 / KNMExternalViewController.podspec.json
blobf0ba6904ecf85362e9e0d8d243e70d0be25e7bf7
2   "name": "KNMExternalViewController",
3   "version": "1.0.1",
4   "summary": "A view controller that loads its contents from another storyboard.",
5   "description": "Use this view controller when you would like to split your project into multiple storyboards.\nPut the view controller into your main storyboard and specify the name of the storyboard and\nscene you would like to jump to when loading the view controller. KNMExternalViewController\nthen automatically loads the contents when shown on the screen.\n",
6   "homepage": "https://github.com/konoma/ios-external-view-controller",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Markus Gasser": "markus.gasser@konoma.ch"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/konoma/ios-external-view-controller.git",
19     "tag": "1.0.1"
20   },
21   "source_files": "Sources/**/*.{h,m}",
22   "public_header_files": "Sources/**/*.h",
23   "ios": {
24     "frameworks": [
25       "Foundation",
26       "UIKit"
27     ]
28   },
29   "requires_arc": true