Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davideme committed Jan 26, 2016
1 parent e34a07e commit 1a59a5b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions BothamNetworking.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'BothamNetworking'
s.version = '0.0.1'
s.version = '1.0.0'
s.license = 'Apache V2'
s.summary = 'Networking Framework written in Swift'
s.homepage = 'https://github.com/Karumi/BothamNetworking'
Expand All @@ -11,7 +11,6 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '8.0'

s.source_files = 'BothamNetworking/*.swift'
s.resources = ['BothamNetworking/*.xib']
s.requires_arc = true

s.dependency 'Result'
Expand Down

0 comments on commit 1a59a5b

Please sign in to comment.