blob: b3ca31215294a0607bf22999e6c5ebae37ba8277 [file] [log] [blame]
{
"name": "ExMVVMKit",
"version": "0.2.14",
"summary": "A short description of ExMVVMKit.",
"homepage": "https://github.com/samspirit/ExMVVMKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"samspirit": "11873288@qq.com"
},
"source": {
"git": "https://github.com/samspirit/ExMVVMKit.git",
"tag": "0.2.14"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"resource_bundles": {
"ExMVVMKit": [
"ExMVVMKit/Assets/**/*.{png,strings,plist}"
]
},
"source_files": "ExMVVMKit/ExMVVMKit.h",
"prefix_header_contents": "#import <ReactiveObjC/ReactiveObjC.h>",
"frameworks": [
"UIKit",
"Foundation"
],
"libraries": [
"bz2",
"stdc++",
"iconv"
],
"dependencies": {
"ReactiveObjC": [
],
"AFNetworking": [
]
},
"subspecs": [
{
"name": "BaseMVVM",
"dependencies": {
"MJRefresh": [
],
"Masonry": [
],
"ExMVVMKit/Category": [
],
"ExMVVMKit/External": [
]
},
"source_files": "ExMVVMKit/BaseMVVM/**/*.{h,m}"
},
{
"name": "Category",
"dependencies": {
"ExMVVMKit/ModuleRouter": [
]
},
"source_files": "ExMVVMKit/Category/**/*.{h,m}"
},
{
"name": "External",
"dependencies": {
"MBProgressHUD": [
"~> 1.1.0"
]
},
"source_files": "ExMVVMKit/External/**/*.{h,m}"
},
{
"name": "ModuleRouter",
"source_files": "ExMVVMKit/ModuleRouter/**/*.{h,m}"
},
{
"name": "Serivce",
"source_files": "ExMVVMKit/Serivce/**/*.{h,m}"
}
]
}