[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 2 / 4 / 8 / LTxPopup / 0.0.3 / LTxPopup.podspec.json
bloba49ecdf9c3e3342987600a06a46d87fdf88fc4c8
2   "name": "LTxPopup",
3   "version": "0.0.3",
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.3"
16   },
17   "frameworks": [
18     "Foundation",
19     "UIKit"
20   ],
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Menu",
25       "source_files": "LTxPopup/LTxPopupMenu/*.{h,m}",
26       "public_header_files": "LTxPopup/LTxPopupMenu/*.h"
27     },
28     {
29       "name": "View",
30       "source_files": "LTxPopup/LTxPopupView/*.{h,m}",
31       "public_header_files": "LTxPopup/LTxPopupView/*.h"
32     },
33     {
34       "name": "Alert",
35       "source_files": "LTxPopup/LTxPopupAlert/*.{h,m}",
36       "public_header_files": "LTxPopup/LTxPopupAlert/*.h"
37     },
38     {
39       "name": "Core",
40       "dependencies": {
41         "LTxPopup/Menu": [
43         ],
44         "LTxPopup/View": [
46         ],
47         "LTxPopup/Alert": [
49         ]
50       },
51       "source_files": "LTxPopup/LTxPopup.h",
52       "public_header_files": "LTxPopup/LTxPopup.h"
53     }
54   ]