blob: 5562787e738bf7ae01e65b1c6df971b1bb60934d [file] [log] [blame]
{
"name": "BRScroller",
"version": "1.2.4",
"summary": "Memory-friendly iOS horizontally scrolling view.",
"description": "BRScroller provides a `UIScrollView` subclass that efficiently manages\nhorizontally-scrolling *pages* of content, much like a `UITableView`\nmanages vertically-scrolling *rows* of content.",
"homepage": "https://github.com/Blue-Rocket/BRScroller",
"license": "Apache License, Version 2.0",
"authors": {
"Matt Magoffin": "git+matt@msqr.us"
},
"platforms": {
"ios": "5.1"
},
"source": {
"git": "https://github.com/Blue-Rocket/BRScroller.git",
"tag": "1.2.4"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": [
"BRScroller/BRScroller*.{c,h,m}",
"BRScroller/BRScrollViewDelegate.h"
]
},
{
"name": "View-Support",
"source_files": [
"BRScroller/BRPreviewLayerView.{h,m}",
"BRScroller/BRCenteringScrollView.{h,m}"
],
"dependencies": {
"BRScroller/Core": [
]
}
},
{
"name": "Image-Support",
"source_files": [
"BRScroller/*Image*.{h,m}",
"BRScroller/BRScrollerImageSupport.h"
],
"dependencies": {
"BRScroller/View-Support": [
]
}
}
]
}