[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 6 / 9 / b / UdeskSDK / 3.8 / UdeskSDK.podspec.json
blob51cfff22961b6c0413196152495559dbfa0cf82d
2   "name": "UdeskSDK",
3   "version": "3.8",
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.8"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "requires_arc": true,
18   "subspecs": [
19     {
20       "name": "SDK",
21       "frameworks": [
22         "AVFoundation",
23         "CoreTelephony",
24         "SystemConfiguration",
25         "MobileCoreServices",
26         "WebKit",
27         "MapKit"
28       ],
29       "source_files": "UdeskSDK/SDK/*.{h}",
30       "vendored_libraries": "UdeskSDK/SDK/libUdesk.a",
31       "libraries": [
32         "z",
33         "xml2",
34         "resolv",
35         "sqlite3"
36       ],
37       "xcconfig": {
38         "OTHER_LDFLAGS": "-ObjC",
39         "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
40       }
41     },
42     {
43       "name": "UIKit",
44       "source_files": "UdeskSDK/UDChatMessage/**/*.{h,m}",
45       "resources": "UdeskSDK/UDChatMessage/UDResource/UdeskBundle.bundle",
46       "dependencies": {
47         "UdeskSDK/SDK": [
49         ]
50       }
51     }
52   ]