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