[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / f / b / e / PlaybookSnapshot / 0.3.0 / PlaybookSnapshot.podspec.json
blob2d1883eb6aad098809640f990d60c3d84bc8887e
2   "name": "PlaybookSnapshot",
3   "version": "0.3.0",
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.3.0"
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   },
26   "dependencies": {
27     "Playbook": [
28       "~> 0.2.0"
29     ]
30   },
31   "pod_target_xcconfig": {
32     "APPLICATION_EXTENSION_API_ONLY": "YES",
33     "BUILD_LIBRARY_FOR_DISTRIBUTION": "YES",
34     "ENABLE_BITCODE": "NO"
35   },
36   "user_target_xcconfig": {
37     "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\""
38   },
39   "swift_version": "5.1"