-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathiRecordView.podspec
More file actions
28 lines (19 loc) · 869 Bytes
/
iRecordView.podspec
File metadata and controls
28 lines (19 loc) · 869 Bytes
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
28
Pod::Spec.new do |s|
s.name = 'iRecordView'
s.version = '0.1.4'
s.summary = 'A Simple Audio Recorder View with hold to Record Button and Swipe to Cancel.'
s.description = <<-DESC
A Simple Audio Recorder View with "hold to Record Button" and "Swipe to Cancel " Like WhatsApp
DESC
s.homepage = 'https://github.com/3llomi/iRecordView'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'AbdulAlim Rajjoub' => 'contact@devlomi.com' }
s.source = { :git => 'https://github.com/3llomi/iRecordView.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/3llomi'
s.ios.deployment_target = '9.0'
s.source_files = 'Source/**/*'
s.resource_bundles = {
'iRecordView' => ['Res/**/*']
}
s.swift_version = '5.0'
end