blob: 3fcf4fc8a2216b4a5cbb036f712e70f39a38f0dc [file] [log] [blame]
{
"name": "Spiffy",
"version": "0.0.1",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"homepage": "https://github.com/Badlazzor/Spiffy",
"authors": {
"Balázs Hajagos": "badlazzor@gmail.com"
},
"summary": "Spiffy is a lightweight styling library for iOS applications",
"description": "Spiffy is a lightweight styling library tailored to be as easy to use and as extensible as possible while maintaining a coherent coding experience.",
"source": {
"git": "https://github.com/Badlazzor/Spiffy.git",
"tag": "0.0.1"
},
"requires_arc": true,
"swift_version": "4.2",
"source_files": "Spiffy/**/*.{swift,h,m}",
"ios": {
"frameworks": "UIKit"
},
"platforms": {
"ios": "9.0"
}
}