diff --git a/Gloss.podspec b/Gloss.podspec index bf1207b..9604e0d 100644 --- a/Gloss.podspec +++ b/Gloss.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Gloss" - s.version = "2.0.0-beta.2" + s.version = "2.0.0" s.summary = "A shiny JSON parsing library in Swift" s.description = "A shiny JSON parsing library in Swift. Features include mapping JSON to objects, mapping objects to JSON, handling of nested objects and custom transformations." s.homepage = "https://github.com/hkellaway/Gloss"