We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3bf0ac3 + df3eee6 commit e4dba12Copy full SHA for e4dba12
FlexLayout.podspec
@@ -1,7 +1,7 @@
1
2
Pod::Spec.new do |spec|
3
spec.name = "FlexLayout"
4
- spec.version = "1.2.4"
+ spec.version = "1.3.1"
5
spec.summary = "FlexLayout"
6
7
spec.homepage = "https://github.com/lucdion/FlexLayout.git"
fastlane/Fastfile
@@ -68,7 +68,7 @@ platform :ios do
68
end
69
70
lane :tests do
71
- scan(scheme: "FlexLayout",
+ scan(scheme: "FlexLayoutSample",
72
workspace: "FlexLayout.xcworkspace")
73
74
0 commit comments