Files
GitHawk/Local Pods/StyledText/StyledText.podspec
Ryan Nystrom 860d0f7318 [WIP] Exploring styled text refactor (#1231)
* styled text and builder

* add styledtext local pod

* pod install

* move font back to text style

* lru cache

* more tests, fix head/tail swap

* clear api, more tests

* memory warnings, add cgimage conformance

* styled text render cache key

* defer locks, add cachable size, renderer has global cache

* add snapshot tests

* move local pods to remove space

* update podfile

* snapshot tests for renderer

* styled text view

* update access

* install pod again

* alltext api, const text styles

* add back h1 styles

* reset path changes, snap 0.2.3, revert githawk changes

* remove unused file

* measure cache size in bytes not bits
2017-12-17 09:20:37 -05:00

11 lines
501 B
Ruby

Pod::Spec.new do |spec|
spec.name = 'StyledText'
spec.version = '0.1.0'
spec.license = { :type => 'MIT' }
spec.homepage = 'https://github.com/rnystrom/GitHawk'
spec.authors = { 'Ryan Nystrom' => 'rnystrom@whoisryannystrom.com' }
spec.summary = 'NSAttributedString building..'
spec.source = { :git => 'https://github.com/rnystrom/GitHawk.git', :tag => '#{s.version}' }
spec.source_files = 'StyledText/*.swift'
spec.platform = :ios, '10.0'
end