blob: 8b14be3cfb35576faa3650993aa46b0e7cb2fdbc [file] [log] [blame]
{
"name": "RxCoreStore",
"version": "1.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": "1.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": [
"Sources",
"Sources/**/*.{swift,h,m}"
],
"public_header_files": "Sources/**/*.h",
"frameworks": [
"Foundation",
"CoreData"
],
"requires_arc": true,
"dependencies": {
"CoreStore": [
"~> 5.3"
],
"RxCocoa": [
"~> 4.1"
],
"RxSwift": [
"~> 4.1"
]
}
}