[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / d / 2 / VitamioSDK-iOS / 1.0.1 / VitamioSDK-iOS.podspec.json
blob4be7a2797dbc60f7984530d09cd6876c9391e931
2   "name": "VitamioSDK-iOS",
3   "version": "1.0.1",
4   "summary": "Vitamio SDK SDK for iOS",
5   "homepage": "https://github.com/chenXming/VitamioSDK-iOS.git",
6   "license": "MIT",
7   "authors": {
8     "chenxiaoming": "chenxiaoming@asean-go.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/chenXming/VitamioSDK-iOS.git",
15     "tag": "1.0.1"
16   },
17   "source_files": [
18     "Vitamio",
19     "Vitamio/include/Vitamio/*.h"
20   ],
21   "public_header_files": "Vitamio/include/Vitamio/*.h",
22   "vendored_libraries": "Vitamio/*.a",
23   "frameworks": [
24     "Foundation",
25     "UIKit",
26     "AVFoundation",
27     "AudioToolbox",
28     "CoreGraphics",
29     "CoreMedia",
30     "CoreVideo",
31     "MediaPlayer",
32     "OpenGLES",
33     "QuartzCore"
34   ],
35   "libraries": [
36     "bz2",
37     "z",
38     "stdc++",
39     "iconv"
40   ],
41   "pod_target_xcconfig": {
42     "OTHER_LDFLAGS": "-lObjC"
43   }