[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / 6 / 7 / AHEasing / 1.3.2 / AHEasing.podspec.json
blobf5bef4e2f3ceaaf3cd07e492bd3db26ae861e63a
2   "name": "AHEasing",
3   "version": "1.3.2",
4   "summary": "A supplemental library of easing functions for C, C++, and Objective-C.",
5   "homepage": "https://github.com/warrenm/AHEasing",
6   "license": {
7     "type": "Unlicense",
8     "file": "UNLICENSE"
9   },
10   "authors": {
11     "Warren Moore": "wm@warrenmoore.net"
12   },
13   "source": {
14     "git": "https://github.com/warrenm/AHEasing.git",
15     "tag": "1.3.2"
16   },
17   "platforms": {
18     "ios": "12.0",
19     "osx": "10.15"
20   },
21   "source_files": [
22     "AHEasing/easing.{h,c}",
23     "AHEasing/CAKeyframeAnimation+AHEasing.{h,m}"
24   ],
25   "public_header_files": [
26     "AHEasing/easing.h",
27     "AHEasing/CAKeyframeAnimation+AHEasing.h"
28   ],
29   "frameworks": "QuartzCore",
30   "requires_arc": true