forked from optonaut/ActiveLabel.swift
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ActiveLabel.podspec
23 lines (20 loc) · 890 Bytes
/
ActiveLabel.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Pod::Spec.new do |s|
s.name = 'ActiveLabel'
s.version = '0.3.7'
s.author = { 'Optonaut' => 'hello@optonaut.co' }
s.homepage = 'https://github.com/optonaut/ActiveLabel.swift'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.platform = :ios, '8.0'
s.source = { :git => 'https://github.com/optonaut/ActiveLabel.swift.git', :tag => s.version.to_s }
s.summary = 'UILabel drop-in replacement supporting Hashtags (#), Mentions (@) and URLs (http://) written in Swift'
s.description = <<-DESC
UILabel drop-in replacement supporting Hashtags (#), Mentions (@) and URLs (http://) written in Swift
Features
* Up-to-date: Swift 2 (Xcode 7 GM)
* Support for Hashtags, Mentions and Links
* Super easy to use and lightweight
* Works as UILabel drop-in replacement
* Well tested and documented
DESC
s.source_files = 'ActiveLabel/*.swift'
end