[Add] SJPromise 0.0.3
[CocoaPods.git] / Specs / f / 9 / d / SmartOcrKit / 1.0.0 / SmartOcrKit.podspec.json
bloba82569f76c880556078efe55771abe91a8f936cf
2   "name": "SmartOcrKit",
3   "version": "1.0.0",
4   "summary": "A short description of SmartOcrKit.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/MjzDK/SmartOcrKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "MjzDK": "15929996560@163.com"
13   },
14   "source": {
15     "git": "https://github.com/MjzDK/SmartOcrKit.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "vendored_libraries": "SmartOcrKit/Classes/libSmartOCR.a",
22   "source_files": "SmartOcrKit/Classes/**/*.{h,m}",
23   "resource_bundles": {
24     "SmartOcrKit": [
25       "SmartOcrKit/Assets/*.{xml,lib,dat}"
26     ]
27   },
28   "frameworks": [
29     "AVFoundation",
30     "AudioToolbox",
31     "CoreMedia"
32   ],
33   "libraries": [
34     "iconv.2.4.0",
35     "xml2"
36   ],
37   "static_framework": true,
38   "public_header_files": "Pod/Classes/**/*.h",
39   "prefix_header_contents": [
40     "#import \"NSBundle+OCR.h\"",
41     "#import \"SmartOCR.h\""
42   ]