blob: 4bd01a870e57f0edca2a3b9838846aebe0d0a37c [file] [log] [blame]
{
"name": "Perform",
"version": "2.0.1",
"summary": "Easy dependency injection for storyboard segues.",
"homepage": "https://github.com/thoughtbot/Perform",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Adam Sharp",
"source": {
"git": "https://github.com/thoughtbot/Perform.git",
"tag": "2.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/Perform/**/*.swift",
"dependencies": {
"Aspects": [
"~> 1.4"
]
}
}