[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / a / d / 2 / RMLogger / 0.1 / RMLogger.podspec.json
blobb4acc332704b43240d693d0926fd4a5a6fc535b7
2   "name": "RMLogger",
3   "version": "0.1",
4   "summary": "Logs output to the console like NSLog but has some extra features like colors.",
5   "description": "RMLogger lets you easily create console log messages with signal colors! It also provides a simple way to log errors.",
6   "homepage": "https://github.com/packatino/RMLogger",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Robert Mißbach",
12   "social_media_url": "https://twitter.com/packatino",
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/packatino/RMLogger.git",
18     "tag": "0.1"
19   },
20   "source_files": [
21     "RMLogger/RMLogger",
22     "RMLogger/RMLogger/**/*.{h,m}"
23   ]