[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / 6 / 7 / FastAnimationWithPOP / 0.0.2 / FastAnimationWithPOP.podspec.json
blobd2eac58752ee4490ba07c40f788b74ef0c0fa243
2   "name": "FastAnimationWithPOP",
3   "version": "0.0.2",
4   "summary": "A very simplifty animation framework. Powerby Facebook.",
5   "description": "A very simplifty animation framework. Powerby Facebook POP. Use **fast animation** you can add animations without any lines of code.\n",
6   "homepage": "https://github.com/WilliamZang/FastAnimationWithPOP",
7   "screenshots": "https://raw.githubusercontent.com/WilliamZang/FastAnimationWithPOP/master/Docs/demo.gif",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "William": "chengwei.zang.1985@gmail.com"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source": {
19     "git": "https://github.com/WilliamZang/FastAnimationWithPOP.git",
20     "tag": "v0.0.2"
21   },
22   "source_files": [
23     "FastAnimationWithPop",
24     "FastAnimationWithPop/**/*.{h,m}"
25   ],
26   "prefix_header_contents": "#import <POP.h>",
27   "requires_arc": true,
28   "dependencies": {
29     "pop": [
30       "~> 1.0.5"
31     ]
32   }