Skip to content

Commit

Permalink
Fix some bugs and rename all the properties in TTGTextTagConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
燕泽堃(燕疏) committed Dec 12, 2018
1 parent 8ca1082 commit 27d6502
Show file tree
Hide file tree
Showing 40 changed files with 983 additions and 1,442 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Expand Up @@ -39,4 +39,7 @@ playground.xcworkspace
Carthage/Build

# AppCode
.idea/
.idea/

# CocoaPods
Pods/
6 changes: 2 additions & 4 deletions Example/Podfile
@@ -1,13 +1,11 @@
use_frameworks!
platform :ios, '9.0'

target 'TTGTagCollectionView_Example' do
pod 'TTGTagCollectionView', :path => '../'
pod 'SVPullToRefresh'
pod 'Masonry'
pod 'SVPullToRefresh'

target 'TTGTagCollectionView_Tests' do
inherit! :search_paths


end
end
8 changes: 4 additions & 4 deletions Example/Podfile.lock
@@ -1,7 +1,7 @@
PODS:
- Masonry (1.1.0)
- SVPullToRefresh (0.4.1)
- TTGTagCollectionView (1.9.0)
- TTGTagCollectionView (1.10.0)

DEPENDENCIES:
- Masonry
Expand All @@ -20,8 +20,8 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
Masonry: 678fab65091a9290e40e2832a55e7ab731aad201
SVPullToRefresh: ba2e718695a43253d8bea6852d2960097dc15d8c
TTGTagCollectionView: ca966475c6ddb981ad23dbf46e24cf77853e5e9b
TTGTagCollectionView: e11a88b0a9994feaa7e9b3aaf08cb1df8637a0d6

PODFILE CHECKSUM: 6fa6a7f51ffd1f35cc7b07cae7733c20ed319470
PODFILE CHECKSUM: 3f34e83b6f4309799df1ea5f5543b9ad3372b3a5

COCOAPODS: 1.5.2
COCOAPODS: 1.5.3
4 changes: 2 additions & 2 deletions Example/Pods/Local Podspecs/TTGTagCollectionView.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1,299 changes: 584 additions & 715 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

This file was deleted.

26 changes: 0 additions & 26 deletions Example/Pods/Target Support Files/Masonry/Info.plist

This file was deleted.

31 changes: 0 additions & 31 deletions Example/Pods/Target Support Files/Masonry/Masonry-umbrella.h

This file was deleted.

6 changes: 0 additions & 6 deletions Example/Pods/Target Support Files/Masonry/Masonry.modulemap

This file was deleted.

1 change: 1 addition & 0 deletions Example/Pods/Target Support Files/Masonry/Masonry.xcconfig

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

0 comments on commit 27d6502

Please sign in to comment.