blob: e62a2989c673d6d09363343e76bbe1fdea25e660 [file] [log] [blame]
{
"name": "WKBaseServicesSwift",
"version": "4.2.0",
"summary": "WKBaseServicesSwift是一个Swift的基础的扩展服务框架",
"homepage": "https://github.com/guoweikun621/WKBaseServicesSwift",
"license": "MIT",
"authors": {
"郭伟坤": "guoweikun621@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/guoweikun621/WKBaseServicesSwift.git",
"tag": "4.2.0"
},
"source_files": "Sources/**/*.swift",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"CryptoSwift": [
"~> 0.13"
]
},
"requires_arc": true
}