[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / 5 / 2 / MotionMachine / 1.1.0 / MotionMachine.podspec.json
blob57c3a86e4d717c30b1c93ef559dade891ee8e451
2   "name": "MotionMachine",
3   "version": "1.1.0",
4   "license": {
5     "type": "MIT"
6   },
7   "summary": "An elegant, powerful, and modular animation library for Swift.",
8   "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.",
9   "homepage": "https://github.com/poetmountain/MotionMachine",
10   "social_media_url": "https://twitter.com/petsound",
11   "authors": {
12     "Brett Walker": "brett@brettwalker.net"
13   },
14   "source": {
15     "git": "https://github.com/poetmountain/MotionMachine.git",
16     "tag": "1.1.0"
17   },
18   "source_files": "Classes/**/*.{m,h,swift}",
19   "frameworks": [
20     "CoreGraphics",
21     "QuartzCore"
22   ],
23   "platforms": {
24     "ios": "8.0",
25     "tvos": "9.0"
26   },
27   "requires_arc": true