[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / c / 0 / AstraeaVendor / 0.0.5 / AstraeaVendor.podspec.json
blob600a97d01472e623fb9c082847e167e4b79b137a
2   "name": "AstraeaVendor",
3   "version": "0.0.5",
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.5"
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": "UMeng",
49       "vendored_frameworks": [
50         "UMeng/UMMobClick.framework"
51       ],
52       "libraries": [
53         "sqlite3.0",
54         "z"
55       ],
56       "frameworks": "CoreTelephony",
57       "xcconfig": {
58         "LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/AstraeaVendor/UMeng"
59       }
60     },
61     {
62       "name": "Agora",
63       "vendored_frameworks": [
64         "Agora/AgoraRtcEngineKit.framework",
65         "Agora/videoprp.framework"
66       ],
67       "ios": {
68         "vendored_libraries": [
69           "Agora/libagora_fat.a"
70         ]
71       },
72       "source_files": "Agora/*.h",
73       "xcconfig": {
74         "OTHER_LDFLAGS": "-ObjC"
75       },
76       "pod_target_xcconfig": {
77         "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/AstraeaVendor/Agora",
78         "LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/AstraeaVendor/Agora",
79         "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/AstraeaVendor/Agora"
80       },
81       "libraries": [
82         "c++",
83         "resolv"
84       ],
85       "frameworks": [
86         "SystemConfiguration",
87         "CoreTelephony",
88         "CoreMedia",
89         "AudioToolbox",
90         "AVFoundation",
91         "VideoToolbox"
92       ]
93     }
94   ]