Skip to content

Commit

Permalink
🔖 Version Up!
Browse files Browse the repository at this point in the history
  • Loading branch information
ElonPark committed Sep 6, 2019
1 parent 9af83f2 commit 93b9a67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
12 changes: 2 additions & 10 deletions EPLogger.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'EPLogger'
s.version = '0.1.1'
s.version = '1.0.0'
s.summary = 'Just simple Logger'

# This description is used to generate tags and improve search results.
Expand Down Expand Up @@ -38,17 +38,9 @@ Just simple Logger
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Elon' => 'sungwoon.park92@gmail.com' }
s.source = { :git => 'https://github.com/ElonPark/EPLogger.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'

s.ios.deployment_target = '8.0'
s.swift_versions = '5.0'
s.source_files = 'EPLogger/Classes/*'

# s.resource_bundles = {
# 'EPLogger' => ['EPLogger/Assets/*.png']
# }

# s.public_header_files = 'Pod/Classes/**/*.h'
# s.frameworks = 'UIKit', 'MapKit'
# s.dependency 'AFNetworking', '~> 2.3'

end
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# EPLogger

<!--[![CI Status](https://img.shields.io/travis/elon/EPLogger.svg?style=flat)](https://travis-ci.org/elon/EPLogger)-->
[![Version](https://img.shields.io/cocoapods/v/EPLogger.svg?style=flat)](https://cocoapods.org/pods/EPLogger)
[![License](https://img.shields.io/cocoapods/l/EPLogger.svg?style=flat)](https://cocoapods.org/pods/EPLogger)
[![Platform](https://img.shields.io/cocoapods/p/EPLogger.svg?style=flat)](https://cocoapods.org/pods/EPLogger)
Expand Down

0 comments on commit 93b9a67

Please sign in to comment.