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