[Add] AmitySDK 6.47.1
[CocoaPods.git] / Specs / 9 / d / 3 / iLog / 1.2.4 / iLog.podspec.json
blob0bd71b97d6ad637c85b4c6f4d318c8819939a422
2   "name": "iLog",
3   "version": "1.2.4",
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.2.4"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "default_subspecs": "Core",
22   "pushed_with_swift_version": "3.0",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "iLog/*.swift",
27       "dependencies": {
28         "SQLite.swift": [
30         ],
31         "SwiftDate": [
33         ]
34       },
35       "frameworks": "UIKit"
36     },
37     {
38       "name": "UI",
39       "source_files": "iLogUI/*.swift",
40       "resources": [
41         "iLogUI/**/*.xib"
42       ],
43       "frameworks": "UIKit",
44       "dependencies": {
45         "iLog/Core": [
47         ]
48       }
49     }
50   ]