[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / a / 8 / b / nanoUI / 0.1.1 / nanoUI.podspec.json
blob546866e6ce80590efd7dc7e331ac13635de379dc
2   "name": "nanoUI",
3   "version": "0.1.1",
4   "summary": "Various kind of UI code that ease up UI manipulation",
5   "description": "nUI Enable certain kind of UI manipulation in interface builder with @IBInspectable & @IBDesignable\nto give developer more visual information while developing/designing any application.",
6   "homepage": "https://github.com/myste1tainn/nUI",
7   "license": "MIT",
8   "authors": {
9     "A. Keereena": "myste1tainn.icez@gmail.com or a.keereena@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/myste1tainn/nUI.git",
13     "tag": "0.1.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "nUI": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": [
26     "Foundation",
27     "UIKit"
28   ]