blob: 8627490524c7db48576a516c01a8deb2b42a70cb [file] [log] [blame]
{
"name": "RxReusable",
"version": "0.2.0",
"summary": "Reusable cells and views for RxSwift",
"homepage": "https://github.com/devxoul/RxReusable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Suyeol Jeon": "devxoul@gmail.com"
},
"source": {
"git": "https://github.com/devxoul/RxReusable.git",
"tag": "0.2.0"
},
"source_files": "Sources/*.swift",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"RxSwift": [
">= 3.0"
],
"RxCocoa": [
">= 3.0"
]
},
"platforms": {
"ios": "8.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"pushed_with_swift_version": "3.0"
}