[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 6 / f / 8 / CCLog / 0.0.1 / CCLog.podspec.json
blobd5119d481939ae6fd4ffffc33d78a110d06df8a2
2   "name": "CCLog",
3   "version": "0.0.1",
4   "summary": "CCLog : Simple and lightweight cross-platform logs",
5   "description": "CCLog Simple and lightweight cross-platform logs,\neasy-to-use simple learning,\nand support for multiple languages,\nsuch as C, C++, Perl 6, shell, Objective-C",
6   "homepage": "https://github.com/ccworld1000/CCLog",
7   "license": {
8     "type": "GPL",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "cc": "ccworld1000@gmail.com"
13   },
14   "platforms": {
15     "ios": "4.0",
16     "osx": "10.7",
17     "watchos": "2.0",
18     "tvos": "9.0"
19   },
20   "source": {
21     "git": "https://github.com/ccworld1000/CCLog.git",
22     "tag": "0.0.1"
23   },
24   "source_files": [
25     "CCLog/include/*.h",
26     "CCLog/src/CCLog.c"
27   ],
28   "exclude_files": "Classes/Exclude",
29   "resources": "LICENSE",
30   "frameworks": "Foundation",
31   "requires_arc": true