[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / e / b / 2 / APLStoryboardContainerViewController / 0.0.1 / APLStoryboardContainerViewController.podspec.json
blobe683f313c2ebcf59d9436539ae4befe7a78d327c
2   "name": "APLStoryboardContainerViewController",
3   "version": "0.0.1",
4   "summary": "A container view controller which can automatically load view controller from different storyboards and embed them as child view controller.",
5   "description": "                   A container view controller which can automatically load view controller from different storyboards and embed them as child view controller.\n                   This greatly helps keeping storyboards clean and manageable in size.\n\n                   * In a storyboard just insert a view controller and set the name of a different storyboard. Without further specification of a particular view controller name the \n                     initial view controllr of this storyboard will be loaded and embedded as child view controller.\n",
6   "homepage": "https://github.com/apploft/APLStoryboardContainerViewController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Tino Rachui": "tino.rachui@apploft.de",
13     "Mathias Koehnke": "mathias.koehnke@apploft.de"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "git@github.com:apploft/APLStoryboardContainerViewController.git",
20     "tag": "0.0.1"
21   },
22   "source_files": [
23     "Classes",
24     "Classes/**/*.{h,m}",
25     "Classes/Private/**/*.{h,m}"
26   ],
27   "exclude_files": "Classes/Exclude",
28   "requires_arc": true