blob: 1e678a735d8fe43c89d8ffd6e360063b102aee55 [file] [log] [blame]
{
"name": "RxCoreStore",
"version": "2.2.0",
"license": "MIT",
"summary": "RxSwift extensions for CoreStore",
"homepage": "https://github.com/JohnEstropia/RxCoreStore",
"authors": {
"John Rommel Estropia": "rommel.estropia@gmail.com"
},
"source": {
"git": "https://github.com/JohnEstropia/RxCoreStore.git",
"tag": "2.2.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.3",
"source_files": [
"Sources",
"Sources/**/*.{swift,h,m}"
],
"public_header_files": "Sources/**/*.h",
"frameworks": [
"Foundation",
"CoreData"
],
"requires_arc": true,
"dependencies": {
"CoreStore": [
">=7.3.0"
],
"RxCocoa": [
">=5.1.1"
],
"RxSwift": [
">=5.1.1"
]
},
"swift_version": "5.3"
}