[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 6 / 9 / 4 / FchKit / 0.2.3 / FchKit.podspec.json
blob4af2edbaa10b3fe836e3bf5d9ac9dbe814ad9786
2   "name": "FchKit",
3   "version": "0.2.3",
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.3"
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         "BHUD": [
60         ],
61         "BlocksKit": [
63         ]
64       },
65       "subspecs": [
66         {
67           "name": "BNetWorking",
68           "source_files": "FchKit/Classes/FchOCKit/BNetWorking/**/*",
69           "dependencies": {
70             "AFNetworking": [
72             ]
73           }
74         },
75         {
76           "name": "BToolKit",
77           "source_files": "FchKit/Classes/FchOCKit/BToolKit/**/*"
78         },
79         {
80           "name": "BaseClass",
81           "source_files": "FchKit/Classes/FchOCKit/BaseClass/**/*"
82         },
83         {
84           "name": "CommenLib",
85           "source_files": "FchKit/Classes/FchOCKit/CommenLib/**/*",
86           "dependencies": {
87             "SDWebImage": [
89             ]
90           }
91         },
92         {
93           "name": "CommenViews",
94           "source_files": "FchKit/Classes/FchOCKit/CommenViews/**/*",
95           "dependencies": {
96             "SDWebImage": [
98             ]
99           }
100         }
101       ]
102     }
103   ]