[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 9 / 6 / f / GravatarUI / 1.0.0 / GravatarUI.podspec.json
blob43c4599d3195921f141050f84d257c4935ba8df2
2   "name": "GravatarUI",
3   "version": "1.0.0",
4   "summary": "A convient library of Gravatar UI components",
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.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/GravatarUI/**/*.swift",
21   "dependencies": {
22     "Gravatar": [
23       "1.0.0"
24     ]
25   },
26   "ios": {
27     "frameworks": "UIKit"
28   },
29   "testspecs": [
30     {
31       "name": "GravatarUITests",
32       "test_type": "unit",
33       "platforms": {
34         "ios": "15.0"
35       },
36       "source_files": [
37         "Tests/GravatarUITests/**/*.swift"
38       ],
39       "resource_bundles": {
40         "GravatarUITestsResources": [
41           "Tests/GravatarUITests/Resources/**/*"
42         ]
43       },
44       "requires_app_host": false
45     }
46   ],
47   "swift_version": "5.9"