blob: 351c5ea24d5d9e1e0e19054cf11a985808e8ea48 [file] [log] [blame]
{
"name": "ABSlidingWebImageViewController",
"version": "0.1.0",
"summary": "A scrolling image collection view with asynchronous photo loading and single image focusing built in.",
"description": "A scrolling image collection view with asynchronous photo loading and single image focusing built in. Meant to be used with an item size and height to constrain the collection view to a single line",
"homepage": "https://github.com/abouzek/ABSlidingWebImageViewController",
"license": "MIT",
"authors": {
"abouzek": "alan.bouzek@gmail.com"
},
"source": {
"git": "https://github.com/abouzek/ABSlidingWebImageViewController.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/alanbouzek",
"platforms": {
"ios": "7.1"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resources": [
"Pod/Assets/*.xib"
],
"resource_bundles": {
"ABSlidingWebImageViewController": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"SDWebImage": [
"~>3.6"
],
"ASMediaFocusManager": [
]
}
}