[Add] OctopusSDK 1.6.1.23
[CocoaPods.git] / Specs / 6 / d / 4 / PastelogKit / 1.4 / PastelogKit.podspec.json
blob5404f3c21298a7fe946f163e4a2ef782fcd81de9
2   "name": "PastelogKit",
3   "version": "1.4",
4   "summary": "A simple library that provides an easy fragment allowing users to throw debug logs in a pastebin (currently gist) online.",
5   "homepage": "https://github.com/FredericJacobs/PastelogKit",
6   "license": {
7     "type": "GPL v3",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Frederic Jacobs": "github@fredericjacobs.com"
12   },
13   "social_media_url": "http://twitter.com/FredericJacobs",
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/FredericJacobs/PastelogKit.git",
19     "tag": "1.4"
20   },
21   "source_files": [
22     "src",
23     "src/**/*.{h,m}"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "CocoaLumberjack": [
28       "~> 3.0"
29     ]
30   }