blob: d72d08e9007d92fa968ad8cd3ecfa1504e41fa4c [file] [log] [blame]
{
"name": "PYAudioKit",
"version": "0.4",
"summary": "A simple audio recorder and player for iOS.",
"homepage": "https://github.com/littlepush/PYAudioKit",
"license": {
"type": "LGPLv3",
"file": "LICENSE"
},
"authors": {
"Push Chen": "littlepush@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/littlepush/PYAudioKit.git",
"tag": "0.4"
},
"source_files": [
"PYAudioKit/*.{h,m}",
"PYAudioKit/**/*.{h,m}"
],
"frameworks": "AVFoundation",
"requires_arc": true,
"dependencies": {
"PYCore": [
]
}
}