blob: 7b5e2593a9d1c2e56811a30200822cacdd74dcb3 [file] [log] [blame]
{
"name": "RxCoreStore",
"version": "1.3.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.3.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": [
"~> 4.4"
],
"RxSwift": [
"~> 4.4"
]
}
}