[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 4 / 8 / d / SJDatabaseHelper / 0.0.7 / SJDatabaseHelper.podspec.json
bloba91ee3547387d9010ca717bfb96c268215861df2
2   "name": "SJDatabaseHelper",
3   "version": "0.0.7",
4   "summary": "This is database helper",
5   "description": "This library is base on realm",
6   "homepage": "https://github.com/SabrinaJiang14/SJDatabaseHelper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "SabrinaJiang": "j.sabrina0326@gmail.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/SabrinaJiang14/SJDatabaseHelper.git",
19     "tag": "0.0.7"
20   },
21   "source_files": "SJDatabaseHelper/**/*",
22   "pod_target_xcconfig": {
23     "SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(PODS_ROOT)/Arcane/CocoaPods/iphoneos",
24     "SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(PODS_ROOT)/Arcane/CocoaPods/iphonesimulator"
25   },
26   "dependencies": {
27     "RxSwift": [
28       "~> 4.0"
29     ],
30     "RxCocoa": [
31       "~> 4.0"
32     ],
33     "RxRealm": [
35     ]
36   },
37   "swift_version": "4.0"