blob: e5750eccc2a35c3c22b2e41510dd33f62d47c47a [file] [log] [blame]
{
"name": "MTReactiveCocoa",
"version": "0.1.0",
"summary": "MTReactiveCocoa.",
"description": "ReactiveObjC动态库框架.",
"homepage": "https://gitee.com/fmdb/MTReactiveCocoa",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"BestiOSDev": "1060545231@qq.com"
},
"source": {
"git": "https://gitee.com/fmdb/MTReactiveCocoa.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"vendored_frameworks": "MTReactiveCocoa/Framework/MTReactiveCocoa.framework",
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation",
"MapKit"
],
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
}