[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / 5 / 2 / MotionMachine / 2.0.1 / MotionMachine.podspec.json
blobd008561c4bb3e5b7742ee95a9792e4c61ef12956
2   "name": "MotionMachine",
3   "version": "2.0.1",
4   "swift_versions": "5.0",
5   "license": {
6     "type": "MIT"
7   },
8   "summary": "An elegant, powerful, and modular animation library for Swift.",
9   "description": "MotionMachine provides a modular, generic platform for manipulating values. Its animation engine was built from the ground up to support not just UIKit values, but property values of any class you want to manipulate. It offers sensible default functionality that abstracts most of the hard work away, allowing you to focus on your work.",
10   "homepage": "https://github.com/poetmountain/MotionMachine",
11   "social_media_url": "https://twitter.com/petsound",
12   "authors": {
13     "Brett Walker": "brett@brettwalker.net"
14   },
15   "source": {
16     "git": "https://github.com/poetmountain/MotionMachine.git",
17     "tag": "2.0.1"
18   },
19   "source_files": "Sources/**/*.{m,h,swift}",
20   "frameworks": [
21     "CoreGraphics",
22     "QuartzCore"
23   ],
24   "platforms": {
25     "ios": "8.0",
26     "tvos": "9.0"
27   },
28   "requires_arc": true,
29   "swift_version": "5.0"