[Add] TMUserCenter 0.2.55
[CocoaPods.git] / Specs / 6 / 7 / 3 / DarklyEventSource / 1.2.0 / DarklyEventSource.podspec.json
blob3eaafdb34d280e7a88c985c4a3ed56c8b96d5176
2   "name": "DarklyEventSource",
3   "version": "1.2.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": "1.2.0"
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": "5.0",
30     "osx": "10.7"
31   },
32   "requires_arc": true,
33   "xcconfig": {
34     "OTHER_LDFLAGS": "-lobjc"
35   }