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