blob: d4e08b82904c03339d793704fe6480022a83aedf [file] [log] [blame]
{
"name": "Playbook",
"version": "0.1.1",
"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 taking snapshots of them.",
"source": {
"git": "https://github.com/playbook-ui/playbook-ios.git",
"tag": "0.1.1"
},
"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"
}