blob: c7dfa531d9664adf677c375f1319c57c105ef2dc [file] [log] [blame]
{
"name": "VGContent",
"version": "0.1.0",
"summary": "Small DRY workaround on UITableView, UICollectionView, iCarousel delegates.",
"homepage": "https://github.com/mojidabckuu/VGContent",
"license": "MIT",
"authors": {
"mojidabckuu": "mojidabckuu.22.06.92@gmail.com"
},
"source": {
"git": "https://github.com/mojidabckuu/VGContent.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"VGContent": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"UIScrollView-InfiniteScroll": [
"~> 0.7.2"
],
"iCarousel": [
]
}
}