[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / 5 / 6 / MotionAnimation / 0.1.2 / MotionAnimation.podspec.json
blobfb25e3eee94946ba12791e44f413eda1c465683c
2   "name": "MotionAnimation",
3   "version": "0.1.2",
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.1.2"
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",
27   "pushed_with_swift_version": "3.0"