[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / d / 6 / 7 / LGTalk / 1.0.4 / LGTalk.podspec.json
blob97be12cb9964270dc0542d93b64e0863979a8796
2   "name": "LGTalk",
3   "version": "1.0.4",
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.4"
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         },
76         {
77           "name": "Photo",
78           "source_files": "LGTalk/Utils/Photo/*.{h,m}",
79           "dependencies": {
80             "LGTalk/Const": [
82             ],
83             "LGTalk/Category": [
85             ],
86             "SDWebImage": [
88             ],
89             "Masonry": [
91             ]
92           }
93         },
94         {
95           "name": "ActivityIndicatorView",
96           "source_files": "LGTalk/Utils/ActivityIndicatorView/*.{h,m}"
97         },
98         {
99           "name": "PresentPushAnimation",
100           "source_files": "LGTalk/Utils/PresentPushAnimation/*.{h,m}"
101         }
102       ]
103     }
104   ]