Skip to content

Commit

Permalink
pod
Browse files Browse the repository at this point in the history
  • Loading branch information
ccworld1000 committed Mar 30, 2017
1 parent ae62ca4 commit 01e6ab2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ before_install:

script:
- cd ./HSFontDemo
- pod install
- pod update
- cd ..
# - xcodebuild -workspace HSFontDemo.xcworkspace -scheme HSFontiOS build -sdk iphonesimulator

Expand Down
2 changes: 1 addition & 1 deletion HSFont.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "HSFont"
s.version = "1.2.1"
s.version = "2.0.0"
s.summary = "A simple iOS and OS X HSFont replace [UIFont, NSFont], HSColor replace [UIColor, NSColor]"
s.homepage = "https://github.com/ccworld1000"
s.license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion HSFontDemo/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ target 'HSFontiOS' do

# Pods for HSFontiOS
pod 'CCStat'
pod 'HSFont'
pod 'HSFont'
end

target 'HSFontMac' do
Expand Down

0 comments on commit 01e6ab2

Please sign in to comment.