Skip to content

Commit

Permalink
Fixed crash while loading ResultCell (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcousillas6 authored Feb 6, 2017
1 parent ee82275 commit 5f5e72b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Xniffer.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Xniffer"
s.version = "1.0.1"
s.version = "1.0.2"
s.summary = "A swift network profiler built on top URLSession."
s.homepage = "https://github.com/xmartlabs/Xniffer"
s.license = { type: 'MIT', file: 'LICENSE' }
Expand All @@ -9,9 +9,6 @@ Pod::Spec.new do |s|
s.social_media_url = 'https://twitter.com/xmartlabs'
s.ios.deployment_target = '9.0'
s.requires_arc = true
s.ios.source_files = 'Sources/**/*.{swift}'
s.resource_bundles = {
'Xniffer' => ['Sources/**/*.xib']
}
s.source_files = ['Sources/**/*.xib', 'Sources/**/*.{swift}']
s.ios.frameworks = 'UIKit', 'Foundation'
end

0 comments on commit 5f5e72b

Please sign in to comment.