[Add] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / 9 / 8 / b / LFIMLib / 0.1.0 / LFIMLib.podspec.json
blob6d46f8a15a99142abf955ec08873b5b97055ac46
2   "name": "LFIMLib",
3   "version": "0.1.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.1.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "LFIMLib/Classes/**/*",
22   "pod_target_xcconfig": {
23     "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src ${PODS_ROOT}/libwebp/src"
24   },
25   "public_header_files": "LFIMLib/Classes/**/*.h",
26   "subspecs": [
27     {
28       "name": "IMLib",
29       "source_files": "LFIMLib/Classes/**/*.{h,m}",
30       "dependencies": {
31         "MJExtension": [
32           "~> 3.0.13"
33         ],
34         "RongCloudIM/IMLib": [
35           "~> 2.9.3"
36         ],
37         "NIMSDK_LITE": [
39         ]
40       }
41     }
42   ]