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