[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / 5 / 0 / NUI / 0.5.3 / NUI.podspec.json
blobd43a8f2abe0125b0fdaaf77b18432a52cf4c07e1
2   "name": "NUI",
3   "version": "0.5.3",
4   "summary": "Style iOS apps with a stylesheet, similar to CSS.",
5   "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.",
6   "homepage": "https://github.com/tombenner/nui",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Tom Benner": "tombenner@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/tombenner/nui.git",
16     "tag": "v0.5.3"
17   },
18   "platforms": {
19     "ios": "5.1"
20   },
21   "source_files": [
22     "NUI",
23     "NUI/**/*.{h,m}"
24   ],
25   "resources": [
26     "NUI/Resources/*.png",
27     "NUI/**/*.nss"
28   ],
29   "requires_arc": true,
30   "frameworks": [
31     "UIKit",
32     "CoreGraphics",
33     "QuartzCore",
34     "CoreImage"
35   ],
36   "dependencies": {
37     "CoreParse": [
39     ]
40   }