[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 3 / f / 9 / Playbook / 0.0.1 / Playbook.podspec.json
blob95761e87294557795f40c2c4f867af3d7451f2ba
2   "name": "Playbook",
3   "version": "0.0.1",
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 snapshots of them.",
10   "source": {
11     "git": "https://github.com/playbook-ui/playbook-ios.git",
12     "tag": "0.0.1"
13   },
14   "license": {
15     "type": "Apache 2.0",
16     "file": "LICENSE"
17   },
18   "requires_arc": true,
19   "default_subspecs": [
20     "System",
21     "Snapshot"
22   ],
23   "swift_versions": "5.1",
24   "platforms": {
25     "ios": "11.0"
26   },
27   "pod_target_xcconfig": {
28     "APPLICATION_EXTENSION_API_ONLY": "YES",
29     "BUILD_LIBRARY_FOR_DISTRIBUTION": "YES"
30   },
31   "subspecs": [
32     {
33       "name": "System",
34       "ios": {
35         "source_files": "Sources/Playbook/**/*.swift",
36         "weak_frameworks": [
37           "SwiftUI",
38           "Combine"
39         ]
40       }
41     },
42     {
43       "name": "Snapshot",
44       "dependencies": {
45         "Playbook/System": [
47         ]
48       },
49       "ios": {
50         "source_files": "Sources/PlaybookSnapshot/**/*.swift",
51         "frameworks": "XCTest"
52       },
53       "user_target_xcconfig": {
54         "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\""
55       },
56       "pod_target_xcconfig": {
57         "ENABLE_BITCODE": "NO"
58       }
59     },
60     {
61       "name": "UI",
62       "dependencies": {
63         "Playbook/System": [
65         ]
66       },
67       "platforms": {
68         "ios": "13.0"
69       },
70       "ios": {
71         "source_files": "Sources/PlaybookUI/**/*.swift",
72         "frameworks": [
73           "SwiftUI",
74           "Combine"
75         ]
76       }
77     }
78   ],
79   "swift_version": "5.1"