Commit aee082d3 by Daniel Dahan

Updated isMotionEnabled check, as it was determined incorrectly.

parent 1b847feb
## 1.3.1
* Updated isMotionEnabled check, as it was determined incorrectly.
## 1.3.0
* Reworked Motion internals.
......
Pod::Spec.new do |s|
s.name = 'Motion'
s.version = '1.3.0'
s.version = '1.3.1'
s.license = 'MIT'
s.summary = 'A library used to create beautiful animations and transitions for Apple devices.'
s.homepage = 'http://cosmicmind.com'
......
......@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.3.0</string>
<string>1.3.1</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