[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 3 / b / a / CrashlyticsLumberjack / 3.0.0 / CrashlyticsLumberjack.podspec.json
blob11a5d07af9c7af77aaa904169e89afe30e33b154
2   "name": "CrashlyticsLumberjack",
3   "version": "3.0.0",
4   "summary": "A Crashlytics Logging->CocoaLumberjack Bridge.",
5   "homepage": "http://github.com/TechSmith/CrashlyticsLumberjack",
6   "license": {
7     "type": "BSD",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Mike Simons": "m.simons@techsmith.com"
12   },
13   "source": {
14     "git": "https://github.com/TechSmith/CrashlyticsLumberjack.git",
15     "tag": "3.0.0"
16   },
17   "source_files": [
18     "Source",
19     "Source/CrashlyticsLogger.{h,m}"
20   ],
21   "requires_arc": true,
22   "platforms": {
23     "osx": "10.8",
24     "ios": "7.0"
25   },
26   "dependencies": {
27     "CocoaLumberjack/Default": [
28       "~> 3.0"
29     ],
30     "Crashlytics": [
32     ]
33   }