[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 7 / 0 / 8 / GBStickyViews / 1.1.0 / GBStickyViews.podspec.json
blob4721a989727a3162b78a323fc7cdd9feaee168ea
2   "name": "GBStickyViews",
3   "version": "1.1.0",
4   "summary": "Allows you to anchor a view onto another view, even if they're across view hierarchies and coordinate spaces.",
5   "homepage": "https://github.com/lmirosevic/GBStickyViews",
6   "license": "Apache License, Version 2.0",
7   "authors": {
8     "Luka Mirosevic": "luka@goonbee.com"
9   },
10   "platforms": {
11     "ios": "5.0"
12   },
13   "source": {
14     "git": "https://github.com/lmirosevic/GBStickyViews.git",
15     "tag": "1.1.0"
16   },
17   "source_files": [
18     "GBStickyViews/GBStickyViews.h",
19     "GBStickyViews/UIView+GBStickyViews.{h,m}"
20   ],
21   "public_header_files": [
22     "GBStickyViews/GBStickyViews.h",
23     "GBStickyViews/UIView+GBStickyViews.h"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "GBToolbox": [
29     ],
30     "JRSwizzle": [
32     ]
33   }