[Add] ijkmedia-framework 1.0.0
[CocoaPods.git] / Specs / 3 / 0 / 9 / CuteLog / 0.0.4 / CuteLog.podspec.json
blobd78dcacfaa29577efde916311af3aaeb7d36b7a2
2   "name": "CuteLog",
3   "version": "0.0.4",
4   "summary": "一个由Swift编写而成的自定义日志系统",
5   "homepage": "https://github.com/originalix/CuteLogger",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Leon": "xiao.liunit@gmail.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/originalix/CuteLogger.git",
18     "tag": "0.0.4"
19   },
20   "source_files": [
21     "resource",
22     "CuteLogger/resource/*.{h,m,swift}"
23   ],
24   "frameworks": [
25     "Foundation",
26     "UIKit"
27   ],
28   "dependencies": {
29     "SSZipArchive": [
30       "~> 1.8.1"
31     ]
32   },
33   "pushed_with_swift_version": "3.0"