blob: 1fb56e56568cf6b14a9957c1806ca0be91f1e6db [file] [log] [blame]
{
"name": "uikit-utils",
"version": "0.5.1",
"summary": "Utilities for UIKit",
"description": " This is a collection of useful classes and extensions for common classes in UIKit.\n \n * Various categories to make the standard UIKit classes more useful.\n * A few helper classes with the same purpose.\n",
"homepage": "https://github.com/mruegenberg/uikit-utils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Marcel Ruegenberg": "github@dustlab.com"
},
"platforms": {
"ios": "5.1"
},
"requires_arc": true,
"source": {
"git": "https://github.com/mruegenberg/uikit-utils.git",
"tag": "0.5.1"
},
"source_files": "Classes/**/*.{h,m}",
"resources": "Resources/*.png",
"frameworks": "UIKit",
"dependencies": {
"ios-versioncheck": [
"~> 1.0.1"
]
}
}