blob: 05b76c2ada97fb0484ae248fb0979667cd6a4002 [file] [log] [blame]
{
"name": "RxCoreStore",
"version": "0.0.1-alpha2",
"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-alpha2"
},
"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-beta2"
],
"RxCocoa": [
"~> 3.4"
],
"RxSwift": [
"~> 3.4"
]
},
"pushed_with_swift_version": "3.1"
}