[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 4 / 0 / d / XyOCR / 1.0.7 / XyOCR.podspec.json
bloba1cf7158f6f2c1b803e6baf266b5ed788186dbee
2   "name": "XyOCR",
3   "version": "1.0.7",
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.7"
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   ],
27   "requires_arc": true,
28   "frameworks": [
29     "CoreVideo",
30     "CoreMedia",
31     "AVFoundation",
32     "AudioToolbox",
33     "ImageIO",
34     "UIKit",
35     "Foundation",
36     "CoreGraphics"
37   ],
38   "public_header_files": "XyOCR/libXyOCR/include/XyzOCR/*.h",
39   "libraries": [
40     "stdc++",
41     "xml2",
42     "iconv.2.4.0"
43   ],
44   "ios": {
45     "vendored_libraries": "XyOCR/libXyOCR/*.a"
46   }