blob: ebd84964e7004e17b8039b28014fecdf6f56d0ba [file] [log] [blame]
{
"name": "KrMediumKit",
"version": "0.1.5",
"summary": "Basic components of 36kr Medium",
"license": {
"type": "MIT",
"file": "License.md"
},
"authors": {
"yangyang": "yangyang02@36kr.com"
},
"homepage": "https://github.com/yyny1789/KrMediumKit",
"source": {
"git": "https://github.com/yyny1789/KrMediumKit.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "9.0"
},
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": [
"Source/Utils/",
"Source/Utils/Extensions/"
]
},
{
"name": "Database",
"source_files": "Source/Database/",
"dependencies": {
"RealmSwift": [
]
}
},
{
"name": "Network",
"source_files": "Source/Network/",
"dependencies": {
"KrMediumKit/Database": [
],
"Moya/RxSwift": [
"~> 8.0.0"
],
"ObjectMapper": [
"~> 2.0.0"
],
"ReachabilitySwift": [
"~> 3.0.0"
]
}
}
]
}