blob: 0c255cedd71bbf4028ef657faf7b9ebfae7e2a66 [file] [log] [blame]
{
"name": "NUI",
"version": "0.2.2",
"summary": "Style iOS apps with a style sheet, similar to CSS.",
"description": "NUI is a drop-in UI kit for iOS that lets you style UI elements using a style sheet, 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.2.2"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"NUI",
"NUI/**/*.{h,m}"
],
"resources": [
"NUI/Resources/*.png",
"NUI/**/*.nss"
],
"requires_arc": true,
"frameworks": [
"UIKit",
"CoreGraphics",
"QuartzCore",
"CoreImage"
]
}