[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 0 / 2 / SIALogger / 1.0.0 / SIALogger.podspec.json
blob5cc81ef57ef7153a30bfc45896cff8fab0d18969
2   "name": "SIALogger",
3   "version": "1.0.0",
4   "summary": "SIALogger - library for simplify log.",
5   "description": "SIALogger - library for simplify log and assertion, for Objective-C (If you want to use SIALogger from Swift, see the 'SIALogger”'' pod.)\n     Supported five log level: {Fatal, Error, Warning, Info, Trace}\n     For more information see: https://github.com/ivlevAstef/SIALogger/wiki/SIALogger-Objective-C",
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-Objective-C",
12   "authors": {
13     "Alexander.Ivlev": "ivlev.stef@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/ivlevAstef/SIALogger.git",
17     "tag": "v1.0.0"
18   },
19   "requires_arc": true,
20   "platforms": {
21     "ios": "5.0"
22   },
23   "source_files": "ObjC/SIALogger/SIALogger/**/*.{h,m}",
24   "public_header_files": "ObjC/SIALogger/SIALogger/Headers/**/*.h"