Skip to content

Commit

Permalink
Update Podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Deckys authored and Ben Deckys committed Nov 9, 2017
1 parent 1c8e157 commit 292b21b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions UICollectionViewLeftAlignedLayout.podspec
@@ -1,4 +1,4 @@
version = "1.0.2"
version = "1.0.3"

Pod::Spec.new do |s|
s.name = "UICollectionViewLeftAlignedLayout"
Expand All @@ -14,8 +14,8 @@ Pod::Spec.new do |s|
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Giovanni Lodi" => "giovanni.lodi42@gmail.com" }
s.social_media_url = "http://twitter.com/mokagio"
s.platform = :ios, "6.0"
s.platform = :ios, "10.0"
s.source = { :git => "https://github.com/mokagio/UICollectionViewLeftAlignedLayout.git", :tag => version }
s.source_files = "UICollectionViewLeftAlignedLayout"
s.source_files = "UICollectionViewAlignedLayout"
s.requires_arc = true
end
Expand Up @@ -26,6 +26,7 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = ""
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
Expand All @@ -36,6 +37,7 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
language = ""
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
Expand Down

0 comments on commit 292b21b

Please sign in to comment.