[Add] AnyThinkBigoSDKAdapter 6.4.27
[CocoaPods.git] / Specs / 2 / a / 7 / FPCommentsModule / 0.1.8 / FPCommentsModule.podspec.json
blob9493976dde3918059f4ec3994e8f029e007650e9
2   "name": "FPCommentsModule",
3   "version": "0.1.8",
4   "summary": "A short description of FPCommentsModule.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/FPJack/FPCommentsModule",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "FPJack": "2551412939@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/FPJack/FPCommentsModule.git",
16     "tag": "0.1.8"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "dependencies": {
22     "IGListKit": [
24     ]
25   },
26   "subspecs": [
27     {
28       "name": "Base",
29       "platforms": {
30         "ios": "9.0"
31       },
32       "source_files": "FPCommentsModule/Classes/Base/**/*.{h,m}",
33       "resource_bundles": {
34         "FPCommentsModule": [
35           "FPCommentsModule/Assets/*.xib"
36         ]
37       }
38     },
39     {
40       "name": "Comment",
41       "platforms": {
42         "ios": "9.0"
43       },
44       "source_files": "FPCommentsModule/Classes/Comment/**/*.{h,m}",
45       "dependencies": {
46         "TTTAttributedLabel": [
48         ],
49         "FPCommentsModule/Base": [
51         ]
52       }
53     },
54     {
55       "name": "VideoPicture",
56       "platforms": {
57         "ios": "9.0"
58       },
59       "source_files": "FPCommentsModule/Classes/VideoPicture/**/*.{h,m}",
60       "dependencies": {
61         "FPImageVideoCell": [
63         ],
64         "FPCommentsModule/Base": [
66         ]
67       }
68     },
69     {
70       "name": "InputView",
71       "platforms": {
72         "ios": "9.0"
73       },
74       "source_files": "FPCommentsModule/Classes/InputView/**/*.{h,m}",
75       "dependencies": {
76         "HPGrowingTextView": [
78         ]
79       }
80     }
81   ]