[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / f / a / d / HTGraphics / 1.0.0 / HTGraphics.podspec.json
bloba1d995892d5ba5a8d8371ed658636af3f169d041
2   "name": "HTGraphics",
3   "version": "1.0.0",
4   "platforms": {
5     "ios": "5.0"
6   },
7   "summary": "A small set of graphics tools for drawing custom UI.  Highlight arbitrary shapes, create radial gradients, etc.",
8   "homepage": "https://github.com/hoteltonight/HTGraphics",
9   "license": "MIT",
10   "authors": {
11     "Jacob Jennings": "jacob.r.jennings@gmail.com",
12     "Ray Lillywhite": "ray@ray.ray",
13     "Jon Sibley": "jon@hoteltonight.com"
14   },
15   "source": {
16     "git": "https://github.com/hoteltonight/HTGraphics.git",
17     "tag": "1.0.0"
18   },
19   "source_files": [
20     "Classes",
21     "*.{h,m}"
22   ],
23   "frameworks": [
24     "QuartzCore",
25     "CoreGraphics"
26   ],
27   "requires_arc": true,
28   "dependencies": {
29     "HTRasterView": [
30       "~> 1.2.9"
31     ]
32   }