This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
java.lang.NullPointerException | |
at com.nineoldandroids.animation.PropertyValuesHolder.void setupSetterAndGetter(java.lang.Object)(SourceFile:533) | |
at com.nineoldandroids.animation.ObjectAnimator.void initAnimation()(SourceFile:410) | |
at com.nineoldandroids.animation.ValueAnimator.void setCurrentPlayTime(long)(SourceFile:538) | |
at com.nineoldandroids.animation.ValueAnimator.void start(boolean)(SourceFile:928) | |
at com.nineoldandroids.animation.ValueAnimator.void start()(SourceFile:951) | |
at com.nineoldandroids.animation.ObjectAnimator.void start()(SourceFile:385) | |
at com.rengwuxian.materialedittext.MaterialEditText.boolean adjustBottomLines()(SourceFile:827) | |
at com.rengwuxian.materialedittext.MaterialEditText.void onLayout(boolean,int,int,int,int)(SourceFile:803) | |
at android.view.View.layout(View.java:15125) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pod::Spec.new do |s| | |
s.name = "FFmpegBin" | |
s.version = "0.1.0" | |
s.summary = "The latest version of FFmpeg for iOS" | |
s.description = <<-DESC | |
DESC | |
s.license = 'MIT' | |
s.author = { "iOS" => "[email protected]" } | |
s.source = { :http => "https://downloads.sourceforge.net/project/ffmpeg-ios/ffmpeg-ios-master.tar.bz2" } | |
s.platform = :ios, '8.0' |