[Add] AnyThinkBigoSDKAdapter 6.4.27
[CocoaPods.git] / Specs / c / 9 / 3 / XBPopUpView / 0.0.2 / XBPopUpView.podspec.json
blob62661f66518cae5eff0a17ed5e9b732f884bf36c
2   "name": "XBPopUpView",
3   "version": "0.0.2",
4   "summary": "add centerOffset feature",
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": "0.0.2"
16   },
17   "requires_arc": true,
18   "source_files": "XBPopUpView/*.{h,m}",
19   "subspecs": [
20     {
21       "name": "PopUpProtocol",
22       "source_files": "XBPopUpView/PopUpProtocol/*.{h,m}"
23     },
24     {
25       "name": "PopUpQueue",
26       "source_files": "XBPopUpView/PopUpQueue/*.{h,m}",
27       "dependencies": {
28         "XBPopUpView/PopUpProtocol": [
30         ]
31       }
32     },
33     {
34       "name": "DefaultPopUp",
35       "source_files": "XBPopUpView/DefaultPopUp/*.{h,m}",
36       "dependencies": {
37         "XBPopUpView/PopUpQueue": [
39         ]
40       }
41     }
42   ]