[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 9 / f / e / AHEasingPod / 1.1 / AHEasingPod.podspec.json
blob1bdd64bfefbbb12513ed093ab2214f04f1fbc36f
2   "name": "AHEasingPod",
3   "version": "1.1",
4   "summary": "A supplemental library of easing functions for C, C++, and Objective-C.",
5   "homepage": "https://github.com/alexandre-g/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/alexandre-g/AHEasing.git",
15     "tag": "1.1"
16   },
17   "platforms": {
18     "ios": "5.0",
19     "osx": "10.7"
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