blob: fa565b4d0153ad5c14add1c6647837632c9fa24b [file] [log] [blame]
{
"name": "UltraKit",
"version": "0.0.1",
"summary": "Library for rapid prototyping of the UICollectionView layout.",
"homepage": "https://github.com/sergeyshalnov/UltraKit",
"authors": {
"Sergey Shalnov": "sergeyshalnov.dev@gmail.com"
},
"social_media_url": "https://www.instagram.com/yegrec",
"platforms": {
"ios": "13.0"
},
"swift_versions": "5.0",
"frameworks": "UIKit",
"source_files": "UltraKit/**/*.{h,m,swift}",
"source": {
"git": "https://github.com/sergeyshalnov/UltraKit.git",
"tag": "0.0.1"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"swift_version": "5.0"
}