[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / 9 / 4 / FchKit / 0.2.2 / FchKit.podspec.json
blob8c578d7cdf4366f3b1a291007ce41c28934fe508
2   "name": "FchKit",
3   "version": "0.2.2",
4   "summary": "A short description of FchKit.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/february29/FchKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "february29": "baiyahui@fchsoft.com"
13   },
14   "source": {
15     "git": "https://github.com/february29/FchKit.git",
16     "tag": "0.2.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_version": "4.2",
22   "subspecs": [
23     {
24       "name": "FchSwiftKit",
25       "dependencies": {
26         "SnapKit": [
28         ],
29         "BAlert": [
31         ]
32       },
33       "subspecs": [
34         {
35           "name": "Adapter",
36           "source_files": "FchKit/Classes/FchSwiftKit/Adapter/**/*"
37         },
38         {
39           "name": "BBaseClass",
40           "source_files": "FchKit/Classes/FchSwiftKit/BBaseClass/**/*"
41         },
42         {
43           "name": "BTools",
44           "source_files": "FchKit/Classes/FchSwiftKit/BTools/**/*"
45         },
46         {
47           "name": "CommonViews",
48           "source_files": "FchKit/Classes/FchSwiftKit/CommonViews/**/*"
49         }
50       ]
51     },
52     {
53       "name": "FchOCKit",
54       "dependencies": {
55         "Masonry": [
57         ],
58         "BlocksKit": [
60         ]
61       },
62       "subspecs": [
63         {
64           "name": "BNetWorking",
65           "source_files": "FchKit/Classes/FchOCKit/BNetWorking/**/*",
66           "dependencies": {
67             "AFNetworking": [
69             ]
70           }
71         },
72         {
73           "name": "BToolKit",
74           "source_files": "FchKit/Classes/FchOCKit/BToolKit/**/*"
75         },
76         {
77           "name": "BaseClass",
78           "source_files": "FchKit/Classes/FchOCKit/BaseClass/**/*"
79         },
80         {
81           "name": "BHUD",
82           "source_files": "FchKit/Classes/FchOCKit/BHUD/**/*"
83         },
84         {
85           "name": "CommenLib",
86           "source_files": "FchKit/Classes/FchOCKit/CommenLib/**/*",
87           "dependencies": {
88             "SDWebImage": [
90             ]
91           }
92         },
93         {
94           "name": "CommenViews",
95           "source_files": "FchKit/Classes/FchOCKit/CommenViews/**/*",
96           "dependencies": {
97             "SDWebImage": [
99             ]
100           }
101         }
102       ]
103     }
104   ]