[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 2 / b / 8 / Walt / 0.1.2 / Walt.podspec.json
blob003099d426d41423b544b15bdd03d3435b16e0f7
2   "name": "Walt",
3   "version": "0.1.2",
4   "summary": "A Swift 3 library for creating gifs/videos from a series of images.",
5   "description": "Walt is a Swift 3 library for creating gifs/videos from a series of images.",
6   "homepage": "https://github.com/gonzalonunez/Walt",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "gonzalonunez": "hello@gonzalonunez.me"
13   },
14   "source": {
15     "git": "https://github.com/gonzalonunez/Walt.git",
16     "tag": "0.1.2"
17   },
18   "social_media_url": "https://twitter.com/gonzalo__nunez",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "Walt/Source/**/*",
23   "resources": "Walt/Assets/**/*",
24   "frameworks": [
25     "UIKit",
26     "AVFoundation",
27     "CoreGraphics",
28     "CoreMedia",
29     "ImageIO",
30     "MobileCoreServices",
31     "QuartzCore"
32   ],
33   "pushed_with_swift_version": "3.0"