[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 9 / 8 / 1 / AXAnimationChain / 0.3.1 / AXAnimationChain.podspec.json
blobc7b3004fca2e9a607d9d0f385a956963fcca4f69
2   "name": "AXAnimationChain",
3   "version": "0.3.1",
4   "summary": "`AXAnimationChain` is an iOS chain animation manater.",
5   "description": "`AXAnimationChain` is an iOS chain animation manater which is easy to use.",
6   "homepage": "https://github.com/devedbox/AXAnimationChain",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "devedbox": "devedbox@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/devedbox/AXAnimationChain.git",
19     "tag": "0.3.1"
20   },
21   "source_files": [
22     "AXAnimationChain/Classes/*.{h,m}",
23     "AXAnimationChain/Classes/CoreAnimation/*.{h,m}"
24   ],
25   "frameworks": [
26     "UIKit",
27     "Foundation",
28     "QuartzCore"
29   ],
30   "requires_arc": true,
31   "subspecs": [
32     {
33       "name": "CoreAnimation",
34       "source_files": "AXAnimationChain/Classes/CoreAnimation/*.{h,m}"
35     }
36   ]