Skip to content
This repository has been archived by the owner on Oct 14, 2018. It is now read-only.

Commit

Permalink
Updates Podspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
AnderGoig committed Sep 30, 2017
1 parent 678a9f5 commit 4a091a8
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions SwiftInstagram.podspec
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
Pod::Spec.new do |s|
s.name = 'SwiftInstagram'
s.version = '1.0.0'
s.license = { :type => "MIT", :file => "LICENSE" }
s.summary = 'A Swift wrapper for the Instagram API'
s.homepage = 'https://github.com/AnderGoig/SwiftInstagram'
s.social_media_url = 'https://twitter.com/AnderGoig'
s.authors = { "Ander Goig" => "[email protected]" }
s.source = { :git => "https://github.com/AnderGoig/SwiftInstagram.git", :tag => "v"+s.version.to_s }
s.platforms = { :ios => "9.0" }
s.name = 'SwiftInstagram'
s.version = '1.0.0'
s.license = { :type => "MIT", :file => "LICENSE" }
s.summary = 'A Swift wrapper for the Instagram API'
s.homepage = 'https://github.com/AnderGoig/SwiftInstagram'
s.authors = { "Ander Goig" => "[email protected]" }
s.source = { :git => "https://github.com/AnderGoig/SwiftInstagram.git", :tag => "v"+s.version.to_s }
s.platforms = { :ios => "9.0" }
s.requires_arc = true

s.default_subspec = "Core"
s.subspec "Core" do |ss|
ss.source_files = "Sources/*.swift"
ss.source_files = "Sources/*.swift", "Sources/**/*.swift"
ss.framework = "Foundation"
end

Expand Down

0 comments on commit 4a091a8

Please sign in to comment.