blob: b3aefe61fb3a88c273a97dcd5b893c4c84b62311 [file] [log] [blame]
{
"name": "RxCoreStore",
"version": "2.1.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.1.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.2",
"source_files": [
"Sources",
"Sources/**/*.{swift,h,m}"
],
"public_header_files": "Sources/**/*.h",
"frameworks": [
"Foundation",
"CoreData"
],
"requires_arc": true,
"dependencies": {
"CoreStore": [
">=7.1.0"
],
"RxCocoa": [
">=5.1.1"
],
"RxSwift": [
">=5.1.1"
]
},
"swift_version": "5.2"
}