blob: d5c9d484a8a6b28e57d31940064f85d2583ebca3 [file] [log] [blame]
{
"name": "BRScroller",
"version": "1.2.0",
"summary": "Memory-friendly iOS horizontally scrolling view.",
"description": " BRScroller provides a `UIScrollView` subclass that efficiently manages\n horizontally-scrolling *pages* of content, much like a `UITableView`\n manages vertically-scrolling *rows* of content.\n",
"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.0"
},
"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": [
]
}
}
]
}