[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / c / f / EventSource / 1.0.0 / EventSource.podspec.json
blob878d2777686fc70e9a25f388afe410e02f499346
2   "name": "EventSource",
3   "version": "1.0.0",
4   "summary": "HTML5 Server-Sent Events in your Cocoa app.",
5   "homepage": "http://github.com/neilco/EventSource",
6   "license": "MIT (see LICENSE.txt)",
7   "authors": {
8     "Neil Cowburn": "git@neilcowburn.com"
9   },
10   "source": {
11     "git": "https://github.com/neilco/EventSource.git",
12     "tag": "1.0.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   }