[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / 5 / 6 / MotionAnimation / 0.0.4 / MotionAnimation.podspec.json
blobab2eb59b074e2165b12bf3ff83aab45caa4e9d9d
2   "name": "MotionAnimation",
3   "version": "0.0.4",
4   "summary": "Lightweight animation library for UIKit in Swift",
5   "description": "An animation library written in swift. Checkout the Examples folder for more.\nConsider MotionAnimation as a extremely simplified version of facebook's pop library.\nThere is no performance optimization or background work. This project is made for simplicity and ease of use. It is for people who want to learn how an animation library is made.",
6   "homepage": "https://github.com/lkzhao/MotionAnimation",
7   "screenshots": "https://github.com/lkzhao/MotionAnimation/blob/master/imgs/demo.gif?raw=true",
8   "license": "MIT",
9   "authors": {
10     "Luke": "lzhaoyilun@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/lkzhao/MotionAnimation.git",
14     "tag": "0.0.4"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "ios": {
20     "frameworks": [
21       "UIKit",
22       "Foundation"
23     ]
24   },
25   "requires_arc": true,
26   "source_files": "MotionAnimation/*.swift"