blob: 51af6b7a90347a2afea12db5ccbf444e69cac924 [file] [log] [blame]
{
"name": "PlaybookSnapshot",
"version": "0.1.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 generating snapshot images of components managed by Playbook.",
"source": {
"git": "https://github.com/playbook-ui/playbook-ios.git",
"tag": "0.1.2"
},
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"requires_arc": true,
"swift_versions": "5.1",
"platforms": {
"ios": "11.0"
},
"ios": {
"source_files": "Sources/PlaybookSnapshot/**/*.swift",
"frameworks": "XCTest"
},
"dependencies": {
"Playbook": [
"~> 0"
]
},
"pod_target_xcconfig": {
"APPLICATION_EXTENSION_API_ONLY": "YES",
"BUILD_LIBRARY_FOR_DISTRIBUTION": "YES",
"ENABLE_BITCODE": "NO"
},
"user_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\""
},
"swift_version": "5.1"
}