[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / c / 0 / AstraeaVendor / 0.0.7 / AstraeaVendor.podspec.json
blob28801ee3996de52ca55c204f80a44827bd7060d0
2   "name": "AstraeaVendor",
3   "version": "0.0.7",
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.7"
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       "ios": {
54         "vendored_libraries": [
55           "Agora/libagora_fat.a"
56         ]
57       },
58       "source_files": "Agora/*.h",
59       "xcconfig": {
60         "OTHER_LDFLAGS": "-ObjC"
61       },
62       "pod_target_xcconfig": {
63         "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/AstraeaVendor/Agora",
64         "LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/AstraeaVendor/Agora",
65         "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/AstraeaVendor/Agora"
66       },
67       "libraries": [
68         "c++",
69         "resolv"
70       ],
71       "frameworks": [
72         "SystemConfiguration",
73         "CoreTelephony",
74         "CoreMedia",
75         "AudioToolbox",
76         "AVFoundation",
77         "VideoToolbox"
78       ]
79     }
80   ]