[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / d / 6 / 7 / LGTalk / 1.2.3 / LGTalk.podspec.json
blob6a44b41ef012c7ee8c9d2dc51118cd4690dac943
2   "name": "LGTalk",
3   "version": "1.2.3",
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.2.3"
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     "YJExtensions": [
44     ],
45     "XMLDictionary": [
47     ],
48     "YJNetManager": [
50     ],
51     "YJPresentAnimation": [
53     ],
54     "LGBundle/Bundle": [
56     ]
57   },
58   "subspecs": [
59     {
60       "name": "Category",
61       "source_files": "LGTalk/Category/*.{h,m}",
62       "dependencies": {
63         "LGTalk/Const": [
65         ],
66         "YJExtensions": [
68         ]
69       }
70     },
71     {
72       "name": "Const",
73       "source_files": "LGTalk/Const/*.{h,m}"
74     },
75     {
76       "name": "Utils",
77       "subspecs": [
78         {
79           "name": "ImagePickerController",
80           "source_files": "LGTalk/Utils/ImagePickerController/*.{h,m}",
81           "dependencies": {
82             "LGAlertHUD": [
84             ]
85           }
86         },
87         {
88           "name": "Photo",
89           "source_files": "LGTalk/Utils/Photo/*.{h,m}",
90           "dependencies": {
91             "LGTalk/Const": [
93             ],
94             "LGTalk/Category": [
96             ],
97             "YJImageBrowser": [
99             ],
100             "Masonry": [
102             ]
103           }
104         },
105         {
106           "name": "ActivityIndicatorView",
107           "source_files": "LGTalk/Utils/ActivityIndicatorView/*.{h,m}"
108         }
109       ]
110     }
111   ]