blob: 46ec4a5897c5799d7147feb98452479de70ed9de [file] [log] [blame]
{
"name": "DarklyEventSource",
"version": "4.1.1",
"summary": "HTML5 Server-Sent Events in your Cocoa app.",
"homepage": "https://github.com/launchdarkly/ios-eventsource",
"license": "MIT (see LICENSE.txt)",
"authors": {
"Neil Cowburn": "git@neilcowburn.com"
},
"source": {
"git": "https://github.com/launchdarkly/ios-eventsource.git",
"tag": "4.1.1"
},
"source_files": "LDEventSource/**/*.{h,m}",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"xcconfig": {
"OTHER_LDFLAGS": "-lobjc"
}
}