blob: d366278084efc15b6c8e70eb9d938bbd63587c1c [file] [log] [blame]
{
"name": "Stagehand",
"version": "2.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": "2.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0.1",
"source_files": "Stagehand/Classes/Core/**/*",
"frameworks": [
"CoreGraphics",
"UIKit"
],
"pod_target_xcconfig": {
"ENABLE_TESTABILITY": "YES"
},
"swift_version": "5.0.1"
}