Skip to content
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.

Commit

Permalink
Updated podspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
lucamozzarelli committed Jan 30, 2017
1 parent 85d0803 commit f8ebd17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LMArticleViewController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|


s.name = "LMArticleViewController"
s.version = "0.0.1"
s.version = "1.0"
s.summary = "An Objective-C subclass of UIViewController inspired by Apple News"
s.description = "This subclass of UIViewController provides an article view controller with one top image, title, date, author and body labels."

Expand All @@ -14,7 +14,7 @@ Pod::Spec.new do |s|

s.platform = :ios, "9.0"

s.source = { :git => "https://github.com/lucamozza/LMArticleViewController.git", :tag => 'v0.0.1-alpha'}
s.source = { :git => "https://github.com/lucamozza/LMArticleViewController.git", :tag => 'v1.0'}

s.source_files = "LMArticleViewController", "LMArticleViewController/**/*.{h,m}"
# s.exclude_files = "Classes/Exclude"
Expand Down

0 comments on commit f8ebd17

Please sign in to comment.