[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / d / 6 / 7 / LGTalk / 1.1.8 / LGTalk.podspec.json
blobf8dde9543b1a1e0c74b970e450b40bd66e730a74
2   "name": "LGTalk",
3   "version": "1.1.8",
4   "summary": "在线讨论",
5   "homepage": "https://github.com/LYajun/LGTalk",
6   "license": "MIT",
7   "authors": {
8     "刘亚军": "liuyajun1999@icloud.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/LYajun/LGTalk.git",
15     "tag": "1.1.8"
16   },
17   "source_files": [
18     "LGTalk/LGTalk.h",
19     "LGTalk/Enter/*.{h,m}",
20     "LGTalk/Module/**/*.{h,m}",
21     "LGTalk/Utils/Network/*.{h,m}",
22     "LGTalk/Common/**/*.{h,m}"
23   ],
24   "resources": "LGTalk/LGTalk.bundle",
25   "requires_arc": true,
26   "dependencies": {
27     "Masonry": [
29     ],
30     "MJExtension": [
32     ],
33     "MJRefresh": [
35     ],
36     "SDWebImage": [
38     ],
39     "LGAlertHUD": [
41     ],
42     "TFHpple": [
44     ],
45     "XMLDictionary": [
47     ],
48     "AFNetworking": [
50     ],
51     "YJPresentAnimation": [
53     ]
54   },
55   "subspecs": [
56     {
57       "name": "Category",
58       "source_files": "LGTalk/Category/*.{h,m}",
59       "dependencies": {
60         "LGTalk/Const": [
62         ],
63         "TFHpple": [
65         ]
66       }
67     },
68     {
69       "name": "Const",
70       "source_files": "LGTalk/Const/*.{h,m}"
71     },
72     {
73       "name": "Utils",
74       "subspecs": [
75         {
76           "name": "ImagePickerController",
77           "source_files": "LGTalk/Utils/ImagePickerController/*.{h,m}",
78           "dependencies": {
79             "LGAlertHUD": [
81             ]
82           }
83         },
84         {
85           "name": "Photo",
86           "source_files": "LGTalk/Utils/Photo/*.{h,m}",
87           "dependencies": {
88             "LGTalk/Const": [
90             ],
91             "LGTalk/Category": [
93             ],
94             "SDWebImage": [
96             ],
97             "Masonry": [
99             ]
100           }
101         },
102         {
103           "name": "ActivityIndicatorView",
104           "source_files": "LGTalk/Utils/ActivityIndicatorView/*.{h,m}"
105         }
106       ]
107     }
108   ]