[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / e / b / 2 / APLStoryboardContainerViewController / 0.0.3 / APLStoryboardContainerViewController.podspec.json
blobc5bb47cfa891c76e2115415d21167ee3a0fc5d9f
2   "name": "APLStoryboardContainerViewController",
3   "version": "0.0.3",
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.\nThis 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.",
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": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/apploft/APLStoryboardContainerViewController.git",
20     "tag": "0.0.3"
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