blob: cbec310e3d0c3697147ac5607e003a0075f5e9d8 [file] [log] [blame]
{
"name": "SwiftGraph",
"version": "2.0.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": "2.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Sources/SwiftGraph/*.swift",
"requires_arc": true
}