[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 9 / a / d / ContentProviders / 1.6.1 / ContentProviders.podspec.json
blob8307d6fa7bab740200a6abb6c4c513cea3402a97
2   "name": "ContentProviders",
3   "summary": "A collection of useful content providers used for accessing and modifying iOS applications data.",
4   "version": "1.6.1",
5   "platforms": {
6     "ios": "12.0"
7   },
8   "swift_versions": "5.5",
9   "cocoapods_version": "~> 1.11.3",
10   "static_framework": true,
11   "homepage": "https://github.com/roxiemobile/content-providers.ios",
12   "authors": {
13     "Roxie Mobile Ltd.": "sales@roxiemobile.com",
14     "Alexander Bragin": "bragin-av@roxiemobile.com"
15   },
16   "license": "BSD-4-Clause",
17   "source": {
18     "git": "https://github.com/roxiemobile/content-providers.ios.git",
19     "tag": "v1.6.1"
20   },
21   "subspecs": [
22     {
23       "name": "FileSystem",
24       "dependencies": {
25         "ContentProvidersFileSystem": [
26           "1.6.1"
27         ]
28       }
29     },
30     {
31       "name": "SQLite",
32       "dependencies": {
33         "ContentProvidersSQLite": [
34           "1.6.1"
35         ]
36       }
37     },
38     {
39       "name": "UserDefaults",
40       "dependencies": {
41         "ContentProvidersUserDefaults": [
42           "1.6.1"
43         ]
44       }
45     }
46   ],
47   "swift_version": "5.5"