Skip to content

Commit 9a824bd

Browse files
committed
no message
1 parent 84ac9e4 commit 9a824bd

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Binary file not shown.

FrameLayoutKit.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ Pod::Spec.new do |s|
1111
s.author = { 'Nam Kennic' => 'namkennic@me.com' }
1212
s.source = { :git => 'https://github.com/kennic/FrameLayoutKit.git', :tag => s.version.to_s }
1313
s.social_media_url = 'https://twitter.com/namkennic'
14-
s.platform = :ios, "9.0"
15-
# s.platform = :tvos, "9.0"
16-
s.ios.deployment_target = '9.0'
17-
# s.tvos.deployment_target = '9.0'
14+
s.platform = :ios, "11.0"
15+
# s.platform = :tvos, "11.0"
16+
s.ios.deployment_target = '11.0'
17+
# s.tvos.deployment_target = '11.0'
1818
s.swift_version = "5.2"
1919
s.source_files = 'FrameLayoutKit/Classes/**/*.*'
2020

FLSkeletonView.swift renamed to FrameLayoutKit/Classes/FLSkeletonView.swift

File renamed without changes.

0 commit comments

Comments
 (0)