[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / 7 / 9 / CallStackParser / 1.0.0 / CallStackParser.podspec.json
blobac2f4f5d4f2ab88dc9895bda223766ad5288e121
2   "name": "CallStackParser",
3   "version": "1.0.0",
4   "summary": "A swift library to parse call stack symbol supporting iOS, tvOS, watchOS, and macOS.",
5   "homepage": "https://github.com/gumob/CallStackParser",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "gumob": "hello@gumob.com"
12   },
13   "frameworks": "Foundation",
14   "requires_arc": true,
15   "source": {
16     "git": "https://github.com/gumob/CallStackParser.git",
17     "tag": "1.0.0"
18   },
19   "source_files": "Source/*.{swift}",
20   "platforms": {
21     "ios": "8.0",
22     "tvos": "9.0",
23     "watchos": "2.0",
24     "osx": "10.10"
25   },
26   "swift_version": "4.2"