-
Notifications
You must be signed in to change notification settings - Fork 80
/
Copy pathMIBadgeButton-Swift.podspec
23 lines (20 loc) · 980 Bytes
/
MIBadgeButton-Swift.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#
# Be sure to run `pod lib lint MIBadgeButton-Swift.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 = "MIBadgeButton-Swift"
s.version = "0.5"
s.summary = "iOS custom button badge."
s.homepage = "https://github.com/mustafaibrahim989/MIBadgeButton-Swift"
# s.screenshots = "https://raw.githubusercontent.com/mustafaibrahim989/MIBadgeButton-Swift/master/screenshot.png"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Mustafa Ibrahim" => "[email protected]" }
s.source = { :git => "https://github.com/mustafaibrahim989/MIBadgeButton-Swift.git", :tag => s.version.to_s }
s.platform = :ios, '8.0'
s.requires_arc = true
s.source_files = 'Classes/**/*'
end