[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 4 / f / 8 / DialogController / 0.0.1 / DialogController.podspec.json
blob83c31358ddebae0f659f3dd32313a92c7b09408f
2   "name": "DialogController",
3   "version": "0.0.1",
4   "summary": "一个类似系统UIAlertController的提示框",
5   "homepage": "https://github.com/zhangrongbing",
6   "license": "MIT",
7   "authors": {
8     "张熔冰": "zhangrongbing@aliyun.com"
9   },
10   "platforms": {
11     "ios": "9.0"
12   },
13   "source": {
14     "git": "https://github.com/zhangrongbing/Component.git",
15     "tag": "0.0.1"
16   },
17   "source_files": [
18     "Classes",
19     "ComponentDemo/DialogController/*.{h,m}"
20   ],
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "UIStackView+Separator",
25       "source_files": "ComponentDemo/Category/UIStackView/*.{h,m}"
26     }
27   ]