[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / f / a / PlaybookAccessibilitySnapshot / 0.2.1 / PlaybookAccessibilitySnapshot.podspec.json
blobc706b7dc3f2a660a9a62285e160541b69954529f
2   "name": "PlaybookAccessibilitySnapshot",
3   "version": "0.2.1",
4   "authors": {
5     "jiayi-zhou": "jiayi.zhou98@gmail.com",
6     "ra1028": "r.fe51028.r@gmail.com"
7   },
8   "homepage": "https://github.com/playbook-ui/accessibility-snapshot-ios",
9   "documentation_url": "https://playbook-ui.github.io/accessibility-snapshot-ios",
10   "summary": "A library for generating snapshot images of components managed by Playbook with accessibility labels.",
11   "source": {
12     "git": "https://github.com/playbook-ui/accessibility-snapshot-ios.git",
13     "tag": "0.2.1"
14   },
15   "license": {
16     "type": "Apache 2.0",
17     "file": "LICENSE"
18   },
19   "requires_arc": true,
20   "swift_versions": "5.3",
21   "platforms": {
22     "ios": "12.0"
23   },
24   "ios": {
25     "source_files": "Sources/**/*.swift"
26   },
27   "dependencies": {
28     "PlaybookSnapshot": [
29       "~> 0.3.0"
30     ],
31     "AccessibilitySnapshot/Core": [
32       "~> 0.4.1"
33     ]
34   },
35   "pod_target_xcconfig": {
36     "APPLICATION_EXTENSION_API_ONLY": "NO",
37     "ENABLE_BITCODE": "NO"
38   },
39   "user_target_xcconfig": {
40     "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\""
41   },
42   "swift_version": "5.3"