blob: 473cf7970d3ef44add7e537914f33d85bc99772b [file] [log] [blame]
{
"name": "SwiftGraph",
"version": "1.4.0",
"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.4.0"
},
"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"
}