blob: 7e31fd7a180d3120c68c6e6db4590371cf235bec [file] [log] [blame]
{
"name": "ReWebKit",
"version": "0.1.1",
"summary": "A simple webkit combined with RxSwift",
"homepage": "https://github.com/jiwonsis/ReWebKit",
"authors": {
"Scott Moon": "interactord@gmail.com"
},
"source": {
"git": "https://github.com/jiwonsis/ReWebKit.git",
"tag": "0.1.1"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source_files": "Sources/ReWebKit/**/*",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"RxSwift": [
">= 4.4.0"
],
"RxCocoa": [
">= 4.4.0"
]
},
"platforms": {
"ios": "11.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
}
}