diff --git a/JSONAPI.podspec b/JSONAPI.podspec index bed706c..e925fbe 100644 --- a/JSONAPI.podspec +++ b/JSONAPI.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "JSONAPI" - s.version = "1.0.2" + s.version = "1.0.4" s.summary = "A library for loading data from a JSON API datasource." s.description = <<-DESC A library for loading data from a JSON API datasource. Parses JSON API data into models with support for auto-linking of resources and custom model classes.