[Add] DocumentReaderOCRRFIDStage 7.5.11054
[CocoaPods.git] / Specs / 8 / d / c / HermesLogger / 0.1.0 / HermesLogger.podspec.json
blob2343f5081afbc15f2a3e48b2a95978ad74545663
2   "name": "HermesLogger",
3   "version": "0.1.0",
4   "summary": "An extensible logging framework built in Swift.",
5   "description": "HermesLogger is a small, extensible, logging framework built in Swift using generics and protocols.\n\nCurrently supports XcodeColors.",
6   "homepage": "https://github.com/MichaelSelsky/HermesLogger",
7   "license": "MIT",
8   "authors": {
9     "Michael Selsky": "Michael@Selsky.me"
10   },
11   "source": {
12     "git": "https://github.com/MichaelSelsky/HermesLogger.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/MichaelSelsky",
16   "platforms": {
17     "ios": "8.0",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "requires_arc": true,
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Pod/Classes/*.swift"
27     }
28   ]