blob: 22159aa2ea70b23297cb3142c45aec84e98b8f89 [file] [log] [blame]
{
"name": "AHQSLibrary",
"version": "0.1.2",
"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.\n\nUIColorExtension\n\nAn easy way to create a color.\n\nUIImageViewExtension\n\nAn easy way to load images from an URL and cache them.",
"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.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": [
"AHQSLibrary/UIViewExtension.swift",
"AHQSLibrary/UIColorExtension.swift",
"AHQSLibrary/UIImageViewExtension.swift"
],
"pushed_with_swift_version": "3.0"
}