blob: a937afc7171c8ae7ef42690633060d48aff9d4ba [file] [log] [blame]
{
"name": "DarklyEventSource",
"version": "3.2.7",
"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": "3.2.7"
},
"source_files": "LDEventSource/**/*.{h,m}",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-lobjc"
}
}