Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
coderliu007 committed Jan 13, 2020
1 parent a42d3eb commit 5f01cb3
Show file tree
Hide file tree
Showing 62 changed files with 514 additions and 1,601 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ use_frameworks!

target 'SwiftyExts_Example' do

# pod 'SwiftyExts', :subspecs => ['All'], :path => '../'
pod 'SwiftyExts/Device', :path => '../'
pod 'SwiftyExts', :subspecs => ['All'], :path => '../'
# pod 'SwiftyExts/Device', :path => '../'
#pod 'SwiftyExts/Device'
#pod 'SwiftyExts/Reachability'
#pod 'SwiftyExts/Attributes'
Expand Down
39 changes: 39 additions & 0 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
PODS:
- DeviceKit (2.3.0)
- SwiftyAttributes (5.1.1)
- SwiftyExts/All (1.0.3):
- SwiftyExts/Attributes
- SwiftyExts/Core
- SwiftyExts/Device
- SwiftyExts/Attributes (1.0.3):
- SwiftyAttributes (>= 5.1.1)
- SwiftyExts/Core
- SwiftyExts/Core (1.0.3):
- SwiftyExts/Foundation
- SwiftyExts/UIKit
- SwiftyExts/Device (1.0.3):
- DeviceKit (>= 2.3.0)
- SwiftyExts/Core
- SwiftyExts/Foundation (1.0.3)
- SwiftyExts/UIKit (1.0.3)

DEPENDENCIES:
- SwiftyExts/All (from `../`)

SPEC REPOS:
https://github.com/CocoaPods/Specs:
- DeviceKit
- SwiftyAttributes

EXTERNAL SOURCES:
SwiftyExts:
:path: "../"

SPEC CHECKSUMS:
DeviceKit: da103891aa928d89f64ea8dd8aca738c5f3d8ac0
SwiftyAttributes: e3e13891ddac3c62b3d7798d5c3969cea88e62bb
SwiftyExts: 149cb2b03f9342fa3dff5adde43f806ba9eefd45

PODFILE CHECKSUM: 7b4d466656dbe52e4c7b3cfcbe9f933fcff5325f

COCOAPODS: 1.9.0.beta.2
52 changes: 17 additions & 35 deletions Example/Pods/Local Podspecs/SwiftyExts.podspec.json

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

29 changes: 13 additions & 16 deletions Example/Pods/Manifest.lock

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

Loading

0 comments on commit 5f01cb3

Please sign in to comment.