Skip to content

Commit

Permalink
引入MCLogger
Browse files Browse the repository at this point in the history
  • Loading branch information
mylcode committed Dec 2, 2017
1 parent d43b387 commit ea8b285
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 5 additions & 2 deletions Example/Podfile.lock
@@ -1,7 +1,9 @@
PODS:
- DACircularProgress (2.3.1)
- MBProgressHUD (0.9.2)
- MCJSONKit (0.1.5)
- MCJSONKit (0.1.6):
- MCLogger
- MCLogger (0.1.3)
- MCUIKit (0.1.0):
- MCUIKit/Category (= 0.1.0)
- MCUIKit/UIKit (= 0.1.0)
Expand Down Expand Up @@ -32,7 +34,8 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
DACircularProgress: 4dd437c0fc3da5161cb289e07ac449493d41db71
MBProgressHUD: 1569cf7ace17a8bac47aabfbb8580a49690386d1
MCJSONKit: a41f7988e821498649032c2ae97f28d25df780d5
MCJSONKit: 0e8267643b30941b1736b099f4d1a49631736b74
MCLogger: 2dc3527def13eeacfbdaaa0e5a6eacdeac45201a
MCUIKit: 024a1bfa867c1085d053809cd7df8008c9fd031b
MJExtension: 5932755f451458eefa24239358817f8d291240c7
MWPhotoBrowser: 5836d7aa041dc05a13de380c246826578adc5ea5
Expand Down
3 changes: 2 additions & 1 deletion MCJSONKit.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "MCJSONKit"
s.version = "0.1.5"
s.version = "0.1.6"
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.9'
s.summary = "A fast and convenient conversion between JSON and model"
Expand All @@ -14,4 +14,5 @@ DESC
s.source = { :git => 'https://github.com/mylcode/MCJSONKit.git', :tag => s.version.to_s }
s.source_files = "MCJSONKit/Classes/**/*"
s.requires_arc = true
s.dependency "MCLogger"
end

0 comments on commit ea8b285

Please sign in to comment.