blob: 4532ad913b54ab15b542be7ef495761e9a4ad1eb [file] [log] [blame]
{
"name": "Doric",
"version": "1.0.0",
"summary": "Doric is Design System foundation written in Swift. Protocol oriented and type safe scalable framework to create Design System.",
"homepage": "https://github.com/jayeshk/Doric",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jay K.": "mobilejay5@gmail.com"
},
"source": {
"git": "https://github.com/jayeshk/Doric.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "11.0"
},
"requires_arc": true,
"source_files": "Source/*.{swift}",
"resources": "Source/**/*.{png}",
"frameworks": "UIKit",
"swift_version": "4.2"
}