blob: 948e93e8ad562997fa78a0ea1dc7c71278e7cc37 [file] [log] [blame]
{
"name": "MXSpeaker",
"version": "1.0.0",
"summary": "A voice speaker class category for iOS in Objective-C.",
"description": "The first stable version of MXSpeaker, a voice speaker class category for iOS in Objective-C.",
"homepage": "https://github.com/Meniny/MXSpeaker-in-Objective-C",
"license": "MIT",
"authors": "Elias Abel",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Meniny/MXSpeaker-in-Objective-C.git",
"tag": "1.0.0"
},
"source_files": "MXSpeaker/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit",
"AVFoundation"
],
"requires_arc": true
}