[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / c / 0 / AstraeaVendor / 0.0.8 / AstraeaVendor.podspec.json
blob3c2339ea29f152f55f287ea1a99fca6d600c04c7
2   "name": "AstraeaVendor",
3   "version": "0.0.8",
4   "summary": "Astraea vendor for astraea sdk",
5   "description": "Astraea vendor for astraea swift sdk",
6   "homepage": "http://www.5ikankan.com/",
7   "license": "MIT",
8   "authors": {
9     "wenzhaot": "tanwenzhao1025@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/wenzhaot/AstraeaVendor.git",
13     "tag": "0.0.8"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "subspecs": [
19     {
20       "name": "RongIM",
21       "ios": {
22         "vendored_frameworks": [
23           "IMKit/RongIMKit.framework",
24           "IMLib/RongIMLib.framework"
25         ],
26         "vendored_libraries": [
27           "IMLib/libopencore-amrnb.a"
28         ]
29       },
30       "resources": [
31         "IMKit/*.{plist,bundle,lproj}",
32         "IMLib/*.{plist}"
33       ],
34       "libraries": [
35         "sqlite3.0",
36         "c++",
37         "z",
38         "c++abi",
39         "stdc++",
40         "xml2"
41       ],
42       "pod_target_xcconfig": {
43         "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/AstraeaVendor/IMKit $(PODS_ROOT)/AstraeaVendor/IMLib",
44         "LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/AstraeaVendor/IMLib"
45       }
46     },
47     {
48       "name": "Agora",
49       "vendored_frameworks": [
50         "Agora/AgoraRtcEngineKit.framework",
51         "Agora/videoprp.framework"
52       ],
53       "xcconfig": {
54         "OTHER_LDFLAGS": "-ObjC"
55       },
56       "pod_target_xcconfig": {
57         "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/AstraeaVendor/Agora",
58         "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/AstraeaVendor/Agora"
59       },
60       "libraries": [
61         "c++",
62         "resolv"
63       ],
64       "frameworks": [
65         "SystemConfiguration",
66         "CoreTelephony",
67         "CoreMedia",
68         "AudioToolbox",
69         "AVFoundation",
70         "VideoToolbox"
71       ]
72     }
73   ]