[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 6 / 7 / RxNSCollectionView / 0.0.1 / RxNSCollectionView.podspec.json
blob0560b4a1cda4d136d5bbe8f6ae5628429494b883
2   "name": "RxNSCollectionView",
3   "version": "0.0.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Supports reactive styled data sourcing for NSCollectionView.",
9   "homepage": "https://github.com/GeneralD/RxNSCollectionView",
10   "social_media_url": "https://twitter.com/TheDreamBoss",
11   "authors": {
12     "Yumenosuke": "yumejustice@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/GeneralD/RxNSCollectionView.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "osx": "10.14"
20   },
21   "requires_arc": true,
22   "swift_versions": "5.0",
23   "dependencies": {
24     "RxSwift": [
25       "~> 5.0"
26     ],
27     "RxCocoa": [
28       "~> 5.0"
29     ]
30   },
31   "frameworks": "Cocoa",
32   "subspecs": [
33     {
34       "name": "Core",
35       "source_files": "Sources/Core/*.swift"
36     },
37     {
38       "name": "Reusable",
39       "source_files": "Sources/Reusable/*.swift",
40       "dependencies": {
41         "RxNSCollectionView/Core": [
43         ]
44       }
45     },
46     {
47       "name": "RxItems",
48       "source_files": "Sources/RxItems/*.swift",
49       "dependencies": {
50         "RxNSCollectionView/Reusable": [
52         ]
53       }
54     }
55   ],
56   "swift_version": "5.0"