blob: 26dfa330d3c3deba918a4a951234c1b57d26b30b [file] [log] [blame]
{
"name": "UIKitPro",
"version": "0.4.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "UIKitPro/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"PinCushion": [
]
}
}