blob: 0417abd70b6801748227cf50645ccb50dbe5e73f [file] [log] [blame]
{
"name": "Doric",
"version": "1.0.0-beta",
"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-beta"
},
"platforms": {
"ios": "11.0"
},
"requires_arc": true,
"source_files": "Source/*.{swift}",
"resources": "Source/**/*.{png}",
"frameworks": "UIKit",
"swift_version": "4.2"
}