blob: 45342bc0ff2328bf46221a8de30a4e9a0e380710 [file] [log] [blame]
{
"name": "DarklyEventSource",
"version": "4.1.0",
"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.0"
},
"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"
}
}