blob: 74835cb35f244255743f68267f2f045133315bbf [file] [log] [blame]
{
"name": "EventSource",
"version": "1.0.2",
"summary": "HTML5 Server-Sent Events in your Cocoa app.",
"homepage": "http://github.com/neilco/EventSource",
"license": "MIT (see LICENSE.txt)",
"authors": {
"Neil Cowburn": "git@neilcowburn.com"
},
"source": {
"git": "https://github.com/neilco/EventSource.git",
"tag": "1.0.2"
},
"source_files": [
"EventSource",
"EventSource/EventSource.{h,m}"
],
"ios": {
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(SDKROOT)/Developer/Library/Frameworks\" \"$(DEVELOPER_LIBRARY_DIR)/Frameworks\""
}
},
"osx": {
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(DEVELOPER_LIBRARY_DIR)/Frameworks\""
}
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
}
}