[Add] Dalila 1.0.35
[CocoaPods.git] / Specs / 4 / 0 / d / XyOCR / 1.0.5 / XyOCR.podspec.json
blob6f28b5228ebdec8f7d59b3858a282ca159ccd7a7
2   "name": "XyOCR",
3   "version": "1.0.5",
4   "summary": "ocr function",
5   "homepage": "https://github.com/huoxinren/XyOCR",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "huoxinren": "yy_lx@qq.com"
12   },
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/huoxinren/XyOCR.git",
18     "tag": "1.0.5"
19   },
20   "source_files": "XyOCR/libXyOCR/include/XyzOCR/*.h",
21   "resources": [
22     "XyOCR/libXyOCR/include/XyzOCR/*.png",
23     "XyOCR/libXyOCR/include/XyzOCR/*.txt",
24     "XyOCR/libXyOCR/include/XyzOCR/*.xml",
25     "XyOCR/libXyOCR/include/XyzOCR/*.lib",
26     "XyOCR/libXyOCR/*.a",
27     "XyOCR/libXyOCR/include/XyzOCR/*.m"
28   ],
29   "requires_arc": true,
30   "frameworks": [
31     "CoreVideo",
32     "CoreMedia",
33     "AVFoundation",
34     "AudioToolbox",
35     "ImageIO",
36     "UIKit",
37     "Foundation",
38     "CoreGraphics"
39   ],
40   "public_header_files": "XyOCR/libXyOCR/include/XyzOCR/*.h",
41   "libraries": [
42     "stdc++",
43     "xml2",
44     "iconv.2.4.0"
45   ]