[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / 9 / 7 / InspeeroLibs / 0.3.0 / InspeeroLibs.podspec.json
blob5f2cef4b72270e2253163114ae7576fb0ba56be8
2   "name": "InspeeroLibs",
3   "version": "0.3.0",
4   "authors": "Inspeero Technologies.",
5   "summary": "A collection of stand-alone production-ready libraries focused on reusbility details.",
6   "homepage": "https://git2.inspeero.com/bsarwar/InspeeroLibraries",
7   "license": "MIT",
8   "source": {
9     "git": "https://git2.inspeero.com/bsarwar/InspeeroLibraries.git",
10     "tag": "0.3.0",
11     "branch": "develop"
12   },
13   "platforms": {
14     "ios": "10.0"
15   },
16   "requires_arc": true,
17   "swift_version": "4.2",
18   "subspecs": [
19     {
20       "name": "InAppPurchase",
21       "platforms": {
22         "ios": "10.0"
23       },
24       "source_files": "Components/InAppPurchase/Source/*"
25     },
26     {
27       "name": "XMPPClient",
28       "platforms": {
29         "ios": "10.0"
30       },
31       "source_files": "Components/XMPPClient/Source/*",
32       "dependencies": {
33         "XMPPFramework/Swift": [
35         ]
36       }
37     }
38   ]