mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-06-04 19:43:31 +08:00
* 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
11 lines
501 B
Ruby
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 |