[Add] AnyThinkAdmobSDKAdapter 6.4.37.1
[CocoaPods.git] / Specs / 3 / 2 / 0 / FXListKit / 0.1.11 / FXListKit.podspec.json
blob4af52926c01605db80ead06ecd789675b31a2fbe
2   "name": "FXListKit",
3   "version": "0.1.11",
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.11"
16   },
17   "default_subspecs": "Core",
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": [
22     "5.0"
23   ],
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Sources/FXListKit/**/*{.h, .m, .swift}"
28     },
29     {
30       "name": "Animation",
31       "source_files": [
32         "Sources/FXListKit/**/*{.h, .m, .swift}",
33         "Sources/FXListKitAnimation/*.swift}"
34       ],
35       "dependencies": {
36         "DifferenceKit": [
37           "~> 1.1.5"
38         ]
39       }
40     }
41   ],
42   "swift_version": "5.0"