[Add] MYBLMusicSDK 0.5.8
[CocoaPods.git] / Specs / 9 / 8 / b / LFIMLib / 0.3.0 / LFIMLib.podspec.json
blob529425407081e3aa48c970007b7bcb558f9a9658
2   "name": "LFIMLib",
3   "version": "0.3.0",
4   "summary": "A short description of LFIMLib.",
5   "description": "IM库,集成融云、云信",
6   "homepage": "http://10.0.0.99/xuruibing/LFIMLib",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xuruibing": "596604323@qq.com"
13   },
14   "source": {
15     "git": "http://10.0.0.99/xuruibing/lfimlib.git",
16     "tag": "0.3.0"
17   },
18   "prefix_header_file": "LFIMLib/Classes/PrefixHeader.pch",
19   "platforms": {
20     "ios": "11.0"
21   },
22   "source_files": "LFIMLib/Classes/**/*",
23   "pod_target_xcconfig": {
24     "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src ${PODS_ROOT}/libwebp/src",
25     "VALID_ARCHS": "x86_64 armv7 arm64"
26   },
27   "public_header_files": "LFIMLib/Classes/**/*.h",
28   "static_framework": true,
29   "subspecs": [
30     {
31       "name": "IMLib",
32       "source_files": "LFIMLib/Classes/**/*.{h,m}",
33       "dependencies": {
34         "MJExtension": [
35           "3.4.1"
36         ],
37         "RongCloudIM/IMLib": [
38           "5.3.6"
39         ],
40         "NIMSDK_LITE": [
41           "9.12.0"
42         ]
43       }
44     }
45   ]