blob: 4fdcb48fff6b60547c3be62be354b5a51e398464 [file] [log] [blame]
{
"name": "DDBaseKit",
"version": "0.2.0",
"summary": "base classes and tools for app",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/ZHONGNANKEJI/DDBaseKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ZHONGNANKEJI": "szzhongyu2018@163.com"
},
"source": {
"git": "https://github.com/ZHONGNANKEJI/DDBaseKit.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "DDBaseKit/Classes/**/*",
"dependencies": {
"YYModel": [
"~> 1.0.4"
],
"Masonry": [
"~> 1.1.0"
],
"SDWebImage": [
"~> 4.4.1"
],
"ReactiveObjC": [
"~> 3.1.0"
],
"DZNEmptyDataSet": [
],
"MJRefresh": [
"~> 3.1.15.3"
],
"YYCache": [
],
"RTRootNavigationController": [
"~> 0.6.7"
],
"AFNetworking": [
"~> 3.2.1"
]
}
}