blob: b2d3434d8e4baea155ab6a6d2afb0b127057845e [file] [log] [blame]
{
"name": "rxcpp",
"version": "0.1.0",
"summary": "A short description of rxcpp.",
"description": "use rxcpp ===== https://github.com/ReactiveX/RxCpp \nwith cocoapods",
"homepage": "https://github.com/pencilCool/rxcpp",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"pencilCool": "yhtangcoder@gmail.com"
},
"source": {
"git": "https://github.com/pencilCool/rxcpp.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "rxcpp/**/**.{h,m,hpp,cpp}",
"header_mappings_dir": "rxcpp",
"libraries": "c++"
}