Skip to content

Commit a0fab26

Browse files
author
luochangan
committed
更新demo
1 parent e7e31f0 commit a0fab26

34 files changed

+851
-513
lines changed

Demo/Demo.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@
384384
CODE_SIGN_ENTITLEMENTS = Demo/Demo.entitlements;
385385
CODE_SIGN_STYLE = Automatic;
386386
INFOPLIST_FILE = Demo/Info.plist;
387-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
387+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
388388
LD_RUNPATH_SEARCH_PATHS = (
389389
"$(inherited)",
390390
"@executable_path/Frameworks",
@@ -405,7 +405,7 @@
405405
CODE_SIGN_ENTITLEMENTS = Demo/Demo.entitlements;
406406
CODE_SIGN_STYLE = Automatic;
407407
INFOPLIST_FILE = Demo/Info.plist;
408-
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
408+
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
409409
LD_RUNPATH_SEARCH_PATHS = (
410410
"$(inherited)",
411411
"@executable_path/Frameworks",

Demo/Podfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
platform :ios, '8.0'
1+
platform :ios, '10.0'
22

33
target 'Demo' do
44
use_frameworks!
55

6-
pod 'SnapKitExtend'
6+
pod 'SnapKitExtend', '~> 1.1.0'
77

88
end

Demo/Podfile.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
PODS:
2-
- SnapKit (4.2.0)
3-
- SnapKitExtend (1.0.7):
2+
- SnapKit (5.0.1)
3+
- SnapKitExtend (1.1.0):
44
- SnapKit
55

66
DEPENDENCIES:
7-
- SnapKitExtend
7+
- SnapKitExtend (~> 1.1.0)
88

99
SPEC REPOS:
10-
https://github.com/cocoapods/specs.git:
10+
trunk:
1111
- SnapKit
1212
- SnapKitExtend
1313

1414
SPEC CHECKSUMS:
15-
SnapKit: fe8a619752f3f27075cc9a90244d75c6c3f27e2a
16-
SnapKitExtend: 00ee4db6d1f80bee01a1e75745f2a6ae695ba662
15+
SnapKit: 97b92857e3df3a0c71833cce143274bf6ef8e5eb
16+
SnapKitExtend: aa30cf37196195fae9c4354686cc7710184ebfcc
1717

18-
PODFILE CHECKSUM: 2544083919a3f769cb57fcc7d5a2566d927fd195
18+
PODFILE CHECKSUM: 898b572fe0eeac9e9538a3b1edcde0fa849d5031
1919

20-
COCOAPODS: 1.7.5
20+
COCOAPODS: 1.10.1

Demo/Pods/Manifest.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Demo/Pods/Pods.xcodeproj/project.pbxproj

+358-341
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Demo/Pods/SnapKit/README.md

+13-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Demo/Pods/SnapKit/Source/Constraint.swift

+44-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Demo/Pods/SnapKit/Source/ConstraintAttributes.swift

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)