blob: 93dd6aea3f0ad7fce03f820fbfd2776bc59d3844 [file] [log] [blame]
{
"name": "RecordVoicePlayer",
"version": "1.0.3",
"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.3"
},
"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"
]
}
}