[Add] ENG 0.0.4
[CocoaPods.git] / Specs / 6 / 8 / a / LogCollection / 1.0.3 / LogCollection.podspec.json
bloba57a34888f34701bca76adbafd7c77f57a00063c
2   "name": "LogCollection",
3   "version": "1.0.3",
4   "summary": "一个方便使用的日志采集库",
5   "homepage": "https://github.com/yechilang/LogCollection",
6   "license": "MIT",
7   "authors": {
8     "YeChiLang": "371604109@qq.com"
9   },
10   "description": "一个方便使用的信息采集库, 目前只用于公司项目。",
11   "source": {
12     "git": "https://github.com/yechilang/LogCollection.git",
13     "tag": "v1.0.3"
14   },
15   "source_files": "LogCollection/*.{h,m}",
16   "resource_bundles": {
17     "LogCollection": [
18       "LogCollection/*.{xib,nib,storyboard,png,bundle,xcassets}"
19     ]
20   },
21   "ios": {
22     "frameworks": [
23       "Foundation",
24       "UIKit"
25     ]
26   },
27   "platforms": {
28     "ios": "12.0"
29   },
30   "requires_arc": true,
31   "dependencies": {
32     "SSZipArchive": [
33       "~> 2.2.3"
34     ],
35     "Qiniu": [
36       "~> 8.0.5"
37     ]
38   }