blob: 341f80571fdae47dbbe865b17aef1f012601888f [file] [log] [blame]
{
"name": "WWHarmonics",
"version": "0.1.0",
"summary": "A library used to simply the calulations for musical notation",
"description": " This library gives the user the ability to create musical scales, notes, and other constructs using a simple API.\n",
"homepage": "https://github.com/willseward/WWHarmonics.git",
"license": "GPAL GNU v3",
"authors": {
"Wills Ward": "wward@warddevelopment.co"
},
"source": {
"git": "https://github.com/willseward/WWHarmonics.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"WWHarmonics": [
"Pod/Assets/*.png"
]
}
}