[Add] instrumentisto-libwebrtc-bin 131.0.6778.69
[CocoaPods.git] / Specs / 2 / 0 / f / FRCSVFormatter / 0.0.2 / FRCSVFormatter.podspec.json
blobcc23b4db33e95b1e3b76c3b879ec7a32aa9cb82b
2   "name": "FRCSVFormatter",
3   "version": "0.0.2",
4   "summary": "  Simple CSV formatter for CocoaLumberJack",
5   "description": "  CSV formatter for cocoa lumber jack Ideal for making log files\n",
6   "homepage": "https://github.com/veritech/FRCSVFormatter",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jonathan Dalrymple": "jonathan@float-right.co.uk"
13   },
14   "platforms": {
15     "ios": "5.0",
16     "osx": "10.7"
17   },
18   "source": {
19     "git": "https://github.com/veritech/FRCSVFormatter.git",
20     "tag": "0.0.2"
21   },
22   "source_files": [
23     "FRCSVFormatter.h",
24     "FRCSVFormatter.m"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "CocoaLumberjack": [
29       "~> 2.0.0"
30     ]
31   }