[Add] CZarSDK 1.1.12-test01
[CocoaPods.git] / Specs / 3 / b / a / CrashlyticsLumberjack / 1.0.0 / CrashlyticsLumberjack.podspec.json
blob06f8bc279627038de96c341852933fcd11b8d5ad
2   "name": "CrashlyticsLumberjack",
3   "version": "1.0.0",
4   "summary": "A Crashlytics Logging->CocoaLumberjack Bridge.",
5   "homepage": "http://github.com/TechSmith/CrashlyticsLumberjack",
6   "license": {
7     "type": "BSD",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Mike Simons": "m.simons@techsmith.com"
12   },
13   "source": {
14     "git": "https://github.com/TechSmith/CrashlyticsLumberjack.git",
15     "tag": "1.0.0"
16   },
17   "source_files": [
18     "Source",
19     "Source/**/*.{h,m}"
20   ],
21   "exclude_files": "Source/Exclude",
22   "frameworks": "Crashlytics",
23   "requires_arc": true,
24   "dependencies": {
25     "CocoaLumberjack": [
27     ]
28   }