[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / f / b / e / PlaybookSnapshot / 0.2.1 / PlaybookSnapshot.podspec.json
blob894c3fa4bbc60acca5a88ad535de95eff2bf392f
2   "name": "PlaybookSnapshot",
3   "version": "0.2.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 generating snapshot images of components managed by Playbook.",
10   "source": {
11     "git": "https://github.com/playbook-ui/playbook-ios.git",
12     "tag": "0.2.1"
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/PlaybookSnapshot/**/*.swift",
25     "frameworks": "XCTest"
26   },
27   "dependencies": {
28     "Playbook": [
29       "~> 0.2.0"
30     ]
31   },
32   "pod_target_xcconfig": {
33     "APPLICATION_EXTENSION_API_ONLY": "YES",
34     "BUILD_LIBRARY_FOR_DISTRIBUTION": "YES",
35     "ENABLE_BITCODE": "NO"
36   },
37   "user_target_xcconfig": {
38     "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\""
39   },
40   "swift_version": "5.1"