[Add] ZJSDK 2.5.8.10
[CocoaPods.git] / Specs / 2 / 5 / 6 / MotionAnimation / 0.0.5 / MotionAnimation.podspec.json
blob542f79372831d4218088116ada936d76b2ea91d1
2   "name": "MotionAnimation",
3   "version": "0.0.5",
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.5"
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"