blob: 2b469094db5a09d966cbae3f53021ec893aa9203 [file] [log] [blame]
{
"name": "CinchAudio",
"version": "0.0.1",
"summary": "An audio library designed to make recording and playing back PCM audio a cinch",
"description": "This is meant to be the easiest sound library you'll ever use for PCM audio. No more C - just plain Objective C callbacks.",
"homepage": "https://github.com/onepointsixtwo/CinchAudio",
"license": {
"type": "APACHE",
"file": "LICENSE"
},
"authors": {
"onepointsixtwo": "john.kartupelis@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/onepointsixtwo/CinchAudio.git",
"tag": "v0.0.1"
},
"source_files": [
"Classes",
"CinchAudio/CinchAudio/*.{h,m}"
]
}