blob: 89881ff1995858f6918fc140aff797c632d3f88f [file] [log] [blame]
{
"name": "EasyReact",
"version": "2.2.1",
"summary": "Make reactive programming easier for you.",
"description": "Are you confused by the functors, applicatives, and monads in RxSwift and ReactiveCocoa? It doesn't matter, the concepts are so complicated that not many developers actually use them in normal projects. Is there an easy-to-use way to use reactive programming? EasyReact is born for this reason.",
"homepage": "https://github.com/meituan/EasyReact",
"license": {
"type": "Apache License 2.0",
"file": "LICENSE"
},
"authors": {
"William Zang": "chengwei.zang.1985@gmail.com",
"姜沂": "nero_jy@qq.com",
"Qin Hong": "qinhong@face2d.com"
},
"source": {
"git": "https://github.com/meituan/EasyReact.git",
"tag": "2.2.1"
},
"platforms": {
"ios": "8.0"
},
"module_map": "EasyReact/EasyReact.modulemap",
"source_files": "EasyReact/Classes/**/*",
"requires_arc": true,
"private_header_files": [
"EasyReact/Classes/Core/Private/**/*.h",
"EasyReact/Classes/Core/ListenEdges/**/*.h"
],
"dependencies": {
"EasyFoundation": [
"~> 1.0.0"
]
}
}