blob: c4a9a19eb3f5d27e637c6e1b337005bb51872480 [file] [log] [blame]
{
"name": "JBAudioPlayerView",
"version": "1.0.1",
"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.1"
},
"source_files": "JBAudioPlayerView/JBAudioPlayerView/**/*.{h,m}",
"resource_bundles": {
"Assets": [
"JBAudioPlayerView/JBAudioPlayerView/Assets/*"
]
},
"requires_arc": true,
"dependencies": {
"PureLayout": [
]
}
}