[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / f / 3 / GRKSignatureView / 1.0 / GRKSignatureView.podspec.json
blobb9b9fb743c5ae5669918076f205a36278d290072
2   "name": "GRKSignatureView",
3   "summary": "A UIView subclass used to capture a high quality rendition of a user's signature.",
4   "description": "Allows touch input of a signature or other handwriting, with smoothed lines and thickness,\nand capturing of same as an image.",
5   "version": "1.0",
6   "homepage": "https://github.com/levigroker/GRKSignatureView",
7   "license": "Creative Commons Attribution 4.0 International License",
8   "authors": {
9     "Levi Brown": "levigroker@gmail.com"
10   },
11   "social_media_url": "https://twitter.com/levigroker",
12   "source": {
13     "git": "https://github.com/levigroker/GRKSignatureView.git",
14     "tag": "1.0"
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "frameworks": [
20     "UIKit",
21     "GLKit"
22   ],
23   "source_files": [
24     "GRKSignatureView/*.{h,m}"
25   ]