Skip to content

Instantly share code, notes, and snippets.

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)
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" => "ewg--777@ya.ru" }
s.source = { :http => "https://downloads.sourceforge.net/project/ffmpeg-ios/ffmpeg-ios-master.tar.bz2" }
s.platform = :ios, '8.0'