[Add] BridgeKit 0.1.0
[CocoaPods.git] / Specs / 9 / a / d / ContentProviders / 1.1.0 / ContentProviders.podspec.json
blob339b457bd53cbdf1629cd950e781cd4cf07b5e80
2   "name": "ContentProviders",
3   "summary": "A collection of useful content providers used for accessing and modifying iOS applications data.",
4   "version": "1.1.0",
5   "platforms": {
6     "ios": "8.0"
7   },
8   "cocoapods_version": ">= 1.4.0.beta.2",
9   "static_framework": true,
10   "homepage": "https://github.com/roxiemobile/content-providers.ios",
11   "authors": {
12     "Roxie Mobile Ltd.": "sales@roxiemobile.com",
13     "Alexander Bragin": "bragin-av@roxiemobile.com"
14   },
15   "license": "BSD-4-Clause",
16   "source": {
17     "git": "https://github.com/roxiemobile/content-providers.ios.git",
18     "tag": "1.1.0"
19   },
20   "default_subspecs": "SQLite",
21   "subspecs": [
22     {
23       "name": "SQLite",
24       "dependencies": {
25         "ContentProvidersSQLite": [
26           "1.1.0"
27         ]
28       }
29     }
30   ]