blob: 5d1163ac88cab56a950cb6210e686387d3450038 [file] [log] [blame]
{
"name": "Perform",
"version": "2.0.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/Perform/**/*.swift",
"dependencies": {
"Aspects": [
"~> 1.4"
]
}
}