[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / 5 / 6 / MotionAnimation / 0.0.1 / MotionAnimation.podspec.json
bloba8c4449348bd03b0d070bcb0c1116b2701f72f31
2   "name": "MotionAnimation",
3   "version": "0.0.1",
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.1"
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"