blob: 5fa2e2f1970bf8e52e92bdc9f2f416c4ba3efebc [file] [log] [blame]
{
"name": "SwiftGraph",
"version": "1.0.1",
"license": "MIT",
"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.0.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "SwiftGraph/SwiftGraph.swift",
"requires_arc": true
}