[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 6 / 7 / 3 / DarklyEventSource / 2.0.0 / DarklyEventSource.podspec.json
blob3499beeb734ae21fd5a83de89acad99aac0d793c
2   "name": "DarklyEventSource",
3   "version": "2.0.0",
4   "summary": "HTML5 Server-Sent Events in your Cocoa app.",
5   "homepage": "https://github.com/launchdarkly/ios-eventsource",
6   "license": "MIT (see LICENSE.txt)",
7   "authors": {
8     "Neil Cowburn": "git@neilcowburn.com"
9   },
10   "source": {
11     "git": "https://github.com/launchdarkly/ios-eventsource.git",
12     "tag": "2.0.0"
13   },
14   "source_files": [
15     "EventSource",
16     "EventSource/EventSource.{h,m}"
17   ],
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.7",
21     "watchos": "2.0",
22     "tvos": "9.0"
23   },
24   "requires_arc": true,
25   "xcconfig": {
26     "OTHER_LDFLAGS": "-lobjc"
27   }