blob: 2e7ab9fbaf3b06154eb1affdecf883a0676082a6 [file] [log] [blame]
{
"name": "RxCoreStore",
"version": "0.0.1-alpha",
"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-alpha"
},
"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-beta"
],
"RxCocoa": [
"~> 3.4"
],
"RxSwift": [
"~> 3.4"
]
},
"pushed_with_swift_version": "3.1"
}