blob: 7a3d00868c0a9cc17a12e408a0aa478b89567711 [file] [log] [blame]
{
"name": "JBAudioPlayerView",
"version": "1.0.0",
"summary": "Simple view component for playing audio files in iOS. Suitable for usage in UITableView and UICollectionView.",
"homepage": "https://github.com/josipbernat/JBAudioPlayerView",
"screenshots": "https://cloud.githubusercontent.com/assets/2537227/5857444/204ac438-a24c-11e4-95e7-75aa4981d351.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Josip Bernat": "josip.bernat@gmail.com"
},
"social_media_url": "http://twitter.com/josipbernat",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/josipbernat/JBAudioPlayerView.git",
"tag": "v1.0.0"
},
"source_files": "JBAudioPlayerView/JBAudioPlayerView/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"PureLayout": [
]
}
}