[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / 6 / 1 / V5ClientSDK / 1.1.3 / V5ClientSDK.podspec.json
blobe8a10b39bb7027de6f974c9f2a0786cf26aee42a
2   "name": "V5ClientSDK",
3   "version": "1.1.3",
4   "summary": "A customer service SDK for users of V5KF.COM used on iOS.",
5   "description": "It is a customer service SDK used on iOS, which implement by Objective-C. More info in http://ww.v5kf.com.",
6   "homepage": "https://github.com/V5KF/V5KFClientSDK-iOS",
7   "license": "MIT",
8   "authors": {
9     "Chyrain": "chyrain_v5kf@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/V5KF/V5KFClientSDK-iOS.git",
13     "tag": "1.1.3"
14   },
15   "social_media_url": "http://www.v5kf.com",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "V5ClientSDK/**/*.{h,m}",
21   "frameworks": [
22     "Foundation",
23     "AVFoundation",
24     "CoreTelephony",
25     "Security",
26     "AudioToolbox",
27     "CFNetwork"
28   ],
29   "libraries": [
30     "sqlite3",
31     "icucore",
32     "stdc++"
33   ],
34   "vendored_libraries": "V5ClientSDK/**/*.a",
35   "preserve_paths": "**/*.a",
36   "xcconfig": {
37     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/**\""
38   },
39   "resources": "V5ClientSDK/V5Client.bundle"