[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / a / b / 1 / KrMediumKit / 0.1.5 / KrMediumKit.podspec.json
blobebd84964e7004e17b8039b28014fecdf6f56d0ba
2   "name": "KrMediumKit",
3   "version": "0.1.5",
4   "summary": "Basic components of 36kr Medium",
5   "license": {
6     "type": "MIT",
7     "file": "License.md"
8   },
9   "authors": {
10     "yangyang": "yangyang02@36kr.com"
11   },
12   "homepage": "https://github.com/yyny1789/KrMediumKit",
13   "source": {
14     "git": "https://github.com/yyny1789/KrMediumKit.git",
15     "tag": "0.1.5"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "frameworks": "UIKit",
21   "pushed_with_swift_version": "3.0",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": [
26         "Source/Utils/",
27         "Source/Utils/Extensions/"
28       ]
29     },
30     {
31       "name": "Database",
32       "source_files": "Source/Database/",
33       "dependencies": {
34         "RealmSwift": [
36         ]
37       }
38     },
39     {
40       "name": "Network",
41       "source_files": "Source/Network/",
42       "dependencies": {
43         "KrMediumKit/Database": [
45         ],
46         "Moya/RxSwift": [
47           "~> 8.0.0"
48         ],
49         "ObjectMapper": [
50           "~> 2.0.0"
51         ],
52         "ReachabilitySwift": [
53           "~> 3.0.0"
54         ]
55       }
56     }
57   ]