[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / e / c / CPAnimationSequenceSwift / 0.2 / CPAnimationSequenceSwift.podspec.json
blobc0a64014e39a08858ee4965b53b260653897d56e
2   "name": "CPAnimationSequenceSwift",
3   "version": "0.2",
4   "summary": "Swift version of CPAnimationSequence",
5   "description": "The CPAnimationSequenceSwift provides a ability to run animations \none by one on iOS devices. This library is designed to make it quick and \neasy to create sequential animations for views.",
6   "homepage": "https://github.com/yangmeyer/CPAnimationSequence",
7   "authors": {
8     "Dinesh Raja": "dina.raja.s@gmail.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "license": {
14     "type": "Apache",
15     "file": "License"
16   },
17   "source": {
18     "git": "https://github.com/dineshrajas/CPAnimationSequenceSwift.git",
19     "tag": "0.2"
20   },
21   "source_files": "SwiftAnimation/*.swift",
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ],
26   "requires_arc": true,
27   "pushed_with_swift_version": "3.0"