[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 1 / a / d / DHAnimationKit / 1.0.1 / DHAnimationKit.podspec.json
blobad4109356e6033d341539ffbc059ae3a1bb9bce9
2   "name": "DHAnimationKit",
3   "version": "1.0.1",
4   "summary": "DHAnimationKit is a library that allows you to transit or show/hide views with beautiful animations",
5   "description": "DHAnimationKit is a library that allows you to add animations and transitions to views very easily. You can have the power of adding animations like in Keynotes very easily.",
6   "homepage": "https://github.com/Danielhhs/DHAnimationKit",
7   "license": "MIT",
8   "authors": {
9     "Daniel Huang": "Danielhhs@163.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/Danielhhs/DHAnimationKit.git",
16     "tag": "1.0.1"
17   },
18   "source_files": [
19     "Classes",
20     "Classes/Source/**/*.{h,m,c}"
21   ],
22   "resources": [
23     "Classes/Resource/*.glsl",
24     "Classes/Resource/*.png",
25     "Classes/Resource/*.jpg"
26   ],
27   "exclude_files": "Classes/Exclude",
28   "requires_arc": true,
29   "xcconfig": {
30     "CLANG_MODULES_AUTOLINK": "YES"
31   },
32   "frameworks": [
33     "OpenGLES",
34     "CoreMedia",
35     "QuartzCore",
36     "AVFoundation"
37   ]