[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / e / 7 / Gravatar / 1.0.2-alpha.2 / Gravatar.podspec.json
blob66530193b36a939c8c52ace110d2a7bd400017c3
2   "name": "Gravatar",
3   "version": "1.0.2-alpha.2",
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": "1.0.2-alpha.2"
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/Gravatar/**/*.swift",
21   "testspecs": [
22     {
23       "name": "GravatarTests",
24       "test_type": "unit",
25       "platforms": {
26         "ios": "15.0"
27       },
28       "source_files": [
29         "Tests/GravatarTests/**/*.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"