[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 8 / 2 / a / NOCLog / 1.0.0 / NOCLog.podspec.json
blobc2f815dca924027483a44e3a5651ab0a85c32ab9
2   "name": "NOCLog",
3   "version": "1.0.0",
4   "summary": "NOCLog is a very simple library that provides a debug logs in an Objective-C projects.",
5   "homepage": "https://github.com/a-snail/NOCLog",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Jaeo Bok": "snail.bok@gmail.com"
12   },
13   "social_media_url": "https://twitter.com/snail_bok",
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/a-snail/NOCLog.git",
20     "tag": "1.0.0"
21   },
22   "source_files": "NOCLog/*.{h,m}"