blob: 08d1d4578c4a10da5b13d54ed24c6dc4e53ab667 [file] [log] [blame]
{
"name": "ReusableKit",
"version": "2.0.0",
"summary": "Generic reusables for Cocoa.",
"homepage": "https://github.com/devxoul/ReusableKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Suyeol Jeon": "devxoul@gmail.com"
},
"source": {
"git": "https://github.com/devxoul/ReusableKit.git",
"tag": "2.0.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"pushed_with_swift_version": "4.0",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/ReusableKit/*.swift"
},
{
"name": "RxSwift",
"source_files": "Sources/RxReusableKit/*.swift",
"dependencies": {
"ReusableKit/Core": [
],
"RxSwift": [
">= 4.0.0-beta.0"
],
"RxCocoa": [
">= 4.0.0-beta.0"
]
}
}
]
}