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