blob: 895c752d271378ddd5f36b622d86ff8c1801bc21 [file] [log] [blame]
{
"name": "SJDatabaseHelper",
"version": "0.0.3",
"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.3"
},
"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"
}