[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 8 / e / NXDrawKit / 0.3.3 / NXDrawKit.podspec.json
blobf7450a3503a3738ea36359c0bc17a86746ee45a2
2   "name": "NXDrawKit",
3   "version": "0.3.3",
4   "summary": "NXDrawKit is a simple and easy but useful drawing kit for iPhone",
5   "description": "NXDrawKit is a set of classes designed to use drawable view easily.",
6   "homepage": "https://github.com/nicejinux/NXDrawKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Nicejinux": "nicejinux@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/nicejinux/NXDrawKit.git",
16     "tag": "0.3.3"
17   },
18   "social_media_url": "https://twitter.com/nicejinux",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "NXDrawKit/Classes/*",
23   "resource_bundles": {
24     "NXDrawKit": [
25       "NXDrawKit/Assets/*"
26     ]
27   },
28   "frameworks": "UIKit",
29   "dependencies": {
30     "SnapKit": [
31       "~> 0.22.0"
32     ]
33   }