blob: 41056cf6e173aa3919da8d3adbb6ee4fb30bd4db [file] [log] [blame]
{
"name": "Stagehand",
"version": "3.0.0",
"summary": "Modern, type-safe API for building animations on iOS",
"homepage": "https://github.com/CashApp/Stagehand",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": "Square",
"source": {
"git": "https://github.com/CashApp/Stagehand.git",
"tag": "3.0.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0.1",
"source_files": "Sources/Stagehand/**/*",
"frameworks": [
"CoreGraphics",
"UIKit"
],
"pod_target_xcconfig": {
"ENABLE_TESTABILITY": "YES"
},
"swift_version": "5.0.1"
}