blob: c4f1d786a487424a53be563c04e0e4ad5ad5283f [file] [log] [blame]
{
"name": "UISS",
"version": "1.1.2",
"platforms": {
"ios": "5.0"
},
"license": "MIT",
"summary": "UIKit Style Sheets.",
"homepage": "https://github.com/robertwijas/UISS",
"authors": {
"Robert Wijas": "https://robertwijas.com"
},
"description": "UISS stands for UIKit Style Sheets. UISS is an iOS library that provides you with a convenient way to define the style of your application. UISS is built on top of UIKit UIAppearance proxies.",
"source": {
"git": "https://github.com/robertwijas/UISS.git",
"tag": "1.1.2"
},
"source_files": "Project/UISS",
"resources": "Project/UISSResources.bundle",
"prefix_header_file": "Project/UISS/UISS-Prefix.pch",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}