blob: 3f6108f3ea63e03641760233f398568759fd622d [file] [log] [blame]
{
"name": "AZPlayer",
"version": "0.1.1",
"summary": "AZPlayer - audio player for iOS.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/AlexanderZbirnik/AZPlayer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alexander Zbirnik": "alxzorg@gmail.com"
},
"source": {
"git": "https://github.com/AlexanderZbirnik/AZPlayer.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "AZPlayer/Classes/**/*",
"frameworks": [
"UIKit",
"AVFoundation",
"Accelerate"
]
}