[Add] TMUserCenter 0.2.55
[CocoaPods.git] / Specs / 6 / 7 / 3 / DarklyEventSource / 3.2.7 / DarklyEventSource.podspec.json
bloba937afc7171c8ae7ef42690633060d48aff9d4ba
2   "name": "DarklyEventSource",
3   "version": "3.2.7",
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.7"
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   "xcconfig": {
23     "OTHER_LDFLAGS": "-lobjc"
24   }