[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / a / e / LIHLogManager / 0.1.0 / LIHLogManager.podspec.json
blob6048a6d0c4bedb5642e9bc745228dcbc65d052af
2   "name": "LIHLogManager",
3   "version": "0.1.0",
4   "summary": "LIHLogManager is simple to use log",
5   "description": "LIHLogManager is simple to use logger with sqlite database written in Swift which can be used when the debugger is not available (Background actions).",
6   "homepage": "https://github.com/Lasithih/LIHLogManager",
7   "license": "MIT",
8   "authors": {
9     "Lasith Hettiarachchi": "lasith.h@fidenz.com"
10   },
11   "source": {
12     "git": "https://github.com/Lasithih/LIHLogManager.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "LIHLogManager": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "FMDB": [
28     ]
29   }