blob: 4de11e56980c048699475f2406165e16d3155a88 [file] [log] [blame]
{
"name": "PYAudioKit",
"version": "1.0.3",
"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": "1.0.3"
},
"source_files": [
"PYAudioKit/*.{h,m}",
"PYAudioKit/**/*.{h,m}"
],
"frameworks": "AVFoundation",
"requires_arc": true,
"dependencies": {
"PYCore": [
]
}
}