Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
polqf committed Jul 29, 2016
1 parent 30a1794 commit 162f8f8
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions ActiveLabel.podspec
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
Pod::Spec.new do |s|
s.name = 'ActiveLabel'
s.version = '0.5.1'
s.version = '0.6.0'

s.author = { 'Optonaut' => '[email protected]' }
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.summary = 'UILabel drop-in replacement supporting Hashtags (#), Mentions (@), URLs (http://) and custom regex patterns, written in Swift'
s.description = <<-DESC
UILabel drop-in replacement supporting Hashtags (#), Mentions (@) and URLs (http://) written in Swift
UILabel drop-in replacement supporting Hashtags (#), Mentions (@), URLs (http://) and custom regex patterns, written in Swift
Features
* Up-to-date: Swift 2 (Xcode 7 GM)
* Support for Hashtags, Mentions and Links
* Up-to-date: Swift 2+
* Default support for Hashtags, Mentions, Links
* Support for custom types via regex
* Ability to enable highlighting only for the desired types
* Super easy to use and lightweight
* Works as UILabel drop-in replacement
* Well tested and documented
Expand Down

0 comments on commit 162f8f8

Please sign in to comment.