blob: a14a53dfac16fb23307d778f5d19faabcc01fbb6 [file] [log] [blame]
{
"name": "Guitarparty-Cocoa",
"version": "1.0.1",
"summary": "A client library for guitarparty.com, written in Swift, for iOS and OS X",
"description": "Welcome to the **Guitarparty iOS and OS X Client Library**. This library enables developers to access the plethora of chords and tabs in the [Guitarparty.com](http://www.guitarparty.com) database.\n\nI wrote this library in the midst of my exploration of the new Swift language developed by Apple. So enjoy, catch bugs, submit pull requests, and make use of this library as much as you need.",
"homepage": "https://github.com/mattwyskiel/Guitarparty-Cocoa",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Matthew Wyskiel": "mwyskiel@optonline.net"
},
"social_media_url": "http://twitter.com/MattWyskiel",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/mattwyskiel/Guitarparty-Cocoa.git",
"tag": "1.0.1"
},
"source_files": "Guitarparty/*.{swift}",
"weak_frameworks": "Foundation",
"requires_arc": true,
"module_name": "Guitarparty"
}