[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 6 / 7 / 3 / DarklyEventSource / 1.3.1 / DarklyEventSource.podspec.json
blobb1bc31b8b2b375836d18be133dc2322a41dae38a
2   "name": "DarklyEventSource",
3   "version": "1.3.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": "1.3.1"
13   },
14   "source_files": [
15     "EventSource",
16     "EventSource/EventSource.{h,m}"
17   ],
18   "ios": {
19     "xcconfig": {
20       "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(SDKROOT)/Developer/Library/Frameworks\" \"$(DEVELOPER_LIBRARY_DIR)/Frameworks\""
21     }
22   },
23   "osx": {
24     "xcconfig": {
25       "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(DEVELOPER_LIBRARY_DIR)/Frameworks\""
26     }
27   },
28   "platforms": {
29     "ios": "8.0",
30     "osx": "10.7",
31     "watchos": "2.0",
32     "tvos": "9.0"
33   },
34   "requires_arc": true,
35   "xcconfig": {
36     "OTHER_LDFLAGS": "-lobjc"
37   }