[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / e / d / 4 / FSPagerView.RxSwift / 0.0.1 / FSPagerView.RxSwift.podspec.json
blob97df41ee60321089db1f38e36535f868e7d4d5a9
2   "name": "FSPagerView.RxSwift",
3   "version": "0.0.1",
4   "summary": "Add RxSwift to common three party libraries.",
5   "homepage": "https://github.com/yangKJ/FSPagerView",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "yangkejun": "ykj310@126.com"
12   },
13   "source": {
14     "git": "https://github.com/yangKJ/FSPagerView.git",
15     "tag": "0.0.1"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "swift_versions": "5.0",
21   "requires_arc": true,
22   "static_framework": true,
23   "module_name": "FSPagerViewRxSwift",
24   "subspecs": [
25     {
26       "name": "FSPagerView",
27       "source_files": "Sources/*.{swift,h,m}"
28     },
29     {
30       "name": "RxSwift",
31       "source_files": "RxSwift/*.swift",
32       "dependencies": {
33         "FSPagerView.RxSwift/FSPagerView": [
35         ],
36         "RxSwift": [
38         ],
39         "RxCocoa": [
41         ]
42       }
43     }
44   ],
45   "swift_version": "5.0"