forked from Rabbit-Converter/Rabbit-Swift
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Rabbit-Swift.podspec
27 lines (23 loc) · 956 Bytes
/
Rabbit-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
24
25
26
27
#
# Be sure to run `pod lib lint Rabbit.podspec' to ensure this is a
# valid spec and remove all comments before submitting the spec.
#
# Any lines starting with a # are optional, but encouraged
#
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = "Rabbit-Swift"
s.version = "0.1.6"
s.swift_version = ['3.0','4.2','5.0']
s.summary = "Rabbit Converter"
s.description = <<-DESC
Another Unicode to Zawgyi , Zawgyi to Unicode Converter
DESC
s.homepage = "https://github.com/Rabbit-Converter/Rabbit-Swift"
s.license = 'MIT'
s.author = { "saturngod" => "[email protected]" }
s.source = { :git => "https://github.com/Rabbit-Converter/Rabbit-Swift.git", :tag => "0.1.6" }
s.ios.deployment_target = "8.0"
s.source_files = 'Classes/Rabbit.swift'
end