blob: 84d0f8c4042d4cab0d9e8162da850c431523ac54 [file] [log] [blame]
{
"name": "ExMVVMKit",
"version": "0.2.22",
"summary": "A Objective C fundation for iOS app.",
"homepage": "https://code.aliyun.com/ExKit/ExMVVMKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"samspirit": "11873288@qq.com"
},
"source": {
"git": "https://code.aliyun.com/ExKit/ExMVVMKit.git",
"tag": "0.2.22"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"resource_bundles": {
"ExMVVMKit": [
"ExMVVMKit/Assets/**/*.{png,strings,plist}"
]
},
"source_files": "ExMVVMKit/ExKit/**/*.{h,m}",
"prefix_header_contents": "#import <ReactiveObjC/ReactiveObjC.h>",
"frameworks": [
"UIKit",
"Foundation"
],
"libraries": [
"bz2",
"stdc++",
"iconv"
],
"dependencies": {
"ReactiveObjC": [
],
"AFNetworking": [
],
"MJRefresh": [
],
"Masonry": [
]
}
}