[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / 4 / 6 / 1 / V5ClientSDK / 1.2.7 / V5ClientSDK.podspec.json
blobbce7d64d6b75480ee99c165cbb82e342a867e4f6
2   "name": "V5ClientSDK",
3   "version": "1.2.7",
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.2.7"
14   },
15   "social_media_url": "http://www.v5kf.com",
16   "platforms": {
17     "ios": "8.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     "MediaPlayer"
29   ],
30   "libraries": [
31     "sqlite3",
32     "icucore",
33     "stdc++"
34   ],
35   "vendored_libraries": "V5ClientSDK/**/*.a",
36   "preserve_paths": "**/*.a",
37   "xcconfig": {
38     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/**\""
39   },
40   "resources": "V5ClientSDK/V5Client.bundle"