[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / 7 / 3 / DarklyEventSource / 3.2.4 / DarklyEventSource.podspec.json
blob8cf83a33271e9b7d8aaf701852670e1c3946ac6c
2   "name": "DarklyEventSource",
3   "version": "3.2.4",
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": "3.2.4"
13   },
14   "source_files": [
15     "LDEventSource",
16     "LDEventSource/LDEventSource.{h,m}"
17   ],
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10",
21     "watchos": "2.0",
22     "tvos": "9.0"
23   },
24   "requires_arc": true,
25   "xcconfig": {
26     "OTHER_LDFLAGS": "-lobjc"
27   }