blob: caf18f2efd890bbb0d9e8be7827ff95e36ea8ae8 [file] [log] [blame]
{
"name": "Outlets",
"version": "0.1.0",
"summary": "Utility functions for validating IBOutlet and IBAction connections.",
"description": "Outlets provides a set of functions to make validating that `IBOutlets` are\nconnected between your Storyboard/XIB file and view controller properties. It\ncan also validate that `IBAction` methods are connected correctly as well.\n\nFor an explanation of the approach and how these assertions work see\n[Testing IBOutlets and IBActions With Curried Functions in Swift](http://phatbl.at/2016/04/29/testing-iboutlets-and-ibactions-with-curried-functions-in-swift.html)\n\nThe standalone\n[OutletActionAssertion](https://github.com/phatblat/OutletActionAssertion)\nproject demonstrates how they work.",
"homepage": "https://github.com/phatblat/Outlets",
"screenshots": "http://phatbl.at/images/outlet-action-tests-pass.png",
"license": "MIT",
"authors": {
"Ben Chatelain": "ben@octop.ad"
},
"source": {
"git": "https://github.com/phatblat/Outlets.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/phatblat",
"platforms": {
"ios": "8.0"
},
"source_files": "Outlets/Source/**/*",
"frameworks": "UIKit"
}