[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 9 / 0 / 1 / CocoaLogKit / 0.0.2 / CocoaLogKit.podspec.json
blob8ba4dbccf9748d553e7db273411c9bfa73c4160c
2   "name": "CocoaLogKit",
3   "version": "0.0.2",
4   "summary": "Log framework based on CocoaLumberjack and ZipArchive",
5   "homepage": "https://github.com/skooal/LogKit.git",
6   "license": "MIT",
7   "authors": {
8     "BANYAN": "greenbanyan@163.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/skooal/LogKit.git",
15     "tag": "0.0.2"
16   },
17   "source_files": "LogKit/**/*.{h,m}",
18   "resources": "LogKit/LogKit.bundle",
19   "dependencies": {
20     "CocoaLumberjack": [
21       ">= 3.x"
22     ]
23   },
24   "requires_arc": true