blob: 22aaaef05e4db0c568fda778c652b4ab33de307c [file] [log] [blame]
{
"name": "RxCoreStore",
"version": "0.0.1-alpha4",
"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": "0.0.1-alpha4"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"Sources",
"Sources/**/*.{swift,h,m}"
],
"public_header_files": "Sources/**/*.h",
"frameworks": [
"Foundation",
"CoreData"
],
"requires_arc": true,
"dependencies": {
"CoreStore": [
"4.0.0-beta3"
],
"RxCocoa": [
"~> 3.4"
],
"RxSwift": [
"~> 3.4"
]
},
"pushed_with_swift_version": "3.1"
}