[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / c / 9 / 3 / XBPopUpView / 1.1.1 / XBPopUpView.podspec.json
blobc1a8576648ec1b37add611310f110b6c8380e1dc
2   "name": "XBPopUpView",
3   "version": "1.1.1",
4   "summary": "1:添加依赖VC弹出机制",
5   "homepage": "https://github.com/yanxiaobing/XBPopUpView",
6   "license": "MIT",
7   "authors": {
8     "XBingo": "dove025@qq.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/yanxiaobing/XBPopUpView.git",
15     "tag": "1.1.1"
16   },
17   "requires_arc": true,
18   "subspecs": [
19     {
20       "name": "PopUpCommon",
21       "source_files": "XBPopUpView/PopUpCommon/*.{h,m}"
22     },
23     {
24       "name": "PopUpVC",
25       "source_files": "XBPopUpView/PopUpVC/*.{h,m}",
26       "dependencies": {
27         "XBPopUpView/PopUpCommon": [
29         ]
30       }
31     },
32     {
33       "name": "PopUpView",
34       "source_files": "XBPopUpView/PopUpView/*.{h,m}",
35       "dependencies": {
36         "XBPopUpView/PopUpCommon": [
38         ]
39       }
40     }
41   ]