[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / a / c / 0 / AstraeaVendor / 0.0.3 / AstraeaVendor.podspec.json
blob787983a88ad36d40ffc39c176f0b7428fd5a3cf1
2   "name": "AstraeaVendor",
3   "version": "0.0.3",
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.3"
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   ]