We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2416687 commit bca41e8Copy full SHA for bca41e8
EventSourceHttpBody.podspec
@@ -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
0 commit comments