blob: 396d9540e4b853764807e95bb47ab1fec7fea957 [file] [log] [blame]
{
"name": "UtilCore",
"version": "0.1.1",
"summary": "项目公用基础库",
"description": "TODO: 项目公用基础库,单独模块.",
"homepage": "https://github.com/seongbrave/UtilCore",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"seongbrave": "seongbrave@sina.com"
},
"source": {
"git": "https://github.com/seongbrave/UtilCore.git",
"tag": "0.1.1"
},
"social_media_url": "http://seongbrave.github.io/",
"platforms": {
"ios": "8.0"
},
"source_files": "UtilCore/**/*.{h,swift}",
"resource_bundles": {
"UtilCore": [
"UtilCore/**/*.{xcassets,storyboard}"
]
},
"frameworks": "UIKit",
"dependencies": {
"ModelProtocol": [
"~> 0.1.0"
],
"EmptyDataView": [
"~> 0.1.0"
],
"RxSwift": [
"~> 4.4.0"
],
"RxCocoa": [
"~> 4.4.0"
],
"CryptoSwift": [
"~> 0.13.0"
],
"SwiftyUserDefaults": [
"~> 4.0.0-alpha.1"
],
"NVActivityIndicatorView": [
"~> 4.4.0"
],
"SnapKit": [
"~> 4.2.0"
],
"Toast-Swift": [
"~> 4.0.0"
],
"MJRefresh": [
"~> 3.1.15.7"
],
"Kingfisher": [
"~> 4.10.1"
],
"MBProgressHUD": [
"~> 1.1.0"
],
"URLNavigator": [
"~> 2.1.0"
],
"WebViewJavascriptBridge": [
"~> 6.0.3"
]
}
}