[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / 1 / e / 7 / Gravatar / 3.0.0-rc.2 / Gravatar.podspec.json
blob35df47d9857e47b124819bf024241995efe13855
2   "name": "Gravatar",
3   "version": "3.0.0-rc.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": "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/Gravatar/**/*.swift",
23   "resource_bundles": {
24     "Gravatar": [
25       "Sources/Gravatar/Resources/*.plist"
26     ]
27   },
28   "pod_target_xcconfig": {
29     "OTHER_SWIFT_FLAGS": "-Xfrontend -package-name -Xfrontend gravatar_sdk_ios"
30   },
31   "swift_version": "5.10"