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

Commit 4a091a8

Browse files
committed
Updates Podspec file
1 parent 678a9f5 commit 4a091a8

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

SwiftInstagram.podspec

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
Pod::Spec.new do |s|
2-
s.name = 'SwiftInstagram'
3-
s.version = '1.0.0'
4-
s.license = { :type => "MIT", :file => "LICENSE" }
5-
s.summary = 'A Swift wrapper for the Instagram API'
6-
s.homepage = 'https://github.com/AnderGoig/SwiftInstagram'
7-
s.social_media_url = 'https://twitter.com/AnderGoig'
8-
s.authors = { "Ander Goig" => "goig.ander@gmail.com" }
9-
s.source = { :git => "https://github.com/AnderGoig/SwiftInstagram.git", :tag => "v"+s.version.to_s }
10-
s.platforms = { :ios => "9.0" }
2+
s.name = 'SwiftInstagram'
3+
s.version = '1.0.0'
4+
s.license = { :type => "MIT", :file => "LICENSE" }
5+
s.summary = 'A Swift wrapper for the Instagram API'
6+
s.homepage = 'https://github.com/AnderGoig/SwiftInstagram'
7+
s.authors = { "Ander Goig" => "goig.ander@gmail.com" }
8+
s.source = { :git => "https://github.com/AnderGoig/SwiftInstagram.git", :tag => "v"+s.version.to_s }
9+
s.platforms = { :ios => "9.0" }
1110
s.requires_arc = true
1211

1312
s.default_subspec = "Core"
1413
s.subspec "Core" do |ss|
15-
ss.source_files = "Sources/*.swift"
14+
ss.source_files = "Sources/*.swift", "Sources/**/*.swift"
1615
ss.framework = "Foundation"
1716
end
1817

0 commit comments

Comments
 (0)