blob: 73d74d6a354d745daae4f435c489534ac22c6aae [file] [log] [blame]
{
"name": "ZXKit",
"version": "0.0.2",
"summary": "从CocoaChinaPlus App中抽离出来的Swift基础组件库.",
"description": "从CocoaChinaPlus App中抽离出来的基础组件库. 纯Swift实现",
"homepage": "https://github.com/zixun/ZXKit",
"license": "MIT",
"authors": {
"zixun": "chenyl.exe@gmail.com"
},
"source": {
"git": "https://github.com/zixun/ZXKit.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/**/*.swift",
"resource_bundles": {
"ZXKit": [
"Resources/*.png"
]
},
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"Neon": [
"~> 0.0.3"
],
"RxSwift": [
"~> 2.0.0-beta.2"
],
"RxCocoa": [
"~> 2.0.0-beta.2"
],
"RxBlocking": [
"~> 2.0.0-beta.2"
],
"MBProgressHUD": [
"~> 0.9.1"
]
}
}