Skip to content

Commit

Permalink
updating podspec;
Browse files Browse the repository at this point in the history
  • Loading branch information
vitormesquita committed Feb 14, 2018
1 parent 65588f1 commit f545279
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 37 deletions.
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4
19 changes: 19 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Copyright (c) 2017 Vitor mesquita <vitor.mesquita09@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
17 changes: 3 additions & 14 deletions QueuePlayer.podspec
Original file line number Diff line number Diff line change
@@ -1,34 +1,23 @@
#
# Be sure to run `pod lib lint Malert.podspec' to ensure this is a
# Be sure to run `pod lib lint QueuePlayer.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#

Pod::Spec.new do |s|
s.name = 'Mextension'
s.name = 'QueuePlayer'
s.version = '0.1.0'
s.summary = 'A cuple of code to help develop a new app'

s.description = <<-DESC
TODO: Add long description of the pod here.
DESC

s.homepage = 'https://github.com/vitormesquita/QueuePlayer'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Vitor mesquita' => 'vitor.mesquita09@gmail.com' }
s.source = { :git => 'https://github.com/vitormesquita/QueuePlayer.git', :tag => s.version.to_s }

s.ios.deployment_target = '9.0'

s.default_subspec = "/"

s.subspec "/" do |ss|
ss.source_files = "Source/*.swift"
ss.framework = "UIKit"
ss.framework = "AVFoundation"

end
s.source_files = 'Source/*.swift'

end
10 changes: 10 additions & 0 deletions QueuePlayer/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'QueuePlayer' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!

pod 'QueuePlayer', :path => '../'

end
23 changes: 0 additions & 23 deletions QueuePlayer/QueuePlayer.podspec

This file was deleted.

0 comments on commit f545279

Please sign in to comment.