[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 2 / a / CaptureLogger / 1.0.3 / CaptureLogger.podspec.json
blobe13f2535a8af43020c08dc03175761a9046db432
2   "name": "CaptureLogger",
3   "version": "1.0.3",
4   "summary": "CaptureLogger is a debug logger.",
5   "description": "CaptureLogger is modified by BugshotKit . All iOS versions are supported",
6   "homepage": "https://github.com/MSXF/CaptureLogger.git",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "yijianjun": "jianjun.yi@msxf.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/MSXF/CaptureLogger.git",
19     "tag": "1.0.3"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/**/*.{h,m}"
24   ],
25   "public_header_files": "Classes/Core/*.h",
26   "prefix_header_contents": "#if DEBUG\n#   import \"CLCaptureLogger.h\"\n#   define NSLog(format,...) CLLog(format,##__VA_ARGS__)\n#else\n#   define NSLog(format, ...)\n#endif",
27   "frameworks": [
28     "Foundation",
29     "UIKit",
30     "MessageUI"
31   ],
32   "requires_arc": true,
33   "deprecated": true