blob: 3e6a33ab4d7f1b97a258b2d1f0f0dcfd1d1f9ad2 [file] [log] [blame]
{
"name": "ComposableStyling",
"version": "1.0.0",
"summary": "Functional styling in Swift.",
"description": "Functional styling provides elegant composable styling implementation in Swift.",
"homepage": "https://github.com/takecian/ComposableStyling",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"takecian": "takecian@gmail.com"
},
"source": {
"git": "https://github.com/takecian/ComposableStyling.git",
"tag": "1.0.0"
},
"swift_version": "4.2",
"platforms": {
"ios": "10.0"
},
"source_files": "ComposableStyling/**/*.swift"
}