[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 0 / 3 / 7 / OkDataSources / 1.3.0 / OkDataSources.podspec.json
blob0e98a4af2745f606bfb3fa2365715dad306bbf6a
2   "name": "OkDataSources",
3   "version": "1.3.0",
4   "summary": "Wrappers for iOS TableView and CollectionView DataSources to simplify its api at a minimum. Also it has a cool PagerView and SlidingTabs!.",
5   "homepage": "https://github.com/FuckBoilerplate/OkDataSources",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Roberto Frontado": "robertofrontado@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/FuckBoilerplate/OkDataSources.git",
15     "tag": "1.3.0"
16   },
17   "social_media_url": "https://github.com/FuckBoilerplate",
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Library/*.swift"
27     },
28     {
29       "name": "RxSwift",
30       "source_files": "Library/RxSwift/*.swift",
31       "dependencies": {
32         "OkDataSources/Core": [
34         ],
35         "RxSwift": [
36           ">= 3.0.0"
37         ]
38       }
39     }
40   ]