blob: 8e923b6070a187ce4f7c8499f3df0b5fc0345c97 [file] [log] [blame]
{
"name": "EasyReact",
"version": "2.0.0",
"summary": "EasyReact is an easy-to-use library for reactive programming.",
"description": "You may be confused about the functor, applicative and monad while using RxSwift or ReactiveCocoa. However, those concepts are so complicated that only a few people are using them in real projects. So why not do reactive programming in a simpler way? EasyReact makes it easy to use reactive programming in your projects.",
"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.0.0"
},
"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/ListenTransform/**/*.h"
],
"dependencies": {
"EasyTuple": [
"~> 1.0.0"
],
"EasySequence": [
"~> 1.2.0"
]
}
}