[Add] PINOperation 1.2.2
[CocoaPods.git] / Specs / c / f / 1 / Logems / 0.4.0 / Logems.podspec.json
blob4152397309d711db04d78cee9ca6dede7796d4d0
2   "name": "Logems",
3   "version": "0.4.0",
4   "summary": "A C++ library of collection log.",
5   "description": "一个收集日志的C++库",
6   "homepage": "https://github.com/LoneyLi/Logems",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "LoneyLi": "397401886@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/LoneyLi/Logems.git",
16     "tag": "0.4.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "libraries": "z",
22   "subspecs": [
23     {
24       "name": "Frameworks",
25       "source_files": "Logems/Classes/Frameworks/**/*"
26     },
27     {
28       "name": "Headers",
29       "source_files": "Logems/Classes/Headers/**/*"
30     }
31   ]