[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 9 / d / 3 / iLog / 1.3.0 / iLog.podspec.json
blob01ebcaedbb8429b0ea696d14ea0dee429e6b5b9c
2   "name": "iLog",
3   "version": "1.3.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "homepage": "https://github.com/leoneparise/iLog",
9   "authors": {
10     "Leone Parise": "leone.parise@gmail.com"
11   },
12   "summary": "iLog log manager. Check you logs in your phone",
13   "description": "iLog is a drop in replacement to NSLog that allows to log using different strategies. \niLog offers two drivers by default, a nice log viewer interface and external storage helpers.",
14   "source": {
15     "git": "https://github.com/leoneparise/iLog.git",
16     "tag": "1.3.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "iLog/*.swift",
26       "dependencies": {
27         "SQLite.swift": [
28           "0.11.3"
29         ],
30         "SwiftDate": [
31           "~> 4.3.0"
32         ]
33       },
34       "frameworks": "UIKit"
35     },
36     {
37       "name": "UI",
38       "source_files": "iLogUI/*.swift",
39       "resources": [
40         "iLogUI/**/*.xib"
41       ],
42       "frameworks": "UIKit",
43       "dependencies": {
44         "iLog/Core": [
46         ]
47       }
48     }
49   ]