blob: 039ada4b197b886423e70a623f8d035890b0b068 [file] [log] [blame]
{
"name": "RxBlocking",
"version": "1.8",
"summary": "RxSwift Cocoa extensions",
"description": "* UI extensions\n* NSURL extensions\n* KVO extensions",
"homepage": "https://github.com/kzaher/RxSwift",
"license": "MIT",
"authors": {
"Krunoslav Zaher": "krunoslav.zaher@gmail.com"
},
"source": {
"git": "https://github.com/kzaher/RxSwift.git",
"tag": "1.8"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "RxBlocking/RxBlocking/**/*.swift",
"dependencies": {
"RxSwift": [
]
}
}