blob: c3bfbf242f890cc076950905d42ca39d8fbd0766 [file] [log] [blame]
{
"name": "HandyUIKit",
"version": "1.6.0",
"summary": "Handy UI features that should have been part of UIKit in the first place.",
"description": "The goal of this library is to provide handy UI related features that we feel like they should have been\npart of the UIKit frameworks themselves. Therefore this library is intended to inherit solutions for common\ntasks that appear in daily programming and tries to comply to the same naming conventions as already used\nin the Apple frameworks.",
"homepage": "https://github.com/Flinesoft/HandyUIKit",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Cihat Gündüz": "CihatGuenduez@posteo.de"
},
"social_media_url": "https://twitter.com/Dschee",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/Flinesoft/HandyUIKit.git",
"tag": "1.6.0"
},
"source_files": [
"Sources",
"Sources/**/*.swift"
],
"frameworks": "UIKit",
"pushed_with_swift_version": "4.0"
}