[Add] jooohhn-Amplitude 9.3.3
[CocoaPods.git] / Specs / 4 / 0 / 5 / LTxEepMSippr / 0.0.4 / LTxEepMSippr.podspec.json
blob0da7cc62705c466c5198f37e05975c61e787d447
2   "name": "LTxEepMSippr",
3   "version": "0.0.4",
4   "summary": "EEPJ平台服务移动端的接口(SIPPR).",
5   "license": "MIT",
6   "authors": {
7     "liangtong": "liangtongdev@163.com"
8   },
9   "homepage": "https://github.com/liangtongdev/LTxEepMSippr",
10   "platforms": {
11     "ios": "9.0"
12   },
13   "source": {
14     "git": "https://github.com/liangtongdev/LTxEepMSippr.git",
15     "tag": "0.0.4",
16     "submodules": true
17   },
18   "dependencies": {
19     "LTxCore": [
21     ],
22     "LTxPopup": [
24     ]
25   },
26   "frameworks": [
27     "Foundation",
28     "UIKit"
29   ],
30   "subspecs": [
31     {
32       "name": "ViewModel",
33       "source_files": "LTxEepMSippr/ViewModel/*.{h,m}",
34       "public_header_files": "LTxEepMSippr/ViewModel/*.h"
35     },
36     {
37       "name": "Util",
38       "source_files": "LTxEepMSippr/Util/*.{h,m}",
39       "public_header_files": "LTxEepMSippr/Util/*.h"
40     },
41     {
42       "name": "Core",
43       "source_files": "LTxEepMSippr/Core/*.{h,m}",
44       "public_header_files": "LTxEepMSippr/Core/*.h",
45       "dependencies": {
46         "LTxEepMSippr/ViewModel": [
48         ],
49         "LTxEepMSippr/Util": [
51         ]
52       }
53     }
54   ]