blob: a524ff5b10bc4b5db321ef9845fcdca9be660c62 [file] [log] [blame]
{
"name": "MCCSframework",
"version": "0.4.8",
"summary": "An implementation of MCCS design pattern.",
"homepage": "https://gitee.com/kmyhy/MCCSframework",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kmyhy": "kmyhy@126.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://gitee.com/kmyhy/MCCSframework.git",
"tag": "0.4.8"
},
"resources": "MCCSBundle.bundle",
"vendored_frameworks": "MCCSframework.framework",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"IGListKit": [
"~> 2.0.0"
],
"UICollectionViewLeftAlignedLayout": [
],
"AFNetworking": [
],
"MBProgressHUD": [
"~> 0.9.2"
],
"JSONModel": [
],
"Masonry": [
],
"ReactiveObjC": [
"~> 3.0.0"
],
"MJRefresh": [
]
}
}