This repository was archived by the owner on Oct 14, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change 1
1
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" }
11
10
s . requires_arc = true
12
11
13
12
s . default_subspec = "Core"
14
13
s . subspec "Core" do |ss |
15
- ss . source_files = "Sources/*.swift"
14
+ ss . source_files = "Sources/*.swift" , "Sources/**/*.swift"
16
15
ss . framework = "Foundation"
17
16
end
18
17
You can’t perform that action at this time.
0 commit comments