[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 9 / 6 / f / GravatarUI / 3.0.0-rc.2 / GravatarUI.podspec.json
blob6946d6791e9bd38ac64be5f727bc4eff56cd1e49
2   "name": "GravatarUI",
3   "version": "3.0.0-rc.2",
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": "3.0.0-rc.2"
14   },
15   "documentation_url": "https://automattic.github.io/Gravatar-SDK-iOS/",
16   "swift_versions": [
17     "5.10"
18   ],
19   "platforms": {
20     "ios": "15.0"
21   },
22   "source_files": "Sources/GravatarUI/**/*.swift",
23   "resource_bundles": {
24     "GravatarUI": [
25       "Sources/GravatarUI/Resources/*.xcassets"
26     ]
27   },
28   "dependencies": {
29     "Gravatar": [
30       "3.0.0-rc.2"
31     ]
32   },
33   "ios": {
34     "frameworks": "UIKit"
35   },
36   "pod_target_xcconfig": {
37     "OTHER_SWIFT_FLAGS": "-Xfrontend -package-name -Xfrontend gravatar_sdk_ios"
38   },
39   "swift_version": "5.10"