[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 2 / e / 8 / GZCodeCoverageKit / 1.0.2 / GZCodeCoverageKit.podspec.json
blob9fa090b4fd3020910ee23648d29c46a1dc68e3b2
2   "name": "GZCodeCoverageKit",
3   "version": "1.0.2",
4   "summary": "A short description of GZCodeCoverageKit.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/葛高召/GZCodeCoverageKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "葛高召": "gaozhao.ge@huolala.cn"
13   },
14   "source": {
15     "git": "git@github.com:GE-GAO-ZHAO/GZCodeCoverageKit.git",
16     "tag": "1.0.2"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "source_files": "GZCodeCoverageKit/Classes/**/*",
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ],
26   "pod_target_xcconfig": {
27     "OTHER_LDFLAGS": "-fprofile-instr-generate",
28     "OTHER_SWIFT_FLAGS": "-profile-generate"
29   }