[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / 9 / 3 / XBPopUpView / 0.0.5 / XBPopUpView.podspec.json
blobd20feaa1c69a32eb7caff7af3cf2162f8c95d695
2   "name": "XBPopUpView",
3   "version": "0.0.5",
4   "summary": "change keyWindow to delegate.window",
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.5"
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   ]