blob: ab934c4cff7bab59b7133e19ed921f4b5218d913 [file] [log] [blame]
{
"name": "GBStickyViews",
"version": "1.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": "5.0"
},
"source": {
"git": "https://github.com/lmirosevic/GBStickyViews.git",
"tag": "1.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,
"dependencies": {
"GBToolbox": [
]
}
}