[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / 4 / 8 / LTxPopup / 0.0.4 / LTxPopup.podspec.json
blob486bbd9ab00ee70101a68bbf6847eb2b010bd972
2   "name": "LTxPopup",
3   "version": "0.0.4",
4   "summary": "包含各类弹出框组件.",
5   "license": "MIT",
6   "authors": {
7     "liangtong": "liangtongdev@163.com"
8   },
9   "homepage": "https://github.com/liangtongdev/LTxPopup",
10   "platforms": {
11     "ios": "9.0"
12   },
13   "source": {
14     "git": "https://github.com/liangtongdev/LTxPopup.git",
15     "tag": "0.0.4"
16   },
17   "frameworks": [
18     "Foundation",
19     "UIKit"
20   ],
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Common",
25       "source_files": "LTxPopup/LTxPopupCommon/*.{h,m}",
26       "public_header_files": "LTxPopup/LTxPopupCommon/*.h"
27     },
28     {
29       "name": "Menu",
30       "source_files": "LTxPopup/LTxPopupMenu/*.{h,m}",
31       "public_header_files": "LTxPopup/LTxPopupMenu/*.h"
32     },
33     {
34       "name": "View",
35       "source_files": "LTxPopup/LTxPopupView/*.{h,m}",
36       "public_header_files": "LTxPopup/LTxPopupView/*.h",
37       "dependencies": {
38         "LTxPopup/Common": [
40         ]
41       }
42     },
43     {
44       "name": "Alert",
45       "source_files": "LTxPopup/LTxPopupAlert/*.{h,m}",
46       "public_header_files": "LTxPopup/LTxPopupAlert/*.h"
47     },
48     {
49       "name": "Toast",
50       "source_files": "LTxPopup/LTxPopupToast/*.{h,m}",
51       "public_header_files": "LTxPopup/LTxPopupToast/*.h",
52       "dependencies": {
53         "LTxPopup/Common": [
55         ]
56       }
57     },
58     {
59       "name": "Core",
60       "dependencies": {
61         "LTxPopup/Menu": [
63         ],
64         "LTxPopup/View": [
66         ],
67         "LTxPopup/Alert": [
69         ],
70         "LTxPopup/Toast": [
72         ]
73       },
74       "source_files": "LTxPopup/LTxPopup.h",
75       "public_header_files": "LTxPopup/LTxPopup.h"
76     }
77   ]