[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / 4 / 3 / 6 / WYCComment / 0.2.2 / WYCComment.podspec.json
blob50f8107b27b935be21eb77ca2d33bac4a6c48bce
2   "name": "WYCComment",
3   "version": "0.2.2",
4   "summary": "WYCComment.",
5   "homepage": "http://git.wyc.cn/gitlab/longsheng/WYCComment.git",
6   "license": {
7     "type": "MIT",
8     "file": "FILE_LICENSE"
9   },
10   "authors": {
11     "longsheng": "longsheng@wyc.cn"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "http://git.wyc.cn/gitlab/longsheng/WYCComment.git",
18     "tag": "0.2.2"
19   },
20   "requires_arc": true,
21   "source_files": "WYCComment/WYCComment.h",
22   "dependencies": {
23     "lottie-ios": [
25     ],
26     "YYCache": [
28     ],
29     "AFNetworking": [
31     ],
32     "Masonry": [
34     ],
35     "Aspects": [
37     ],
38     "ReactiveObjC": [
40     ]
41   },
42   "subspecs": [
43     {
44       "name": "Macro",
45       "source_files": "WYCComment/Macro/WYCToolsMacro.h"
46     },
47     {
48       "name": "WYCCommentView",
49       "resources": "WYCComment/WYCCommentView/image.bundle",
50       "subspecs": [
51         {
52           "name": "WYCAlertView",
53           "source_files": "WYCComment/WYCCommentView/WYCAlertView/*.{h,m}",
54           "dependencies": {
55             "WYCComment/WYCCategories": [
57             ]
58           }
59         },
60         {
61           "name": "WYCFormView",
62           "source_files": "WYCComment/WYCCommentView/WYCFormView/*.{h,m}",
63           "dependencies": {
64             "WYCComment/WYCCategories": [
66             ]
67           }
68         },
69         {
70           "name": "WYCOtherView",
71           "source_files": "WYCComment/WYCCommentView/WYCOtherView/*.{h,m}",
72           "dependencies": {
73             "WYCComment/WYCCategories": [
75             ]
76           }
77         },
78         {
79           "name": "WYCStatusView",
80           "source_files": "WYCComment/WYCCommentView/WYCStatusView/*.{h,m}",
81           "dependencies": {
82             "WYCComment/Macro": [
84             ],
85             "WYCComment/WYCCategories": [
87             ]
88           }
89         }
90       ]
91     },
92     {
93       "name": "WYCBaseIntercepter",
94       "subspecs": [
95         {
96           "name": "ViewModel",
97           "source_files": "WYCComment/WYCBaseIntercepter/ViewModel/*.{h,m}"
98         },
99         {
100           "name": "View",
101           "source_files": "WYCComment/WYCBaseIntercepter/View/*.{h,m}",
102           "dependencies": {
103             "WYCComment/WYCCategories": [
105             ],
106             "WYCComment/WYCBaseIntercepter/ViewModel": [
108             ]
109           }
110         }
111       ]
112     },
113     {
114       "name": "WYCCategories",
115       "source_files": "WYCComment/WYCCategories/*.{h,m}",
116       "dependencies": {
117         "WYCComment/Macro": [
119         ]
120       }
121     },
122     {
123       "name": "WYCHUD",
124       "source_files": "WYCComment/WYCHUD/*.{h,m}",
125       "resources": "WYCComment/WYCHUD/*.json"
126     },
127     {
128       "name": "WYCService",
129       "source_files": "WYCComment/WYCService/*.{h,m}"
130     },
131     {
132       "name": "WYCArchiver",
133       "source_files": "WYCComment/WYCArchiver/*.{h,m}",
134       "dependencies": {
135         "WYCComment/Macro": [
137         ]
138       }
139     }
140   ]