blob: eca6953b3c856abe4d4a31431de816d6efd1e927 [file] [log] [blame]
{
"name": "AppTheme",
"version": "0.0.1",
"summary": "An easy way to apply design language to your project.",
"description": "An easy way to apply design language to your project .",
"homepage": "https://github.com/chrsp/AppThemeSkeleton.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Charles Prado": "chrspx@gmail.com"
},
"platforms": {
"ios": "10.4"
},
"source": {
"git": "https://github.com/chrsp/AppThemeSkeleton.git",
"tag": "0.0.1"
},
"source_files": "AppTheme/**/*.{h,m,swift}",
"exclude_files": "AppTheme/Exclude",
"frameworks": [
"UIKit",
"Foundation"
],
"ios": {
"frameworks": "UIKit"
},
"swift_versions": "4.0",
"swift_version": "4.0"
}