blob: 91da432d7466a9924ed9518a75b8246ae4f8101e [file] [log] [blame]
{
"name": "RecordVoicePlayer",
"version": "1.0.2",
"summary": "Record Voice and play the Voice.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/ygqym101620/RecordVoicePlayer.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ygqym101620": "yanggq101620@163.com"
},
"source": {
"git": "https://github.com/ygqym101620/RecordVoicePlayer.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RecordVoicePlayer/Classes/**/*",
"public_header_files": "RecordVoicePlayer/Classes/RecordVoicePlayerHeader.h",
"frameworks": [
"UIKit",
"AVFoundation"
],
"dependencies": {
"AFNetworking": [
"~> 2.5"
],
"ReactiveCocoa": [
"~>2.5"
]
}
}