[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / e / d / CocoaDebug / 1.3.5 / CocoaDebug.podspec.json
blob71510678241942eec0ad764249614f6da924add9
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,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.5",
24   "source": {
25     "git": "https://github.com/CocoaDebug/CocoaDebug.git",
26     "branch": "master",
27     "tag": "1.3.5"
28   },
29   "requires_arc": [
30     "Sources/App/**/*.m",
31     "Sources/Categories/**/*.m",
32     "Sources/Core/**/*.m",
33     "Sources/CustomHTTPProtocol/**/*.m",
34     "Sources/Logs/**/*.m",
35     "Sources/Network/**/*.m",
36     "Sources/Sandbox/**/*.m",
37     "Sources/Swizzling/**/*.m",
38     "Sources/Window/**/*.m"
39   ],
40   "swift_version": "5.0"