blob: 0ce6e0a6b6be9917362ea4b8379768f830527063 [file] [log] [blame]
{
"name": "AZPlayer",
"version": "0.1.5",
"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.5"
},
"platforms": {
"ios": "10.0"
},
"source_files": "AZPlayer/Classes/**/*",
"frameworks": [
"UIKit",
"AVFoundation",
"Accelerate"
]
}