blob: be512f8a86ceb01d2dee1ef03ec11f0cc56878ed [file] [log] [blame]
{
"name": "SwiftGraph",
"version": "1.3.1",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"summary": "A Graph Data Structure in Pure Swift",
"homepage": "https://github.com/davecom/SwiftGraph",
"social_media_url": "https://twitter.com/davekopec",
"authors": {
"David Kopec": "david@oaksnow.com"
},
"source": {
"git": "https://github.com/davecom/SwiftGraph.git",
"tag": "1.3.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}