[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / a / c / 0 / AstraeaVendor / 0.0.2 / AstraeaVendor.podspec.json
blob979bfa887ab7b6cf3c3c439c9aad4ae30e98060e
2   "name": "AstraeaVendor",
3   "version": "0.0.2",
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.2"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "pod_target_xcconfig": {
19     "FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/RongIMKit"
20   },
21   "subspecs": [
22     {
23       "name": "Rong",
24       "ios": {
25         "vendored_frameworks": [
26           "IMKit/RongIMKit.framework",
27           "IMLib/RongIMLib.framework"
28         ]
29       },
30       "vendored_libraries": [
31         "IMLib/libopencore-amrnb.a"
32       ],
33       "resources": [
34         "IMKit/*.{plist,bundle,lproj}",
35         "IMLib/*.{plist}"
36       ],
37       "libraries": [
38         "sqlite3.0",
39         "c++",
40         "z",
41         "c++abi",
42         "stdc++",
43         "xml2"
44       ]
45     }
46   ]