[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / c / e / d / CocoaDebug / 1.7.7 / CocoaDebug.podspec.json
blobb7efee5e1a2c12c75f01d4a46f808174e66dd55f
2   "name": "CocoaDebug",
3   "version": "1.7.7",
4   "summary": "iOS Debug Tool",
5   "homepage": "https://github.com/CocoaDebug/CocoaDebug",
6   "authors": {
7     "CocoaDebug": "CocoaDebug@gmail.com"
8   },
9   "license": "MIT",
10   "source_files": [
11     "Sources",
12     "Sources/**/*.{h,m,mm,swift,c}"
13   ],
14   "public_header_files": "Sources/**/*.h",
15   "resources": "Sources/**/*.{png,xib,storyboard}",
16   "frameworks": [
17     "UIKit",
18     "Foundation",
19     "JavaScriptCore",
20     "QuickLook"
21   ],
22   "platforms": {
23     "ios": "12.0"
24   },
25   "swift_versions": "5.0",
26   "source": {
27     "git": "https://github.com/CocoaDebug/CocoaDebug.git",
28     "branch": "master",
29     "tag": "1.7.7"
30   },
31   "requires_arc": [
32     "Sources/App/**/*.m",
33     "Sources/Categories/**/*.m",
34     "Sources/Core/**/*.m",
35     "Sources/CustomHTTPProtocol/**/*.m",
36     "Sources/Logs/**/*.m",
37     "Sources/Network/**/*.m",
38     "Sources/Sandbox/**/*.m",
39     "Sources/Swizzling/**/*.m",
40     "Sources/Window/**/*.m",
41     "Sources/fishhook/**/*.c"
42   ],
43   "swift_version": "5.0"