blob: 7e5db0c9f10b46d124fa5f6eeccad42d8d514f7c [file] [log] [blame]
{
"name": "GBStickyViews",
"version": "2.0.0",
"summary": "Allows you to anchor a view onto another view, even if they're across view hierarchies and coordinate spaces.",
"homepage": "https://github.com/lmirosevic/GBStickyViews",
"license": "Apache License, Version 2.0",
"authors": {
"Luka Mirosevic": "luka@goonbee.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/lmirosevic/GBStickyViews.git",
"tag": "2.0.0"
},
"source_files": [
"GBStickyViews/GBStickyViews.h",
"GBStickyViews/UIView+GBStickyViews.{h,m}"
],
"public_header_files": [
"GBStickyViews/GBStickyViews.h",
"GBStickyViews/UIView+GBStickyViews.h"
],
"requires_arc": true
}