Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	netfox.podspec
#	netfox/Core/NFXHelper.swift
#	netfox/iOS/NFXSettingsController_iOS.swift
  • Loading branch information
kasketis committed Nov 11, 2016
2 parents 40584e4 + 987fd99 commit adb349a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions netfox.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ DESC
s.screenshots = "https://raw.githubusercontent.com/kasketis/netfox/master/assets/overview1_5_3.gif"
s.license = 'MIT'
s.author = "Christos Kasketis"
s.source = { :git => "https://github.com/kasketis/netfox.git", :tag => '1.8' }
s.source = { :git => "https://github.com/kasketis/netfox.git", :tag => "#{s.version}" }

s.platform = :ios, '8.0'
s.platform = :osx, '10.11'
s.requires_arc = true

s.ios.source_files = "netfox/Core/*.swift" , "netfox/iOS/*.swift"
s.osx.source_files = "netfox/Core/*.swift" , "netfox/OSX/*.swift"
end
s.source_files = "netfox/Core/*.swift"
s.ios.source_files = "netfox/iOS/*.swift"
s.osx.source_files = "netfox/OSX/*.{swift,xib}"
end

0 comments on commit adb349a

Please sign in to comment.