-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kMusicSwift.podspec
28 lines (21 loc) · 990 Bytes
/
kMusicSwift.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Pod::Spec.new do |s|
s.name = 'kMusicSwift'
s.version = '0.2.0'
s.summary = 'just_audio flutter plugin iOS implementation'
s.description = <<-DESC
See https://github.com/ryanheise/just_audio/tree/minor/just_audio#readme for a full list of features
DESC
s.homepage = 'https://github.com/Kuama-IT/k-music-swift'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'cc18675dd6a3d8f9dd752f1bc3bc9210bda2938e' => '[email protected]' }
s.source = { :git => 'https://github.com/Kuama-IT/k-music-swift.git', :tag => s.version.to_s }
s.ios.deployment_target = '10.0'
s.source_files = 'kMusicSwift/Classes/**/*'
s.swift_version = '5.0'
# s.resource_bundles = {
# 'kMusicSwift' => ['kMusicSwift/Assets/*.png']
# }
# s.public_header_files = 'Pod/Classes/**/*.h'
# s.frameworks = 'UIKit', 'MapKit'
s.dependency 'SwiftAudioPlayerKuama', '~> 7.7.0'
end