forked from dillidon/alerts-and-pickers
-
Notifications
You must be signed in to change notification settings - Fork 22
/
MMBAlertsPickers.podspec
24 lines (21 loc) · 1.13 KB
/
MMBAlertsPickers.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
#
# Be sure to run `pod spec lint SliderFramework.podspec' to ensure this is a
# valid spec and to remove all comments including this before submitting the spec.
#
# To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
#
Pod::Spec.new do |s|
s.name = 'MMBAlertsPickers'
s.version = '1.1.93'
s.summary = 'Advanced usage of UIAlertController with TextField, DatePicker, PickerView, TableView and CollectionView adapted for using in DialogSDK'
s.homepage = 'https://github.com/MahmoudMMB/MMBAlertsPickers'
s.license = 'MIT'
s.author = { 'MahmoudMMB' => '[email protected]' }
s.platform = :ios, '10.0'
s.swift_version = '5'
s.source = { :git => 'https://github.com/MahmoudMMB/MMBAlertsPickers.git', :tag => s.version }
s.source_files = 'Source/**/*.{swift,h,m,xib,storyboard,lproj,bundle}'
s.resources = ['Source/Pickers/Locale/*.{swift,h,m,xib,bundle}', 'Source/Views/*.{lproj,storyboard}/*.{xib,strings}']
s.exclude_files = "MMBAlertsPickers/*.plist"
end