blob: 921e371f52047d82daf7289eba6095d0aa62e409 [file] [log] [blame]
{
"name": "BRScroller",
"version": "1.4.0",
"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.4.0"
},
"requires_arc": true,
"default_subspecs": "All",
"subspecs": [
{
"name": "All",
"source_files": "BRScroller/BRScroller.h",
"dependencies": {
"BRScroller/Core": [
],
"BRScroller/View-Support": [
],
"BRScroller/Image-Support": [
],
"BRScroller/PDF": [
]
}
},
{
"name": "Core",
"source_files": [
"BRScroller/Core.h",
"BRScroller/Core"
],
"dependencies": {
"BRCocoaLumberjack": [
"~> 2.0"
]
}
},
{
"name": "View-Support",
"source_files": [
"BRScroller/View-Support.h",
"BRScroller/View-Support"
],
"dependencies": {
"BRScroller/Core": [
]
}
},
{
"name": "Image-Support",
"source_files": [
"BRScroller/Image-Support.h",
"BRScroller/Image-Support"
],
"dependencies": {
"BRScroller/View-Support": [
]
}
},
{
"name": "PDF",
"source_files": [
"BRScroller/PDF.h",
"BRScroller/PDF"
],
"dependencies": {
"BRScroller/Image-Support": [
]
}
}
]
}