[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 9 / 0 / 1 / CocoaLogKit / 0.0.5 / CocoaLogKit.podspec.json
blobea0d5220d80b486d5f75ef18e6961aa2804693c9
2   "name": "CocoaLogKit",
3   "version": "0.0.5",
4   "summary": "Log framework based on CocoaLumberjack and ZipArchive",
5   "homepage": "https://github.com/skooal/LogKit",
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.5"
16   },
17   "source_files": "CocoaLogKit/**/*.{h,m}",
18   "resources": "CocoaLogKit/LogKit.bundle",
19   "dependencies": {
20     "CocoaLumberjack": [
21       ">= 3.x"
22     ],
23     "SSZipArchive": [
24       ">= 2.x"
25     ]
26   },
27   "requires_arc": true