-
Notifications
You must be signed in to change notification settings - Fork 22
/
JustType.podspec
24 lines (22 loc) · 1.05 KB
/
JustType.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
Pod::Spec.new do |s|
s.name = "JustType"
s.version = "1.0.1"
s.summary = "The iOS keyboard for more productive writing"
s.description = <<-DESC
An improved keyboard for iOS supporting gestures, highlighting and suggestions.
Built to be used in any iOS text editor and all text-intensive iOS apps.
DESC
s.homepage = "https://github.com/tonqa/justtype"
s.screenshots = "http://dl.dropboxusercontent.com/u/82016/justtype_1.png", "http://dl.dropboxusercontent.com/u/82016/justtype_2.png"
s.license = 'CC0 (Creative Commons)'
s.author = { "Alexander Koglin" => "[email protected]" }
s.source = { :git => "https://github.com/tonqa/JustType.git", :tag => s.version.to_s }
s.platform = :ios, '7.0'
s.ios.deployment_target = '6.0'
s.requires_arc = true
s.source_files = 'JustType'
# s.ios.exclude_files = 'JustType/private'
# s.public_header_files = 'JustType/**/*.h'
# s.frameworks = 'QuartzCore', 'AnotherFramework'
# s.dependency 'lib', '~> 1.4'
end