[Add] AlibabacloudGreen20220302 2.21.0
[CocoaPods.git] / Specs / 8 / a / f / JPSDisplayLink / 0.0.1 / JPSDisplayLink.podspec.json
blob81177d00d444eedc1adb92fde7b80bcbdac0c6c3
2   "name": "JPSDisplayLink",
3   "version": "0.0.1",
4   "platforms": {
5     "ios": null
6   },
7   "license": "MIT",
8   "summary": "JPSDisplayLink provides an easy block interface to CADisplayLink-based animations.",
9   "homepage": "https://github.com/jpsim/JPSDisplayLink",
10   "authors": {
11     "JP Simard": "jp@jpsim.com"
12   },
13   "source": {
14     "git": "https://github.com/jpsim/JPSDisplayLink.git",
15     "tag": "0.0.1"
16   },
17   "description": "JPSDisplayLink provides an easy block interface to CADisplayLink-based animations. This is ideal for animating properties that dont support UIView-based animations like font size on a UILabel or UITextView.",
18   "source_files": "JPSDisplayLink/*.{h,m}",
19   "requires_arc": true