| { |
| "name": "Playbook", |
| "version": "0.0.2", |
| "authors": { |
| "ra1028": "r.fe51028.r@gmail.com" |
| }, |
| "homepage": "https://github.com/playbook-ui/playbook-ios", |
| "documentation_url": "https://playbook-ui.github.io/playbook-ios", |
| "summary": "A library for isolated developing UI components and automatically snapshots of them.", |
| "source": { |
| "git": "https://github.com/playbook-ui/playbook-ios.git", |
| "tag": "0.0.2" |
| }, |
| "license": { |
| "type": "Apache 2.0", |
| "file": "LICENSE" |
| }, |
| "requires_arc": true, |
| "default_subspecs": [ |
| "System", |
| "Snapshot" |
| ], |
| "swift_versions": "5.1", |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "pod_target_xcconfig": { |
| "APPLICATION_EXTENSION_API_ONLY": "YES", |
| "BUILD_LIBRARY_FOR_DISTRIBUTION": "YES" |
| }, |
| "subspecs": [ |
| { |
| "name": "System", |
| "ios": { |
| "source_files": "Sources/Playbook/**/*.swift", |
| "weak_frameworks": [ |
| "SwiftUI", |
| "Combine" |
| ] |
| } |
| }, |
| { |
| "name": "Snapshot", |
| "dependencies": { |
| "Playbook/System": [ |
| |
| ] |
| }, |
| "ios": { |
| "source_files": "Sources/PlaybookSnapshot/**/*.swift", |
| "frameworks": "XCTest" |
| }, |
| "user_target_xcconfig": { |
| "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\"" |
| }, |
| "pod_target_xcconfig": { |
| "ENABLE_BITCODE": "NO" |
| } |
| }, |
| { |
| "name": "UI", |
| "dependencies": { |
| "Playbook/System": [ |
| |
| ] |
| }, |
| "platforms": { |
| "ios": "13.0" |
| }, |
| "ios": { |
| "source_files": "Sources/PlaybookUI/**/*.swift", |
| "frameworks": [ |
| "SwiftUI", |
| "Combine" |
| ] |
| } |
| } |
| ], |
| "swift_version": "5.1" |
| } |