[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / 2 / 0 / FXListKit / 0.1.17 / FXListKit.podspec.json
blob58c3309d0747d90a986c56edd3baaddd924cb0cb
2   "name": "FXListKit",
3   "version": "0.1.17",
4   "summary": "A data-driven UICollectionView framework for building fast and flexible lists",
5   "homepage": "https://github.com/feixue299/FXListKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "wupengfei": "1569485690@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/feixue299/FXListKit.git",
15     "tag": "0.1.17"
16   },
17   "default_subspecs": "Core",
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "5.0",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": [
26         "Sources/FXListKit/Core/",
27         "Sources/FXListKit/internal/",
28         "Sources/FXListKit/Views/"
29       ]
30     },
31     {
32       "name": "Animation",
33       "source_files": [
34         "Sources/FXListKitAnimation/",
35         "Sources/FXListKit/Core/",
36         "Sources/FXListKit/internal/",
37         "Sources/FXListKit/Views/"
38       ],
39       "dependencies": {
40         "DifferenceKit": [
41           "~> 1.1.5"
42         ]
43       }
44     }
45   ],
46   "swift_version": "5.0"