[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 5 / 2 / NHExtension / 1.1.2 / NHExtension.podspec.json
blobecab1bf8fa26fb22cb5c96902db323fe63f40a70
2   "name": "NHExtension",
3   "version": "1.1.2",
4   "summary": "UIKit、Foundation的类扩展.",
5   "description": "常用的UIKit、Foundation的类扩展",
6   "homepage": "https://github.com/neghao/NHExtension.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "neghao_pro": "nenhall@126.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/neghao/NHExtension.git",
19     "tag": "1.1.2"
20   },
21   "source_files": "NHExtension/**/*.{h,m}",
22   "frameworks": [
23     "UIKit",
24     "Foundation",
25     "ImageIO"
26   ],
27   "libraries": "z",
28   "requires_arc": true,
29   "dependencies": {
30     "DZNEmptyDataSet": [
32     ]
33   }