[Add] STBaseProject 1.1.2
[CocoaPods.git] / Specs / 3 / b / 6 / Udesk / 3.2.6 / Udesk.podspec.json
blob6ddece46831c3ac295b447d9007a9b8908143a00
2   "name": "Udesk",
3   "version": "3.2.6",
4   "license": "MIT",
5   "summary": "Udesk SDK for iOS",
6   "homepage": "https://github.com/udesk/UdeskSDK-iOS",
7   "authors": {
8     "xuchen ": "xuc@udesk.cn"
9   },
10   "source": {
11     "git": "https://github.com/udesk/UdeskSDK-iOS.git",
12     "tag": "3.2.2"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "requires_arc": true,
18   "source_files": [
19     "UdeskSDK/UDChatMessage/**/*.{h,m}",
20     "UdeskSDK/SDK/UDManager.h"
21   ],
22   "resources": "UdeskSDK/Resource/UdeskBundle.bundle",
23   "frameworks": [
24     "UIKit",
25     "AVFoundation",
26     "CoreTelephony",
27     "SystemConfiguration",
28     "MobileCoreServices"
29   ],
30   "libraries": [
31     "z",
32     "xml2",
33     "resolv",
34     "sqlite3"
35   ],
36   "preserve_paths": "UdeskSDK/SDK/libUdesk.a",
37   "vendored_libraries": "UdeskSDK/SDK/libUdesk.a",
38   "xcconfig": {
39     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
40     "OTHER_LDFLAGS": "-lxml2",
41     "LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/Udesk/lib"
42   }