blob: a91ee3547387d9010ca717bfb96c268215861df2 [file] [log] [blame]
{
"name": "SJDatabaseHelper",
"version": "0.0.7",
"summary": "This is database helper",
"description": "This library is base on realm",
"homepage": "https://github.com/SabrinaJiang14/SJDatabaseHelper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"SabrinaJiang": "j.sabrina0326@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/SabrinaJiang14/SJDatabaseHelper.git",
"tag": "0.0.7"
},
"source_files": "SJDatabaseHelper/**/*",
"pod_target_xcconfig": {
"SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(PODS_ROOT)/Arcane/CocoaPods/iphoneos",
"SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(PODS_ROOT)/Arcane/CocoaPods/iphonesimulator"
},
"dependencies": {
"RxSwift": [
"~> 4.0"
],
"RxCocoa": [
"~> 4.0"
],
"RxRealm": [
]
},
"swift_version": "4.0"
}