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

Commit

Permalink
Setting up Git Repo 2
Browse files Browse the repository at this point in the history
  • Loading branch information
lucamozzarelli committed Jan 29, 2017
1 parent da3679f commit 1bedf83
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions LMArticleViewController.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
Pod::Spec.new do |s|


s.name = "LMArticleViewController"
s.version = "0.0.1"
s.summary = "An Objective-C subclass of UIViewController inspired by Apple News"
s.description = "An Objective-C subclass of UIViewController inspired by Apple News"

s.homepage = "http://EXAMPLE/LMArticleViewController"
# s.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif"


s.license = "MIT"
# s.license = { :type => "MIT", :file => "FILE_LICENSE" }



s.author = "Luca Mozzarelli"
# s.social_media_url = "http://twitter.com/Luca Mozzarelli"

s.platform = :ios, "9.0"

s.source = { :git => "http:/example.com/LM.git"}
#s.source = { :git => "http://EXAMPLE/LMArticleViewController.git", :tag => "#{s.version}" }

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

# s.public_header_files = "Classes/**/*.h"

end

0 comments on commit 1bedf83

Please sign in to comment.