blob: 8744d26889f2d83f7f99a5739d919fa4527bcb5b [file] [log] [blame]
{
"name": "UIKitPro",
"version": "0.4.1",
"summary": "UIKitPro is a small set of UIKit additions and extensions to supplement the development of UIKit apps.",
"description": "With UIKitPro you can utilize UIKit to an even greater extent than you could before. UIKit extends functionality into Interface Builder and common UIView subclasses.",
"homepage": "https://github.com/LucasBest/UIKitPro",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lucas Best": "lucas.best.5@gmail.com"
},
"source": {
"git": "https://github.com/LucasBest/UIKitPro.git",
"tag": "0.4.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "UIKitPro/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"PinCushion": [
]
}
}