[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / d / 6 / 7 / LGTalk / 1.0.9 / LGTalk.podspec.json
blob4ee490eca1169d04f0b669c4a7978c9968974af7
2   "name": "LGTalk",
3   "version": "1.0.9",
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.0.9"
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   },
52   "subspecs": [
53     {
54       "name": "Category",
55       "source_files": "LGTalk/Category/*.{h,m}",
56       "dependencies": {
57         "LGTalk/Const": [
59         ],
60         "TFHpple": [
62         ]
63       }
64     },
65     {
66       "name": "Const",
67       "source_files": "LGTalk/Const/*.{h,m}"
68     },
69     {
70       "name": "Utils",
71       "subspecs": [
72         {
73           "name": "ImagePickerController",
74           "source_files": "LGTalk/Utils/ImagePickerController/*.{h,m}",
75           "dependencies": {
76             "LGAlertHUD": [
78             ]
79           }
80         },
81         {
82           "name": "Photo",
83           "source_files": "LGTalk/Utils/Photo/*.{h,m}",
84           "dependencies": {
85             "LGTalk/Const": [
87             ],
88             "LGTalk/Category": [
90             ],
91             "SDWebImage": [
93             ],
94             "Masonry": [
96             ]
97           }
98         },
99         {
100           "name": "ActivityIndicatorView",
101           "source_files": "LGTalk/Utils/ActivityIndicatorView/*.{h,m}"
102         },
103         {
104           "name": "PresentPushAnimation",
105           "source_files": "LGTalk/Utils/PresentPushAnimation/*.{h,m}"
106         }
107       ]
108     }
109   ]