blob: 7e757ec8c2d1be6e20bd7b6c38ea4fff3d217aab [file] [log] [blame]
{
"name": "AHQSLibrary",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "AHQSLibrary/UIViewExtension.swift",
"pushed_with_swift_version": "3.0"
}