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