blob: 92a96420176d267123e83242f098838aa5b6f357 [file] [log] [blame]
{
"name": "SwiftPath",
"version": "0.2.0",
"summary": "JSONPath for Swift",
"homepage": "https://github.com/g-mark/SwiftPath",
"license": "MIT",
"authors": {
"Steven Grosmark": "steve@g-mark.com"
},
"source": {
"git": "https://github.com/g-mark/SwiftPath.git",
"tag": "0.2.0"
},
"source_files": [
"Sources",
"Sources/**/*.swift"
],
"exclude_files": "Sources/Exclude",
"platforms": {
"ios": "9.0",
"osx": "10.12",
"tvos": "10.0"
},
"frameworks": "Foundation",
"pushed_with_swift_version": "4.0"
}