[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / e / d / CocoaDebug / 1.3.6 / CocoaDebug.podspec.json
blob479f6d727d0a308b9fa15c0f03c14e9c4c09eda6
2   "name": "CocoaDebug",
3   "summary": "iOS Debugging Tool",
4   "homepage": "https://github.com/CocoaDebug/CocoaDebug",
5   "authors": {
6     "CocoaDebug": "man.li@shopee.com"
7   },
8   "license": "MIT",
9   "source_files": [
10     "Sources",
11     "Sources/**/*.{h,m,mm,swift,c}"
12   ],
13   "public_header_files": "Sources/**/*.h",
14   "resources": "Sources/**/*.{png,xib,storyboard}",
15   "frameworks": [
16     "UIKit",
17     "Foundation"
18   ],
19   "platforms": {
20     "ios": "8.0"
21   },
22   "swift_versions": "5.0",
23   "version": "1.3.6",
24   "source": {
25     "git": "https://github.com/CocoaDebug/CocoaDebug.git",
26     "branch": "master",
27     "tag": "1.3.6"
28   },
29   "requires_arc": [
30     "Sources/App/**/*.m",
31     "Sources/Categories/**/*.m",
32     "Sources/Core/**/*.m",
33     "Sources/CustomHTTPProtocol/**/*.m",
34     "Sources/LeaksFinder/**/*.m",
35     "Sources/Logs/**/*.m",
36     "Sources/Memory/**/*.m",
37     "Sources/Network/**/*.m",
38     "Sources/Sandbox/**/*.m",
39     "Sources/Swizzling/**/*.m",
40     "Sources/WeakTimer/**/*.m",
41     "Sources/Window/**/*.m"
42   ],
43   "dependencies": {
44     "FBRetainCycleDetector": [
46     ]
47   },
48   "swift_version": "5.0"