[Add] FriendlyCaptcha 1.0.0
[CocoaPods.git] / Specs / 3 / f / 9 / Playbook / 0.3.2 / Playbook.podspec.json
blob5696550ec83ac2d6da742cb0cd9225ee66d1d513
2   "name": "Playbook",
3   "version": "0.3.2",
4   "authors": {
5     "ra1028": "r.fe51028.r@gmail.com"
6   },
7   "homepage": "https://github.com/playbook-ui/playbook-ios",
8   "documentation_url": "https://playbook-ui.github.io/playbook-ios",
9   "summary": "A library for isolated developing UI components and automatically taking snapshots of them.",
10   "source": {
11     "git": "https://github.com/playbook-ui/playbook-ios.git",
12     "tag": "0.3.2"
13   },
14   "license": {
15     "type": "Apache 2.0",
16     "file": "LICENSE"
17   },
18   "requires_arc": true,
19   "swift_versions": "5.1",
20   "platforms": {
21     "ios": "11.0"
22   },
23   "ios": {
24     "source_files": "Sources/Playbook/**/*.swift",
25     "weak_frameworks": [
26       "SwiftUI",
27       "Combine"
28     ]
29   },
30   "pod_target_xcconfig": {
31     "APPLICATION_EXTENSION_API_ONLY": "YES",
32     "BUILD_LIBRARY_FOR_DISTRIBUTION": "YES"
33   },
34   "swift_version": "5.1"