[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / 6 / 7 / AHEasing / 1.0 / AHEasing.podspec.json
blob9e53a47ff167fe6a622362976bb24d66349d3455
2   "name": "AHEasing",
3   "version": "1.0",
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": "WTFPL",
8     "file": "COPYING"
9   },
10   "authors": {
11     "Warren Moore": "wm@warrenmoore.net"
12   },
13   "source": {
14     "git": "https://github.com/warrenm/AHEasing.git",
15     "tag": "1.0"
16   },
17   "platforms": {
18     "ios": null
19   },
20   "source_files": [
21     "AHEasing/easing.{h,c}",
22     "AHEasing/CAKeyframeAnimation+AHEasing.{h,m}"
23   ],
24   "public_header_files": [
25     "AHEasing/easing.h",
26     "AHEasing/CAKeyframeAnimation+AHEasing.h"
27   ],
28   "frameworks": "QuartzCore",
29   "requires_arc": true