[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / 2 / 0 / FXListKit / 1.2.2 / FXListKit.podspec.json
blob457e5b56b080c10f2fe17a8cba343b050c4b2748
2   "name": "FXListKit",
3   "version": "1.2.2",
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": "1.2.2"
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": "Sources/FXListKit/**/*"
26     },
27     {
28       "name": "Animation",
29       "source_files": "Sources/FXListKitAnimation/",
30       "dependencies": {
31         "FXListKit/Core": [
33         ],
34         "DifferenceKit": [
35           "~> 1.1.5"
36         ]
37       }
38     }
39   ],
40   "swift_version": "5.0"