[Add] SampleOTP 0.1.0
[CocoaPods.git] / Specs / 2 / 4 / 8 / LTxPopup / 0.0.2 / LTxPopup.podspec.json
blob8ceae51c269f95a2a604b52d1f6923ba962c232a
2   "name": "LTxPopup",
3   "version": "0.0.2",
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.2"
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": "Core",
35       "dependencies": {
36         "LTxPopup/Menu": [
38         ],
39         "LTxPopup/View": [
41         ]
42       },
43       "source_files": "LTxPopup/LTxPopup.h",
44       "public_header_files": "LTxPopup/LTxPopup.h"
45     }
46   ]