blob: 135df03087a8a4d17c3140b4f39176c7bd2f8163 [file] [log] [blame]
{
"name": "Stagehand",
"version": "2.1.1",
"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": "2.1.1"
},
"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"
}