[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / e / 3 / SLogTool / 0.2.0 / SLogTool.podspec.json
blob2edeed7474e830182d97c1225c54ffe3e84a25e2
2   "name": "SLogTool",
3   "version": "0.2.0",
4   "summary": "log tool",
5   "description": "log tool,include local cache",
6   "homepage": "https://github.com/Ystarz/SLog.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "sss": "sujianfu199@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/Ystarz/SLog.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "9.3",
20     "osx": "10.10"
21   },
22   "ios": {
23     "source_files": [
24       "Classes/**/*.{h,m}",
25       "iOS/*.{h,m}"
26     ]
27   },
28   "osx": {
29     "source_files": [
30       "Classes/**/*.{h,m}",
31       "Mac/*.{h,m}"
32     ]
33   },
34   "dependencies": {
35     "SDataTools": [
37     ],
38     "CocoaLumberjack": [
40     ]
41   }