[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / b / c / d / SIALoggerSwift / 1.1.0 / SIALoggerSwift.podspec.json
blob197373729ff671e3b376806c521eb5703582a2fb
2   "name": "SIALoggerSwift",
3   "version": "1.1.0",
4   "summary": "SIALogger - library for simplify log.",
5   "description": "SIALogger - library for simplify log and assertion, for Swift (If you want to use SIALogger from Objective-C, see the “SIALogger” pod.)\nSupported five log level: {Fatal, Error, Warning, Info, Trace}\n     For more information see: https://github.com/ivlevAstef/SIALogger/wiki/SIALogger-Swift",
6   "homepage": "https://github.com/ivlevAstef/SIALogger",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "documentation_url": "https://github.com/ivlevAstef/SIALogger/wiki/SIALogger-Swift_v110",
12   "authors": {
13     "Alexander.Ivlev": "ivlev.stef@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/ivlevAstef/SIALogger.git",
17     "tag": "v1.1.0"
18   },
19   "requires_arc": true,
20   "platforms": {
21     "ios": "8.0"
22   },
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Swift/SIALogger/SIALogger/Core/**/*.swift"
28     },
29     {
30       "name": "Colorful",
31       "dependencies": {
32         "SIALoggerSwift/Core": [
34         ]
35       },
36       "source_files": "Swift/SIALogger/SIALogger/Colored/**/*.swift"
37     }
38   ]