[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / 4 / 8 / LTxPopup / 0.0.1 / LTxPopup.podspec.json
blob1df59c42836307aa6cc0e1c959a64564189ac52a
2   "name": "LTxPopup",
3   "version": "0.0.1",
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.1"
16   },
17   "frameworks": [
18     "Foundation",
19     "UIKit"
20   ],
21   "default_subspecs": "PopMenu",
22   "subspecs": [
23     {
24       "name": "PopMenu",
25       "source_files": "LTxPopup/LTxPopupMenu/*.{h,m}",
26       "public_header_files": "LTxPopup/LTxPopupMenu/*.h"
27     }
28   ]