blob: ac2f4f5d4f2ab88dc9895bda223766ad5288e121 [file] [log] [blame]
{
"name": "CallStackParser",
"version": "1.0.0",
"summary": "A swift library to parse call stack symbol supporting iOS, tvOS, watchOS, and macOS.",
"homepage": "https://github.com/gumob/CallStackParser",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gumob": "hello@gumob.com"
},
"frameworks": "Foundation",
"requires_arc": true,
"source": {
"git": "https://github.com/gumob/CallStackParser.git",
"tag": "1.0.0"
},
"source_files": "Source/*.{swift}",
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0",
"osx": "10.10"
},
"swift_version": "4.2"
}