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