blob: 260d7c2069903b057bc7013b19936a7ee26124e8 [file] [log] [blame]
{
"name": "RxCoreStore",
"version": "2.0.1",
"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.0.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": [
"Sources",
"Sources/**/*.{swift,h,m}"
],
"public_header_files": "Sources/**/*.h",
"frameworks": [
"Foundation",
"CoreData"
],
"requires_arc": true,
"dependencies": {
"CoreStore": [
">=7.0.0"
],
"RxCocoa": [
">=5.0"
],
"RxSwift": [
">=5.0"
]
}
}