blob: 09ede0a8260044002ad910cc1c4f6c516413a4d3 [file] [log] [blame]
{
"name": "NUI",
"version": "0.2.7",
"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.7"
},
"platforms": {
"ios": "6.0"
},
"source_files": [
"NUI",
"NUI/**/*.{h,m}"
],
"resources": [
"NUI/Resources/*.png",
"NUI/**/*.nss"
],
"requires_arc": true,
"frameworks": [
"UIKit",
"CoreGraphics",
"QuartzCore",
"CoreImage"
]
}