[Add] AmitySDK 6.47.1
[CocoaPods.git] / Specs / 9 / d / 3 / iLog / 1.1.0 / iLog.podspec.json
blobeae8bdd26e42d3290df4031447fcac6dd3706c2c
2   "name": "iLog",
3   "version": "1.1.0",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/leoneparise/iLog",
8   "authors": {
9     "Leone Parise": "leone.parise@gmail.com"
10   },
11   "summary": "iOS Log Manager",
12   "source": {
13     "git": "https://github.com/leoneparise/iLog.git",
14     "tag": "1.1.0"
15   },
16   "platforms": {
17     "ios": "8.2"
18   },
19   "default_subspecs": "Core",
20   "pushed_with_swift_version": "3.0",
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "iLog/*.swift",
25       "dependencies": {
26         "SQLite.swift": [
28         ],
29         "SwiftDate": [
31         ]
32       },
33       "frameworks": "UIKit"
34     },
35     {
36       "name": "UI",
37       "platforms": {
38         "ios": "9.0"
39       },
40       "source_files": "iLogUI/*.swift",
41       "resources": [
42         "iLogUI/**/*.xib"
43       ],
44       "frameworks": "UIKit",
45       "dependencies": {
46         "iLog/Core": [
48         ]
49       }
50     }
51   ]