[Add] AlibabacloudBtripOpen20220520 4.5.0
[CocoaPods.git] / Specs / 1 / e / 7 / Gravatar / 0.1.0 / Gravatar.podspec.json
blob92035c69ec932e30a6d151b0bc400fdfac844a55
2   "name": "Gravatar",
3   "version": "0.1.0",
4   "summary": "A convient library for accessing the Gravatar API",
5   "homepage": "https://gravatar.com",
6   "license": {
7     "type": "Mozilla Public License v2",
8     "file": "LICENSE.md"
9   },
10   "authors": "Automattic, Inc.",
11   "source": {
12     "git": "https://github.com/Automattic/Gravatar-SDK-iOS.git",
13     "tag": "0.1.0"
14   },
15   "documentation_url": "https://automattic.github.io/Gravatar-SDK-iOS/",
16   "swift_versions": "5.9",
17   "platforms": {
18     "ios": "15.0"
19   },
20   "source_files": "Sources/**/*.swift",
21   "testspecs": [
22     {
23       "name": "Tests",
24       "test_type": "unit",
25       "platforms": {
26         "ios": "15.0"
27       },
28       "source_files": [
29         "Tests/**/*.swift"
30       ],
31       "resource_bundles": {
32         "GravatarTestsResources": [
33           "Tests/GravatarTests/Resources/**/*"
34         ]
35       },
36       "requires_app_host": false
37     }
38   ],
39   "swift_version": "5.9"