[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 2 / d / 6 / IDLog / 1.0.2 / IDLog.podspec.json
blobe93e685dba42c108635488b19cd0370e0e0b8092
2   "name": "IDLog",
3   "version": "1.0.2",
4   "summary": "A pretty light log util on NSLog, and it's easy to use.",
5   "description": "A pretty light log util on NSLog, make it more easier for us to distinguish different kinds of logs(error,warning,debug,info,etc) using small icon prefix,and it's easy to use.",
6   "homepage": "https://github.com/yuhanle/IDLog",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "煜寒了": "deadvia@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/yuhanle/IDLog.git",
16     "tag": "1.0.2"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "source_files": [
22     "",
23     "**/*.{h,m}"
24   ]