[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / c / 0 / AstraeaVendor / 0.0.9 / AstraeaVendor.podspec.json
blob67a7f5ae449e7df25753cefb833f53e4e860773e
2   "name": "AstraeaVendor",
3   "version": "0.0.9",
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.9"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "preserve_paths": "CCommonCrypto/**/*",
19   "subspecs": [
20     {
21       "name": "RongIM",
22       "ios": {
23         "vendored_frameworks": [
24           "IMKit/RongIMKit.framework",
25           "IMLib/RongIMLib.framework"
26         ],
27         "vendored_libraries": [
28           "IMLib/libopencore-amrnb.a"
29         ]
30       },
31       "resources": [
32         "IMKit/*.{plist,bundle,lproj}",
33         "IMLib/*.{plist}"
34       ],
35       "libraries": [
36         "sqlite3.0",
37         "c++",
38         "z",
39         "c++abi",
40         "stdc++",
41         "xml2"
42       ],
43       "pod_target_xcconfig": {
44         "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/AstraeaVendor/IMKit $(PODS_ROOT)/AstraeaVendor/IMLib",
45         "LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/AstraeaVendor/IMLib"
46       }
47     },
48     {
49       "name": "Agora",
50       "vendored_frameworks": [
51         "Agora/AgoraRtcEngineKit.framework",
52         "Agora/videoprp.framework"
53       ],
54       "xcconfig": {
55         "OTHER_LDFLAGS": "-ObjC"
56       },
57       "pod_target_xcconfig": {
58         "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/AstraeaVendor/Agora",
59         "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/AstraeaVendor/Agora"
60       },
61       "libraries": [
62         "c++",
63         "resolv"
64       ],
65       "frameworks": [
66         "SystemConfiguration",
67         "CoreTelephony",
68         "CoreMedia",
69         "AudioToolbox",
70         "AVFoundation",
71         "VideoToolbox"
72       ]
73     }
74   ]