Skip to content

Commit bca41e8

Browse files
committed
update podspec
1 parent 2416687 commit bca41e8

File tree

2 files changed

+14
-16
lines changed

2 files changed

+14
-16
lines changed

EventSourceHttpBody.podspec

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
Pod::Spec.new do |s|
3+
s.name = "EventSourceHttpBody"
4+
s.version = "1.0.0"
5+
s.summary = "Forked from https://github.com/inaka/EventSource with the added ability to include HttpBody"
6+
s.homepage = "https://github.com/exyte/EventSource"
7+
s.screenshots = "http://giant.gfycat.com/BossyDistantHadrosaurus.gif"
8+
s.license = 'MIT'
9+
s.author = { 'Exyte' => 'info@exyte.com' }
10+
s.social_media_url = 'http://exyte.com'
11+
s.ios.deployment_target = '10.0'
12+
s.source = { :git => "https://github.com/exyte/EventSource.git" }
13+
s.source_files = "EventSource/*.swift"
14+
end

IKEventSource.podspec

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)