blob: 7b9ede65fa97700768a4f68820db7846510b45a8 [file] [log] [blame]
{
"name": "uikit-utils",
"version": "0.5.0",
"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.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/mruegenberg/uikit-utils.git",
"tag": "0.5.0"
},
"source_files": "Classes/**/*.{h,m}",
"resources": "Resources/*.png",
"frameworks": "UIKit",
"dependencies": {
"ios-versioncheck": [
]
}
}