blob: d43a8f2abe0125b0fdaaf77b18432a52cf4c07e1 [file] [log] [blame]
{
"name": "NUI",
"version": "0.5.3",
"summary": "Style iOS apps with a stylesheet, similar to CSS.",
"description": "NUI is a drop-in UI kit for iOS that lets you style UI elements using a stylesheet, similar to CSS. It lets you style an entire app in minutes.",
"homepage": "https://github.com/tombenner/nui",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Tom Benner": "tombenner@gmail.com"
},
"source": {
"git": "https://github.com/tombenner/nui.git",
"tag": "v0.5.3"
},
"platforms": {
"ios": "5.1"
},
"source_files": [
"NUI",
"NUI/**/*.{h,m}"
],
"resources": [
"NUI/Resources/*.png",
"NUI/**/*.nss"
],
"requires_arc": true,
"frameworks": [
"UIKit",
"CoreGraphics",
"QuartzCore",
"CoreImage"
],
"dependencies": {
"CoreParse": [
]
}
}