blob: d5f68e45f728e51114c67dac51a7ae0e8d6bede4 [file] [log] [blame]
{
"name": "NibBased",
"version": "1.0",
"summary": "A micro-framework that help to handle xib/nib based layout",
"description": "A micro-framework that help to handle xib/nib based layout. \nIf you prefer to avoid usage of storyboards in your project, \nthis few classes will help you organized your view related part of the code.",
"homepage": "https://github.com/MaciejGad/NibBased",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Maciej Gad": "https://github.com/MaciejGad"
},
"social_media_url": "https://twitter.com/maciej_gad",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/MaciejGad/NibBased.git",
"tag": "v1.0"
},
"source_files": "NibBased/*.swift",
"swift_version": "4.2"
}