blob: d10b4780d895ed4f145682841ecf094a6febaf21 [file] [log] [blame]
{
"name": "UISS",
"version": "1.1.0",
"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.0"
},
"source_files": "Project/UISS",
"resources": "Project/UISSResources.bundle",
"preserve_paths": [
"Project/UISSDemo",
"Project/UISSDemoTests"
],
"prefix_header_file": "Project/UISS/UISS-Prefix.pch",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}