[Add] GluedInCoreSDK 2.5.1
[CocoaPods.git] / Specs / 9 / b / 8 / FCLogger / 0.0.3 / FCLogger.podspec.json
blob60197b5bbb55b56655964bcca217b81e2566e852
2   "name": "FCLogger",
3   "version": "0.0.3",
4   "summary": "A DDAbstractLogger implementation, shows CocoaLumberjack logs in a UITextView",
5   "description": "FCLogger is a DDAbstractLogger implementation that allow all the CocoaLumberjack logs to be displayed inside the app, supports custom colors (Like XCodeColors).",
6   "homepage": "https://github.com/federicocappelli/FCLogger",
7   "screenshots": "https://github.com/federicocappelli/FCLogger/raw/master/Example/Screenshots/fcLogger_sc1.png?raw=true",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Federico Cappelli": "info@federicocappelli.net"
14   },
15   "source": {
16     "git": "https://github.com/federicocappelli/FCLogger.git",
17     "tag": "0.0.3"
18   },
19   "social_media_url": "https://twitter.com/federicokappe",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "source_files": "FCLogger/Classes/**/*",
24   "frameworks": "UIKit",
25   "dependencies": {
26     "CocoaLumberjack": [
28     ]
29   }