[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 3 / 7 / OkDataSources / 1.0.2 / OkDataSources.podspec.json
blobff1657d9f24f7603a73df350e9e944630bb9b338
2   "name": "OkDataSources",
3   "version": "1.0.2",
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.0.2"
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   "pushed_with_swift_version": "3.0",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Library/*.swift"
28     },
29     {
30       "name": "RxSwift",
31       "source_files": "Library/RxSwift/*.swift",
32       "dependencies": {
33         "OkDataSources/Core": [
35         ],
36         "RxSwift": [
37           ">= 3.0.0-beta.1"
38         ]
39       }
40     }
41   ]