[Deprecate] CHAT360IOS_SDK 1.0.8
[CocoaPods.git] / Specs / 9 / d / a / SwiftDatabase / 1.0.0 / SwiftDatabase.podspec.json
blob320d5f13038355699beda660c1ee662232736dce
2   "name": "SwiftDatabase",
3   "version": "1.0.0",
4   "platforms": {
5     "ios": "12.3"
6   },
7   "swift_versions": [
8     "5.0",
9     "5.1",
10     "5.2",
11     "5.3",
12     "5.4"
13   ],
14   "authors": "Ricardo Rauber Pereira",
15   "license": "MIT",
16   "homepage": "http://ricardorauber.com",
17   "source": {
18     "git": "https://github.com/ricardorauber/SwiftDatabase.git",
19     "tag": "1.0.0"
20   },
21   "summary": "A light Swift database to use in your apps",
22   "pod_target_xcconfig": {
23     "ENABLE_TESTABILITY": "YES"
24   },
25   "source_files": "Classes/**/*",
26   "testspecs": [
27     {
28       "name": "Tests",
29       "test_type": "unit",
30       "requires_app_host": true,
31       "source_files": "Tests/**/*",
32       "dependencies": {
33         "Nimble": [
34           "8.1.2"
35         ],
36         "Quick": [
37           "3.0.0"
38         ]
39       }
40     }
41   ],
42   "swift_version": "5.4"