Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add WSDynamicAlbumMaker 0.0.1 pod spec file #13085

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
28 changes: 28 additions & 0 deletions Specs/WSDynamicAlbumMaker/0.0.1/WSDynamicAlbumMaker.podspec
@@ -0,0 +1,28 @@

Pod::Spec.new do |s|

s.name = "WSDynamicAlbumMaker"
s.version = "0.0.1"
s.summary = "An easy-to-use utility for merging photos to into a video, written in Swift."

s.description = <<-DESC
An easy-to-use utility for merging photos to into a video, written in Swift.

* Create your own Animation, and pass the images, it will generate a video file.
* Easy to use.
DESC

s.homepage = "https://github.com/wangshuaidavid/WSDynamicAlbumMaker"
s.license = { :type => "Apache License, Version 2.0", :file => "LICENSE" }
s.author = { "wangshuai" => "wangshuai@yeah.net" }
s.platform = :ios, '8.0'

s.source = { :git => "https://github.com/wangshuaidavid/WSDynamicAlbumMaker.git", :tag => "0.0.1" }

s.requires_arc = true

s.source_files = "Classes", "WSDynamicAlbumMaker/*"

s.frameworks = "Foundation", "AVFoundation", "CoreMedia", "AssetsLibrary"

end