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