diff --git a/EPLogger.podspec b/EPLogger.podspec index 7a2674c..6ab791f 100644 --- a/EPLogger.podspec +++ b/EPLogger.podspec @@ -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. @@ -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/' 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 diff --git a/README.md b/README.md index c068a12..5dd488d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # 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)