blob: 7b55f44de36b8c7b4eae2eac3159f90ef5adff46 [file] [log] [blame]
{
"name": "Playbook",
"version": "0.0.3",
"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.3"
},
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"requires_arc": true,
"swift_versions": "5.1",
"platforms": {
"ios": "11.0"
},
"ios": {
"source_files": "Sources/Playbook/**/*.swift",
"weak_frameworks": [
"SwiftUI",
"Combine"
]
},
"pod_target_xcconfig": {
"APPLICATION_EXTENSION_API_ONLY": "YES",
"BUILD_LIBRARY_FOR_DISTRIBUTION": "YES"
},
"swift_version": "5.1"
}