Skip to content

Commit 5f01cb3

Browse files
committed
1.0.3
1 parent a42d3eb commit 5f01cb3

62 files changed

Lines changed: 514 additions & 1601 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Example/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ use_frameworks!
55

66
target 'SwiftyExts_Example' do
77

8-
# pod 'SwiftyExts', :subspecs => ['All'], :path => '../'
9-
pod 'SwiftyExts/Device', :path => '../'
8+
pod 'SwiftyExts', :subspecs => ['All'], :path => '../'
9+
# pod 'SwiftyExts/Device', :path => '../'
1010
#pod 'SwiftyExts/Device'
1111
#pod 'SwiftyExts/Reachability'
1212
#pod 'SwiftyExts/Attributes'

Example/Podfile.lock

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
PODS:
2+
- DeviceKit (2.3.0)
3+
- SwiftyAttributes (5.1.1)
4+
- SwiftyExts/All (1.0.3):
5+
- SwiftyExts/Attributes
6+
- SwiftyExts/Core
7+
- SwiftyExts/Device
8+
- SwiftyExts/Attributes (1.0.3):
9+
- SwiftyAttributes (>= 5.1.1)
10+
- SwiftyExts/Core
11+
- SwiftyExts/Core (1.0.3):
12+
- SwiftyExts/Foundation
13+
- SwiftyExts/UIKit
14+
- SwiftyExts/Device (1.0.3):
15+
- DeviceKit (>= 2.3.0)
16+
- SwiftyExts/Core
17+
- SwiftyExts/Foundation (1.0.3)
18+
- SwiftyExts/UIKit (1.0.3)
19+
20+
DEPENDENCIES:
21+
- SwiftyExts/All (from `../`)
22+
23+
SPEC REPOS:
24+
https://github.com/CocoaPods/Specs:
25+
- DeviceKit
26+
- SwiftyAttributes
27+
28+
EXTERNAL SOURCES:
29+
SwiftyExts:
30+
:path: "../"
31+
32+
SPEC CHECKSUMS:
33+
DeviceKit: da103891aa928d89f64ea8dd8aca738c5f3d8ac0
34+
SwiftyAttributes: e3e13891ddac3c62b3d7798d5c3969cea88e62bb
35+
SwiftyExts: 149cb2b03f9342fa3dff5adde43f806ba9eefd45
36+
37+
PODFILE CHECKSUM: 7b4d466656dbe52e4c7b3cfcbe9f933fcff5325f
38+
39+
COCOAPODS: 1.9.0.beta.2

Example/Pods/Local Podspecs/SwiftyExts.podspec.json

Lines changed: 17 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

Lines changed: 13 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)