blob: cf2490e5b30c4f0d1adf979b46683d20274981e1 [file] [log] [blame]
{
"name": "AutoLayoutHelperSwift",
"version": "1.0.0",
"license": "MIT",
"summary": "UIView extension to easily create common Auto Layout Constraints for iOS.",
"homepage": "https://github.com/ustwo/autolayout-helper-swift",
"authors": {
"Shagun Madhikarmi": "shagun@ustwo.com",
"Daniela Dias": "daniela@ustwo.com"
},
"source": {
"git": "https://github.com/ustwo/autolayout-helper-swift.git",
"tag": "v1.0.0"
},
"platforms": {
"ios": "8.3"
},
"source_files": "Sources/*.swift",
"requires_arc": true
}