Commit c1d4c465 by Daniel Dahan

updated layout version in Motion Xcode project

parent cb489ea3
## 3.1.2
* Updated layout version in Xcode project.
## 3.1.1
* Added installation instructions to README.
......
Pod::Spec.new do |s|
s.name = 'Motion'
s.version = '3.1.1'
s.version = '3.1.2'
s.swift_version = '5.0'
s.license = 'MIT'
s.summary = 'A library used to create beautiful animations and transitions for iOS.'
......
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1020"
LastUpgradeVersion = "1030"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
......
......@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.1.1</string>
<string>3.1.2</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment