[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / 2 / 0 / FXListKit / 0.1.18 / FXListKit.podspec.json
blobc038eb667105b275bd3ae022212a90fdd3d0557b
2   "name": "FXListKit",
3   "version": "0.1.18",
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.18"
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         "Sources/FXListKit/Bridge/"
30       ]
31     },
32     {
33       "name": "Animation",
34       "source_files": [
35         "Sources/FXListKitAnimation/",
36         "Sources/FXListKit/Core/",
37         "Sources/FXListKit/internal/",
38         "Sources/FXListKit/Views/"
39       ],
40       "dependencies": {
41         "DifferenceKit": [
42           "~> 1.1.5"
43         ]
44       }
45     }
46   ],
47   "swift_version": "5.0"