blob: fcf3827a5eed7ed09e9850f6c7cc557ca333b293 [file] [log] [blame]
{
"name": "DNAKit",
"version": "0.0.2",
"summary": "A repository of reusable, customizable and stateful UI components and interactions for building modular and flexible UI elements in swift.",
"description": "A UI component library written in swift, inspired by Atomic Design by Brad Frost. A repository of reusable, customizable and stateful UI components and interactions for building modular and flexible UI elements in swift.\n\nBenefits:\nReusablitiy of code\nPromotes modularity, hence reducing redundancy\nIncreases consistency and enhancing the overall user experience\nMakes testing and debugging exponentially easier.\nShared vocabulary across all modules",
"homepage": "https://github.com/shivanid95/DNAKit",
"license": "MIT License",
"authors": {
"Shivani": "shivani.dosajh12@gmail.com"
},
"source": {
"git": "https://github.com/shivanid95/DNAKit.git",
"branch": "master"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.1",
"source_files": "DNAKit/**/*",
"exclude_files": "DNAKit/Info.plist",
"ios": {
"vendored_frameworks": "DNAKit.framework"
},
"swift_version": "5.1"
}