Skip to content

Commit

Permalink
Podspec 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekhoo committed Mar 8, 2015
1 parent 2e3f48f commit 0bf0fc1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions EKVideoController.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = "EKVideoController"
s.version = "0.0.1"
s.summary = "Light weight view controller which add a video as a full screen background for IOS written in Objective-C"
s.homepage = "https://github.com/Ekhoo"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Lucas Ortis" => "[email protected]" }
s.platform = :ios, "6.0"
s.source = { :git => "https://github.com/Ekhoo/EKVideoController.git", :tag => "0.0.1" }
s.source_files = "EKVideoController/*.{h,m}"
s.requires_arc = true
end

0 comments on commit 0bf0fc1

Please sign in to comment.