blob: 386b03917f8eca2dfda1b6f2c7c7a2b8e8fdb4a3 [file] [log] [blame]
{
"name": "AHQSLibrary",
"version": "0.1.1",
"summary": "Some useful helpers for iOS 9+ and Swift 3.0 .",
"description": "Some useful helpers for iOS 9+ and Swift 3.0\n\nUIViewExtension\n\nAn easy way to play with view constraints using anchors. For iOS 9+ and Swift 3.0 .\nWith this extension all you need is to call on method for each element in your view.",
"homepage": "https://github.com/ahenqs/AHQSLibrary",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"André Henrique da Silva": "ahenqs@gmail.com"
},
"source": {
"git": "https://github.com/ahenqs/AHQSLibrary.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "AHQSLibrary/UIViewExtension.swift",
"pushed_with_swift_version": "3.0"
}