[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 7 / 5 / 8 / YetAnotherAnimationLibrary / 1.4.0 / YetAnotherAnimationLibrary.podspec.json
blob27ddda27a3a25fa29d54bc981a51d9e01966ee32
2   "name": "YetAnotherAnimationLibrary",
3   "version": "1.4.0",
4   "summary": "Designed for gesture-driven animations. Simple, fast and extensible.",
5   "description": "Designed for gesture-driven animations. Simple, fast and extensible.\n\nIt is written in pure swift with protocol oriented design and extensive use of generics.",
6   "homepage": "https://github.com/lkzhao/YetAnotherAnimationLibrary",
7   "license": "MIT",
8   "authors": {
9     "Luke": "lzhaoyilun@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/lkzhao/YetAnotherAnimationLibrary.git",
13     "tag": "1.4.0"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "tvos": "9.0"
18   },
19   "ios": {
20     "frameworks": [
21       "UIKit",
22       "Foundation"
23     ]
24   },
25   "requires_arc": true,
26   "source_files": "Sources/**/*.swift"